Remove (Embedded)Image From an Image

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
haneepcr
Posts: 1
Joined: 2015-06-22T00:46:44-07:00
Authentication code: 6789

Remove (Embedded)Image From an Image

Post by haneepcr »

Hi,

Can i remove embedded images(image in image) in images using imagemagick?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Remove (Embedded)Image From an Image

Post by snibgo »

I'm not sure what you mean. Can you provide an example?

If the embedded image is a second layer, you can remove it.

Perhaps the embedded image has replaced pixels from the outer image. If so, you could make these transparent or whatever you want, but you can't get back data that has been removed. However, new data can be "invented" for those pixels.
snibgo's IM pages: im.snibgo.com
Post Reply