Open foresmac opened 9 years ago
Yup. I'd be curious what a test would look like.
Steve from Trunq posted some test JPEGs which he couldn't upload because they were saved as CMYK by a graphic designer.
Part of the problem is that we shouldn't be serving CMYK jpegs either, so if they are accepted for upload, they should always be converted to RGB before they are stored on S3 even for serving the full original size.
Yeah, that's pretty trivial to do and what I had always envisioned.
Go 1.5 now supports them; may just require a recompile on 1.5. Add test case with CMYK JPEG file.