How to remove a clipping path?
Posted: 2008-09-30T07:59:03-07:00
I have something really weird happening: after some complicated commands, involving composing, I end up with an image in the middle of a transparent background and I store this in a PNG file. Fine. Then I use a separate convert command, performing some cropping and extenting and produce a new PNG file. Everything works great so far.
Now here is the problem: if I put together both series of commands in the same 'convert' pipeline, I see some clipping occurring in the final image. So my theory is that there is some kind of clipping info that gets trashed when I am saving the first series into a PNG file, but that this clipping info is still active when I combine the two converts into one.
I looked at the -clip option, but did not find how to remove (or disable) a clipping path. How do you remove it?
Help!
Thanks in advance,
Yann
Now here is the problem: if I put together both series of commands in the same 'convert' pipeline, I see some clipping occurring in the final image. So my theory is that there is some kind of clipping info that gets trashed when I am saving the first series into a PNG file, but that this clipping info is still active when I combine the two converts into one.
I looked at the -clip option, but did not find how to remove (or disable) a clipping path. How do you remove it?
Help!
Thanks in advance,
Yann