Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong CMYK colors #7291

Open
stiebel opened this issue May 5, 2024 · 1 comment
Open

wrong CMYK colors #7291

stiebel opened this issue May 5, 2024 · 1 comment

Comments

@stiebel
Copy link

stiebel commented May 5, 2024

ImageMagick version

7.1.1-32

Operating system

Linux

Operating system, version and so on

Ubuntu 22.04

Description

convert image.tif -bordercolor 'CMYK(50%,50%,50%,50%)' -border '100x0' image.tif
produces a border with cmyk(0,0,0,242.027)
while
magick image.tif -bordercolor 'CMYK(50%,50%,50%,50%)' -border '100x0' image.tif
produces the right border with cmyk(127.5,127.5,127.5,127.5).
Same results with .mpc in colorspace CMYK

Steps to Reproduce

try the commands.
convert image.tif -bordercolor 'CMYK(50%,50%,50%,50%)' -border '100x0' image.tif
magick image.tif -bordercolor 'CMYK(50%,50%,50%,50%)' -border '100x0' image.tif

By the way : thanks a lot for this great program !!!

Images

No response

@fmw42
Copy link

fmw42 commented May 5, 2024

Please post your input TIFF. Are you doing convert in IM 7 or in IM 6? You should not be using convert in IM 7, but magick. If you want convert on IM 7, use magick convert. Does that work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants