Search found 2 matches

by BernhardRichter
2015-12-30T07:09:04-07:00
Forum: Magick++
Topic: How to work with DrawablePattern ?
Replies: 1
Views: 9783

How to work with DrawablePattern ?

Clip Path work with this code:

Drawables.push_back(Magick::DrawablePushClipPath(PathID));
Drawables.push_back(Magick::DrawablePath(Path));
Drawables.push_back(Magick::DrawablePopClipPath());

Drawables.push_back(Magick::DrawableClipPath(PathID));

Pattern should work in same kind:

Drawables.push ...
by BernhardRichter
2015-12-30T05:46:06-07:00
Forum: Bugs
Topic: cmyk.jpg with Profile: incorrect sRGB conversion
Replies: 1
Views: 2555

cmyk.jpg with Profile: incorrect sRGB conversion

I tried to convert a cmyk.jpg with embedded color profile to a sRGB.jpg.

convert cmyk.jpg -colorspace sRGB cmyk_sRGB.JPG

The resulting colors are quite different compared to orignal. the "PAPYRUS"-Blue is quite different. Look at the green grass.
Is it a Bug ? Is it a Problem with embedded profile ...