How easier it is to cut pictures with a light tone with ImageMagick?

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
Roundik
Posts: 1
Joined: 2019-03-12T11:32:07-07:00
Authentication code: 1152

How easier it is to cut pictures with a light tone with ImageMagick?

Post by Roundik »

Hello!

How easier to cut pictures with a light tone with ImageMagick from one big image?
Image
I need to get all white pics as separate images.

Thanks for help

Best regards,[
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How easier it is to cut pictures with a light tone with ImageMagick?

Post by snibgo »

The question is vague. How many "pictures with a light tone" does that image contain? 5, 6, or some other number?

Second: what does "cut pictures" mean? Maybe you want to crop to each bounding box. If so, then some pre-processing then "-connected-components" to get the bounding boxes, then crop in a script.
snibgo's IM pages: im.snibgo.com
Post Reply