Problem converting PDF->JPEG. Raster data inverts.

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Post a URL to one of your images and the command you used to convert it to JPEG. We need to reproduce the problem before we can make suggestions for a fix.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You are creating a JPEG in the CMYK colorspace. Try this command:
  • convert -colorspace rgb image.pdf -resize 100x100 image.jpg
Post Reply