Tom. Posted April 10, 2019 Posted April 10, 2019 I'm getting really bad image results when using API resizing. I'm using Imagick, at no softening and 100% quality. Above is the original This is the resized. The colours seem off and the image appears to be over sharpened causing a halo effect. In which sharpening is set to none? Anyone else experienced this?
dotnetic Posted April 10, 2019 Posted April 10, 2019 I have this option in my site/config.php file: $config->imageSizerOptions = array_merge( $config->imageSizerOptions, // all items from wire/config array( // overwrite specific items 'defaultGamma' => -1, ) ); I think the cause was something similar to what you experience with the colors, but I am not sure. Maybe try this setting. 1
Tom. Posted April 10, 2019 Author Posted April 10, 2019 @jens.martsch Thank you, It seems to be not only the colour but even at 100% you get a lot of artefacts on the image. Another example: Original above Output through the API at 100%. EDIT: Just realised that the forum is compressing images so they look the exact same ??? I'll try get them up on Dropbox 1
wbmnfktr Posted April 10, 2019 Posted April 10, 2019 It could be my eyes but... ? in your second example I can't spot any difference. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now