K
K
Kirill Sidorov2014-05-19 06:13:18
Image processing
Kirill Sidorov, 2014-05-19 06:13:18

Automatic sedum background images

Good people, tell me please, how can I clean and correct the background of images automatically?
The situation is as follows: for the site there are pictures of bouquets, but the background of the images is a little gray, but a white background is needed. I'm not very versed in the intricacies of image processing, maybe the white balance needs to be corrected. How to do this automatically or semi-automatically, there are many photos. Maybe there are plug-ins for PS, or separate utilities?
Here are examples: buket.yugs.ru/images/cms/thumbs/0800e5acb9b0df06a1...
buket.yugs.ru/images/cms/thumbs/0800e5acb9b0df06a1...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
radioxoma, 2014-05-19
@radioxoma

Try Imagemagick .
Or all at once:

for file in *.jpg; do convert $file -contrast-stretch 0%x15.0% out-$file; done

M
Mikhail Lyalin, 2014-05-19
@mr_jok

you can try batch photo enhancement through utilities

C
Const V, 2014-06-25
@vconst

Open "Curves" Ctrl-M
Select a white
eyedropper Poke it into the background You
may have to slightly move the white dot on the curve by 1-2 clicks inward
If everything suits you, then save the manipulation in the "Action" and apply to all pictures at once via "Batch>Automate "

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question