Size of images Size of images
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Size of images

Started by solstiz, April 04, 2008, 09:29:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

solstiz

Hello,

I've just installed Coppermine and everything is working fine but there's a problem on the thumbnail.
The thumbnail shown on the 1st page are the full image reduced instead of the thumbnail itself. It means that it's very slow to show all thumbanil because all images have to load.
For example : I've uploaded via FTP an image called "image-apic713.jpg" size 250kb
Coppermine has created an image called "normal_image-apic713.jpg" size 45kb
and "thumb_image-apic713.jpg" size 3kb.

The problem is that instead of displaying "thumb_image-apic713.jpg" in the list of thumbnail it displays "image-apic713.jpg" wich takes a huge time and ressource to load.
Any solution please ?

Thanks a lot.

solstiz


Hein Traag

I don't have a problem. I see the thumbnail images as supposed to.
thumb_O_P3271356.JPG is one of the thumbs displayed.

solstiz

#3
Yeah, but the size is not correct and is taking huge time to load.

For example, on the FTP the size is only 3kb.

And the file load in the gallery is more than 100kb ??


I don't understand why. And the load is so slow that I'm sure that the gallery is loading 100kb instead of 3kb.


Hein Traag

The 100 mentioned in the second picture is the pixel dimension not the actual file size.

solstiz

Taille = size of the file = 109271 bytes = 109 kb
Dimension = size of the picture = 100 x 75 pixels

Nibbler

What did you set in config for max size of a thumbnail?

solstiz

Thanks for helping.

Here is the config :


tfischer

Quote from: solstiz on April 04, 2008, 01:45:46 PM
Thanks for helping.

Here is the config :

Your thumbs are indeed much bigger than 100 px (if I right click and do a view image you can easily see this).  Did you change the thumb size in the config after you uploaded your pictures?  Try going to Admin Tools and having it rebuild the thumbnails.

Personally I think 100px is way too small to be useful for a thumb (shows up less than 1/2" x 1" on my monitor), but that's not the issue here...

-Tim