• 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

MEDIUM_URL filesize or quality

rokok

Chevereto Member
I test upload screen capture image from vlc, i set the "Medium size" by 680px

original output: 720x480px
vlcsnap-1.png (743kb)

medium size output: 680x453px
vlcsnap-1.md.png (769kb)

wondering why the medium has BIGGER size?

any possible way to set quality on "medium size" settings? or maybe convert to jpg or anything to make smaller filesize.
 
Last edited:
The problem with PNG medium or thumbs is that there is no "compression" or "quality" setting for PNG and PHP based libraries (or any library actually) doesn't create optimized resized PNG images without passing under extensive compression algorithms that only save a mere bytes.

The only workaround for this is to convert resized PNG into JPG, at least the medium sized images will be converted to JPG in the future.
 
Back
Top