Page 1 of 1

Consultant needed to create auto crop program

Posted: 2014-09-18T11:42:21-07:00
by autocropper
I have a need for a program to automatically crop 300-500 images (jpgs) per day. The images are photographs of clothing hanging on a hangar against a white background. There is no requirement for the aspect ratio of the final cropped image. I just want the image cropped to (or near) the edge of the garment. Thanks.

Re: Consultant needed to create auto crop program

Posted: 2014-09-18T12:39:20-07:00
by Bonzo
You should specify your operating system and preferred language. Also is this paid as this section is for paid consulting.

Re: Consultant needed to create auto crop program

Posted: 2014-09-18T12:48:41-07:00
by autocropper
The operating system is Windows 7. At this point, I don't have a preferred language. I am certainly willing to pay for this service.

Re: Consultant needed to create auto crop program

Posted: 2014-09-18T14:22:42-07:00
by fmw42
autocropper wrote:I have a need for a program to automatically crop 300-500 images (jpgs) per day. The images are photographs of clothing hanging on a hangar against a white background. There is no requirement for the aspect ratio of the final cropped image. I just want the image cropped to (or near) the edge of the garment. Thanks.
Perhaps you should post a few examples. You can upload to some free hosting service such as dropbox.com and put the URLs here.

But the usual -trim ought to work
convert image -fuzz XX% -trim +repage result
see http://www.imagemagick.org/Usage/crop/#trim

Re: Consultant needed to create auto crop program

Posted: 2014-09-18T15:36:21-07:00
by snibgo
Trimming off a white background should be trivial. Unless the clothing is white.

This isn't as bad as making the background transparent, but the point is still true: if you have a better source than JPG, please use it. JPG is a useful output format, but should NEVER be used as an intermediate format.