Extract Multiple Smaller Images from a Large Image.
Posted: 2016-06-10T22:14:08-07:00
Hi Guys,
I have a many large images like the attached.
http://postimg.org/image/yv52hpk0r/
Each Large Image has multiple (1~5) smaller images (sometimes of different size) pasted. All I need to do is extract those smaller images into separate image files, without any white borders is preferred. Can this be done with ImageMagick? & if so how?
I have been playing with fuzz & trim but doesnt seem to have much effect.
Example:
convert Lge_Image.jpg -fuzz 70% -trim +repage +adjoin Sml_Image_%d.jpg
Thank you in advance,
Arpeggio
I have a many large images like the attached.
http://postimg.org/image/yv52hpk0r/
Each Large Image has multiple (1~5) smaller images (sometimes of different size) pasted. All I need to do is extract those smaller images into separate image files, without any white borders is preferred. Can this be done with ImageMagick? & if so how?
I have been playing with fuzz & trim but doesnt seem to have much effect.
Example:
convert Lge_Image.jpg -fuzz 70% -trim +repage +adjoin Sml_Image_%d.jpg
Thank you in advance,
Arpeggio