jpeg compression
Permalink
Can't change thumbnails quality. I tried to add this:
In 2 different places:
/application/config/app.php
/application/config/concrete5.php
I also tried this:
After each change I rescanned image from file manager. It's not cache, if I change thumbnail size, I can see it changed, but still have bad quality. Here's how I output image into template:
In 2 different places:
/application/config/app.php
/application/config/concrete5.php
I also tried this:
define('AL_THUMBNAIL_JPEG_COMPRESSION', 100);
After each change I rescanned image from file manager. It's not cache, if I change thumbnail size, I can see it changed, but still have bad quality. Here's how I output image into template:
It's not there in 5.7.
look in dashboard/system/files/image_uploading
I just reread your original message and I think I see the problem. You said you tried to put that array in /application/config/concrete5.php
the file should be concrete.php not concrete5.php and it should be in application/config/generated_overrides you were missing the last folder.
the file should be concrete.php not concrete5.php and it should be in application/config/generated_overrides you were missing the last folder.
Thanks, it works. I googled concrete5.php here before:
https://www.concrete5.org/community/forums/usage/significant-image-q...
https://www.concrete5.org/community/forums/usage/significant-image-q...
Great! Happy to have helped :)
You can find it at /dashboard/system/files/thumbnails/options