• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Resize both file size and dimension?

Papay

Chevereto Member
I know there is an option to resize the image dimensions, but are there also ways to reduce the file size, let's say I want the images to be maximum of 50Kb only. Is that possible? Thanks!
 
Well it is possible, but it would put much more stress on your server than having the current resizing, because the php script would have to resize the image, check it size, if the size is higher than 50KB change the quality image, recreate the thumbnail... until it get under 50KB.

PHP is not a language made to edit images, it can perform basic operations, but these operations should never be use in a loop, the stress on the server would be much higher X the number of users you have on your website...

I strongly do not recommand it.
 
Thanks for the clarification Danny.Bomb! Any lightweight desktop software you can recommend that resizes image file size? So I could add it on my tips page.. 🙂
 
Papay said:
Thanks for the clarification Danny.Bomb! Any lightweight desktop software you can recommend that resizes image file size? So I could add it on my tips page.. 🙂

No sorry I dont know any file resize application, google it?
 
I'm using Advanced JPEG Compressor but I'm looking for a super light weight.. tnx anyway, I'll dive into google now.. 🙂
 
Back
Top