Search found 2 matches

by Acconut
2014-11-10T10:23:45-07:00
Forum: Bugs
Topic: Clipping path wrong
Replies: 1
Views: 1961

Re: Clipping path wrong

I'm sorry, there may be a problem with the fixture.
Until I clarified that it's correct please don't care about it.
by Acconut
2014-11-10T10:02:32-07:00
Forum: Bugs
Topic: Clipping path wrong
Replies: 1
Views: 1961

Clipping path wrong

Hello Imagemagick-Community,

I'm trying to convert a TIFF image which contains a clipping path (seen in the output of `identify -verbose input.tif`) while negating the parts defined by the clipping path using following command:

convert \
-clip \
-negate \
-size 700x400 ./input.tif \
-resize ...