rotate a TIFF file that contains a clipping path

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mouadahi
Posts: 2
Joined: 2015-02-26T06:52:23-07:00
Authentication code: 6789

rotate a TIFF file that contains a clipping path

Post by mouadahi »

Hi everyone,

I am using ImageMagick-6.9.0-7 on windows and linux,
I have an issue related to this topic viewtopic.php?t=10317

when I use convert -rotate on a TIFF file containing a clipping path, the path doesn't rotate.

is it "normal" ? how can I fix this please ?

Regards,

Mehdi
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: rotate a TIFF file that contains a clipping path

Post by dlemstra »

ImageMagick currently does not have support for updating the clipping path.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
mouadahi
Posts: 2
Joined: 2015-02-26T06:52:23-07:00
Authentication code: 6789

Re: rotate a TIFF file that contains a clipping path

Post by mouadahi »

thank you for your fast reply
Post Reply