For Workes & Pages, what is the name of the domain?
What is the error number?
9412
What is the error message?
Could not resize the image: Unknown or unsupported file type
What is the issue or error you’re encountering
Most images return error 9412 when I try to resize or convert using cdn-cgi/image/ URLs
What steps have you taken to resolve the issue?
Hi,
I can’t seem to get Image Transformations to work reliably via URL.
For MOST images I get ERROR 9412: Could not resize the image: Unknown or unsupported file type
Cloudflare Images → Transformations → Error Logs → Origin returned a non-image, e.g. a HTML page
The website is hosted on Siteground, but it is NOT a wordpress installation. This site is PHP scripts + MySQL.
I have tried several different images. Notably this one seems to work:
https://www.computerplug.com/cdn-cgi/image/format=webp,width=172,height=174,quality=85/images/32_Years.jpg
BUT when I rename the exact image to test.jpg it fails:
https://www.computerplug.com/cdn-cgi/image/format=webp,width=172,height=174,quality=85/images/test.jpg
Without Image Transformations the image works:
Siteground settings:
CDN - Disabled
Caching - NGINX Direct delivery - ON
Dynamic Cache - Cleared for testing
Memcached - OFF
Cloudflare (Free Plan) settings:
SSL: Full
Cache - Purged for testing
Development mode - Enabled for testing
Cloudflare - Images - Transformations:
computerplug com Enabled
Resize from any origin - ON
Any help you can offer would be greatly appreciated. Maybe I’m misunderstanding what Image Transformations is for, I was hoping to resize images and possibly convert to webp for optimization using the URL (rather than uploading the images to cloudflare manually or via API).
Thanks,
Derek
What are the steps to reproduce the issue?
Trying to convert the 32_Years.jpg file will work properly, but the exact same file renamed to test.jpg will then fail. See above for URLs.