Aaphoto: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Software | {{Software | ||
|Picture= | |Picture=NA.png | ||
|Version=0.45 (Jul 2016) | |Version=0.45 (Jul 2016) | ||
|Author=Andras Horvath | |Author=Andras Horvath | ||
|License=GNU GPL v3 | |License=GNU GPL v3 | ||
|Download= | |Download={{FileLink|aaphoto_0-45.zip}} | ||
|Website= | |Website= | ||
}} | }} | ||
Auto Adjust Photo is a tiny command-line image manipulation tool for automatic colour correction of photos. It tries to make the picture look better. The program does this by | Auto Adjust Photo is a tiny command-line image manipulation tool for automatic colour correction of photos. It tries to make the picture look better. The program does this by analyzing the input image and then sets the most optimal contrast, gamma, colour balance and saturation for it. | ||
Required libraries: | Required libraries: | ||
Line 15: | Line 15: | ||
*libz - Compression library | *libz - Compression library | ||
[[Category: | [[Category:Raster Graphics Editors]] |
Latest revision as of 00:26, 7 October 2023
Aaphoto | |
---|---|
![]() | |
Version | 0.45 (Jul 2016) |
Vendor | |
Author | Andras Horvath |
License | GNU GPL v3 |
Download | aaphoto_0-45.zip |
Website |
Auto Adjust Photo is a tiny command-line image manipulation tool for automatic colour correction of photos. It tries to make the picture look better. The program does this by analyzing the input image and then sets the most optimal contrast, gamma, colour balance and saturation for it.
Required libraries:
- libgomp - OpenMP for parallel programming
- libjpeg - IJG JPEG software
- libpng - PNG software
- libz - Compression library