Auto Adjust Photo color and contrast in Windows, Mac and Linux.
2010-05-19
98 words
1 min read
<a href="http://log69.com/aaphoto_en.html" target="_blank">Auto Adjust Photo is a tool that is very helpful if you are looking at quickly adjusting the photo. This tool does a good job of automatically doing color correction. Here is example:
<img class="size-full wp-image-624" title="before" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/dscf5768_new.jpg" alt="Before" width="697" height="522" />
<img class="size-full wp-image-625" title="After" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/dscf5768_new_new.jpg" alt="After" width="697" height="522" />
There is definately a scope of improvement in the processed photo, but if you have a couple of hundred photo’s and you can get this effect in one liner then nothing like it. Here’s the one liner
for i in *
do
aaphoto $i
done
Related Articles:
- 2010/04/30 AndreaMosiac.. The way to create a mosaic.
- 2010/04/12 Liquid rescale and remove objects from the images.
- 2010/04/12 Generate web thumbnails page (gallery) for free with convert command on linux
- 2010/01/21 shotwell- Photo organizer for Linux in Gnome
- 2009/08/04 tagging enabled for subscribers on my gallery.
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.