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.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2009-04-20T11:04:16-07:00
Clipping requires the -clip option to apply a clipping mask otherwise its ignored.
Try this command to generate an alpha channel for your CMYK EPS image file:
convert -colorspace RGB 103358_CMYK.eps -resize 190x180 103358.png
kriks
Posts: 114 Joined: 2008-01-04T05:52:03-07:00
Post
by kriks » 2009-04-21T00:22:54-07:00
thank you, it works like this, but I don't understand the difference.
Why changing the position on -colorspace makes this work ?
Also, we use it with magickwand for php, how to get the same result with it?
kriks
Posts: 114 Joined: 2008-01-04T05:52:03-07:00
Post
by kriks » 2009-04-24T01:16:58-07:00
up
kriks
Posts: 114 Joined: 2008-01-04T05:52:03-07:00
Post
by kriks » 2009-05-05T07:05:20-07:00
please, can you tell me how to achieve this with magickwand, I can't get it to work