From the upload thingy: " Filesize: 699.45 KB." It's 700k, but I still think that's just a weee bit too big...iceman wrote:that avatar took forever to load and whats this about 700k ??? its 9.14mb ! grrrrr
Help :(
- Tank Program
- Forum & Project Admin, PhD
- Posts: 6712
- Joined: Thu Dec 18, 2003 7:03 pm
I also explicitly downloaded the animation. It's 9 Mb on my HD, too, and Konqueror says so during the download.
which is really weird, because it's just a 160x120x2 883 frames animation which is a little over 2 Mb uncompressed.
Hmm. Have you heard about the gif loading bug in most old Unix and Windows systems that was fixed half a year ago? The one that allowed you to execute arbitrary code? Better check if your system is patched...
Edit: when I load the animation in GIMP and save it again, it boils down to about 700kb as it should. I suspect a bug in the phpBB board code that just adds a huge stream of useless bytes to the image, but that's just a wild guess.
EditEdit: Mozilla crashes when I try to do anything with the image, but it shows 9Mb as the size when I ask it about the image properties, too. ( 1 min later: ) Ok, managed to download it without a crash, with 700kb in size. Weird really.
Code: Select all
-rw-r--r-- 1 moos users 9593000 2005-04-13 15:27 t_coolasfuck0pc.gif
Hmm. Have you heard about the gif loading bug in most old Unix and Windows systems that was fixed half a year ago? The one that allowed you to execute arbitrary code? Better check if your system is patched...
Edit: when I load the animation in GIMP and save it again, it boils down to about 700kb as it should. I suspect a bug in the phpBB board code that just adds a huge stream of useless bytes to the image, but that's just a wild guess.
EditEdit: Mozilla crashes when I try to do anything with the image, but it shows 9Mb as the size when I ask it about the image properties, too. ( 1 min later: ) Ok, managed to download it without a crash, with 700kb in size. Weird really.
Last edited by Z-Man on Wed Apr 13, 2005 3:08 pm, edited 2 times in total.
When I download it, it turns into 9 MB too.
odd...
Code: Select all
-rw-r--r-- 1 nemo staff 9M 12 Apr 11:09 t_coolasfuck0pc.gif
- Lackadaisical
- Shutout Match Winner
- Posts: 823
- Joined: Sun Dec 21, 2003 4:58 pm
- Location: Amsterdam, Netherlands
- Contact:
yeah, there has been more problems with thumbnailing animated gifs by phpbb before.
@nemo: you could probably achieve the 'lite' effect with some kind of phpbb template, and i guess there probably is one out there.. somewhere.
@nemo: you could probably achieve the 'lite' effect with some kind of phpbb template, and i guess there probably is one out there.. somewhere.
Official Officiant of the Official Armagetron Clan Registration Office
Back (in the sig) by popular demand: Lack draws
Back (in the sig) by popular demand: Lack draws
- iceman
- Reverse Adjust Outside Corner Grinder
- Posts: 2448
- Joined: Fri Jan 09, 2004 9:54 am
- Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
- Contact:
ok its prolly that the phpbb re-renders every frame in the preview animation to its full size 160x120 where as the original gif uses dirty frames
dirty frames: 1st frame stored as full size including every pixel, following frames are cropped to an area to only include the pixels that changed from the previous frame reducing the storage needed
dirty frames: 1st frame stored as full size including every pixel, following frames are cropped to an area to only include the pixels that changed from the previous frame reducing the storage needed