Consultant needed to create auto crop program
-
- Posts: 2
- Joined: 2014-09-18T11:01:15-07:00
- Authentication code: 6789
Consultant needed to create auto crop program
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
You should specify your operating system and preferred language. Also is this paid as this section is for paid consulting.
-
- Posts: 2
- Joined: 2014-09-18T11:01:15-07:00
- Authentication code: 6789
Re: Consultant needed to create auto crop program
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.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Consultant needed to create auto crop program
Perhaps you should post a few examples. You can upload to some free hosting service such as dropbox.com and put the URLs here.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.
But the usual -trim ought to work
see http://www.imagemagick.org/Usage/crop/#trimconvert image -fuzz XX% -trim +repage result
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Consultant needed to create auto crop program
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.
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.
snibgo's IM pages: im.snibgo.com