on the command line i run:
convert -clip image.tif image.gif
i end up getting the following error:
convert: no clip path defined `image.tif': No such file or directory.
now i know i have clippaths set because when i open the document in adobe it shows me them. also, if i run the following command:
identify -verbose image.tif | grep -i path
i get the following output:
0x0003ff70: d0065061 74682031 00000022 bc000600 00000000 ---Path 1---"-------
0x0006b6c0: f0004ba7 23384249 4d07d106 50617468 20320000 ---K-#8BIM---Path 2-
0x00095b50: b7000000 00000d06 50617468 20310000 00000001 ---------Path 1-----
so i'm not exactly sure what is going wrong here because the command doesn't produce a clipped gif.
anyone have any thoughts based off of the output i'm receiving?
(technical info: i'm running ImageMagick-6.3.0 on a linux machine)