Search found 3 matches

by Aesthir
2013-01-12T09:48:59-07:00
Forum: Users
Topic: Locate position of frame and crop image to it
Replies: 8
Views: 23211

Re: Locate position of frame and crop image to it

thx, that's the first thing I tried, but converting the entire image to txt takes about a minute of processing and makes a file about a Gb big. This is why I want to do it pixel by pixel if possible... (I know it is).

Aesthir
by Aesthir
2013-01-11T12:31:04-07:00
Forum: Users
Topic: Locate position of frame and crop image to it
Replies: 8
Views: 23211

Re: Locate position of frame and crop image to it

If the solution takes too much time to write, can I have the IM script that will get the srgba value of a particular pixel? I can write a bash script from there to finish it up... I'd want to be able to choose the pixel x and y location within the png... so crop image to 1x1px, save as text | grep/s...
by Aesthir
2013-01-11T05:19:42-07:00
Forum: Users
Topic: Locate position of frame and crop image to it
Replies: 8
Views: 23211

Locate position of frame and crop image to it

Ok, this should be a simple one... :D I have a huge mass of images that all have common identifying features, the most important is a solid color frame that is always the same color. I want to locate the top-left and bottom-right positions of this frame in the image, then use those positions to crop...