Search found 2 matches

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

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_back(...
by BernhardRichter
2015-12-30T05:46:06-07:00
Forum: Bugs
Topic: cmyk.jpg with Profile: incorrect sRGB conversion
Replies: 1
Views: 2085

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...