Logo
FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in
Broken Thumbnails?

 
Post new topic   Reply to topic    www.fanart-central.net Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Stratadrake
Elder Than Dirt


Joined: 05 May 2004
Posts: 13722
Location: Moo

PostPosted: Mon Sep 13, 2004 1:42 am    Post subject: Reply with quote

This sort of thing occurs occasionally, but only on a certain few images. Take start_fire's profile for example.

The thumbnails are completely blank. No errors or anything, and the pictures [i]themselves[/i] come in just fine, only the thumbnails fail to work.
_________________
Strata here: [url=http://www.nanowrimo.org/eng/user/242293]Nanowrimo[/url] - [url=www.fanart-central.net/user-Stratadrake.php]FAC[/url] - [url=http://stratadrake.deviantart.com]dA[/url] - [url=www.furaffinity.net/user/Stratadrake/]FA[/url]
[size=9]Disclaimer: Posts may contain URLs. Click [url=http://tvtropes.org/pmwiki/pmwiki.php/Main/TVTropesWillRuinYourLife]at your own risk.[/url][/size]
Back to top
View user's profile Send private message
Stratadrake
Elder Than Dirt


Joined: 05 May 2004
Posts: 13722
Location: Moo

PostPosted: Sun Sep 19, 2004 2:26 pm    Post subject: Reply with quote

Second example of the elusive broken thumbnails.

Example: cat_guy111

(edit -- caused by case-sensitive links)
_________________
Strata here: [url=http://www.nanowrimo.org/eng/user/242293]Nanowrimo[/url] - [url=www.fanart-central.net/user-Stratadrake.php]FAC[/url] - [url=http://stratadrake.deviantart.com]dA[/url] - [url=www.furaffinity.net/user/Stratadrake/]FA[/url]
[size=9]Disclaimer: Posts may contain URLs. Click [url=http://tvtropes.org/pmwiki/pmwiki.php/Main/TVTropesWillRuinYourLife]at your own risk.[/url][/size]
Back to top
View user's profile Send private message
Stratadrake
Elder Than Dirt


Joined: 05 May 2004
Posts: 13722
Location: Moo

PostPosted: Wed Oct 06, 2004 11:28 am    Post subject: Reply with quote

The third breed of the elusive, hard-to-find broken thumbnail. This one apparently contains a full error message (that's what I got after using IE's "Save Picture As" command) .

So far, both this one and the previous ("404") one seem to only occur on certain PNG files.
_________________
Strata here: [url=http://www.nanowrimo.org/eng/user/242293]Nanowrimo[/url] - [url=www.fanart-central.net/user-Stratadrake.php]FAC[/url] - [url=http://stratadrake.deviantart.com]dA[/url] - [url=www.furaffinity.net/user/Stratadrake/]FA[/url]
[size=9]Disclaimer: Posts may contain URLs. Click [url=http://tvtropes.org/pmwiki/pmwiki.php/Main/TVTropesWillRuinYourLife]at your own risk.[/url][/size]
Back to top
View user's profile Send private message
cstdenis
Evil Overlord


Joined: 31 Dec 1969
Posts: 6490
Location: In the tubes.

PostPosted: Wed Oct 06, 2004 1:38 pm    Post subject: Reply with quote

The answers to the 3 types of problems.

1. The image is in a format (or variation of format) that the image library I am using to resize the images (GD 2.x) can not properly handle. There is nothing I can do about it, but those submitting such images, can try saving them as a bitmap, then opening them in another program, and saving them as gif, jpeg, or png.

It also may just be an artifact of the resize algorithm not being able to handle subtle pencil shading well.


2. The thumbnails are case sensitive with usernames. cat_guy111 should actually be Cat_guy111. Use that and they will work fine. All links made by the site should use proper case usernames; just some human made ones may have this problem.


3. As the error message says, BMP is not supported. QUIT SUBMITTING BMP FILES PEOPLE. JUST RENAMING THE FILE ISN'T ENOUGH.

and AP people, keep an eye out for bmp files (you should be able to see the filename as the last info feild). They shouldn't be getting as far as you, but some seem to be slipping through the format detection process.
_________________
You will obey or molten silver will be poured into your ears.
Back to top
View user's profile Send private message Visit poster's website
Stratadrake
Elder Than Dirt


Joined: 05 May 2004
Posts: 13722
Location: Moo

PostPosted: Wed Oct 06, 2004 4:14 pm    Post subject: Reply with quote

#1 - So that's what it is.

#2 - My bad, then. Woe upon usernames with offbeat or sticky capitalization :rolleyes:

#3 - The image in question, apparently they [i]did[/i] save it as a JPEG (notice compression artifacts) but then it was re-saved [i]as[/i] a BMP but still with the .jpg extension -- it loads bottom-up like a BMP and is [i]600+ kb in size[/i] -- I've no idea how that happened but a few ideas:

- Netscape: Right-clicking and selecting "View Image" will switch to showing the image, and Netscape identifies the image format in its title bar. Alternatively, looking up the image under View>Page Info should identify the image's format as well.

- Internet Explorer: Right-click on the image and select "Save Picture As"; the [i]Save As Type[/i] dropdown list will reflect what format the image actually is -- if it's a bitmap, then "Bitmap" will be the only choice in the dropdown list. (Right-clicking the image and selecting "Properties" will not tell you what the actual format is)

- The first two bytes (header info) in every bitmap file I've seen read "BM", an easy way to manually detect them.
_________________
Strata here: [url=http://www.nanowrimo.org/eng/user/242293]Nanowrimo[/url] - [url=www.fanart-central.net/user-Stratadrake.php]FAC[/url] - [url=http://stratadrake.deviantart.com]dA[/url] - [url=www.furaffinity.net/user/Stratadrake/]FA[/url]
[size=9]Disclaimer: Posts may contain URLs. Click [url=http://tvtropes.org/pmwiki/pmwiki.php/Main/TVTropesWillRuinYourLife]at your own risk.[/url][/size]
Back to top
View user's profile Send private message
cstdenis
Evil Overlord


Joined: 31 Dec 1969
Posts: 6490
Location: In the tubes.

PostPosted: Thu Oct 07, 2004 12:21 am    Post subject: Reply with quote

[quote]- The first two bytes (header info) in every bitmap file I've seen read "BM", an easy way to manually detect them. [/quote]

Ya, but I'm using somewhat simplier detection methods. Maybe I'll have to start using somthing based on that.
_________________
You will obey or molten silver will be poured into your ears.
Back to top
View user's profile Send private message Visit poster's website
Stratadrake
Elder Than Dirt


Joined: 05 May 2004
Posts: 13722
Location: Moo

PostPosted: Fri Oct 08, 2004 8:46 pm    Post subject: Reply with quote

Maybe if it becomes a problem -- that last one was the sole BMP image I've seen in quite some time, the only real problem is it being so big (yup, in part because it's a BMP).

I can understand people renaming the file extension if they don't know any better . . . but that one, saved as a JPEG and then as a BMP, I can't see somebody doing that on purpose....
_________________
Strata here: [url=http://www.nanowrimo.org/eng/user/242293]Nanowrimo[/url] - [url=www.fanart-central.net/user-Stratadrake.php]FAC[/url] - [url=http://stratadrake.deviantart.com]dA[/url] - [url=www.furaffinity.net/user/Stratadrake/]FA[/url]
[size=9]Disclaimer: Posts may contain URLs. Click [url=http://tvtropes.org/pmwiki/pmwiki.php/Main/TVTropesWillRuinYourLife]at your own risk.[/url][/size]
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    www.fanart-central.net Forum Index -> General Help All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum