How can i tell ImageMagick to not change any color values

21 Views Asked by At

We have a PDF that is using a sRGB Colorspace.
We try to convert the PDF in a PNG file.

We use a none palatted PNG File.

   magick.exe "test.pdf" -define png:color-type=6 "test.png"

When we convert it like this then the RGB Colors in the source file have different values then in the destination file. We also tried to drop or asssign differnet color spaces. Nothing worked.

Is there a way to tell imageMagick to not touch the RGB Colors and use them one to one?

0

There are 0 best solutions below