Problem with converting colorspace
Posted: 2008-01-15T08:12:41-07:00
I have some various file types that upload upload, need to be converted to the type they are not. So if a customer uploads a CMYK image, we save it to our server and create an RGB for web preview, else we create a CMYK image for print (to account for color shift etc).
When I run my convert -colorspace command, it works, but the resulting output is far from ideal. The image that is created is always "squished" with a large black band on the right hand side of the image where the image would normally be. The colors are also grossly off, almost inverted and with some scan lines or something like it in the image. I tried stripping profiles, can anyone tell me what is happening? So far it's always with a convert from RGB to CMYK.
When I run my convert -colorspace command, it works, but the resulting output is far from ideal. The image that is created is always "squished" with a large black band on the right hand side of the image where the image would normally be. The colors are also grossly off, almost inverted and with some scan lines or something like it in the image. I tried stripping profiles, can anyone tell me what is happening? So far it's always with a convert from RGB to CMYK.