Closed AdamChlan closed 6 years ago
hmmmmm. It should be able to... this is how it handles interlaced images:
// Handle interlaced images
if (property_exists($transform, 'interlace')) {
if (($transform->interlace != 'none')
&& (!empty($params['fm']))
&& ($params['fm'] == 'jpg')
) {
$params['fm'] = 'pjpg';
}
}
How can I attempt to replicate this?
Also running into issues using Imgix with v 1.4.38
. In my case, all images show "image would be upscaled" even if they are large enough to transform without upscaling. Downgrading to 1.4.36
fixes for me (fix found via #103). To reproduce issues, I had the following settings:
General Settings:
ImageOptim Field Settings:
^ Image is 5000px wide, trying to be transformed into 704px with retina checked.
Can you try downgrading to 1.4.37
and see if that's still working for you? Trying to narrow this down, @AdamChlan
This regression should be fixed in 1.4.39, give it a whirl -> https://github.com/nystudio107/craft-imageoptimize/releases/tag/1.4.39
Just here to confirm the 1.439
release fixed my issue. Thank you!
I'll be testing a bit later this week, and will report back.
Cool @AdamChlan lmk!
Finally got around to updating, and this indeed fixed the issue. Thank you!
Thanks for letting me know!
I was wondering if there is a limitation within the plugin that does not allow Progressive JGPs (pjpg) format from Imgix to be transformed/resized.
I'm noticing that I have some images where transforms are not being created, and these images all seem to be returning the pjpg format in my Imgix URL string. I have the format set to auto.
Here is a screenshot of what I am seeing for these images.