AFLProjects / White-Balance-Automation

C++ Automated white balance using lodepng and some color correction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a C++ automated program that edits the visual aspects of your photos using some basic color grading and white balance The main idea of this program is to deprive you of all the repetitive labor while editing your photos. The program will take care of the color balencing and polishing.



Table of contents

Features

  • Implements simple color grading algorithm
  • Has white balancing algorithm

Usage

-Download the project
-Compile the code (In visual studio)
-Run the project

Commands :
	-edit <dir>		 //Edit your photos

Results

How to Contribute

  1. Clone repo and create a new branch: $ git checkout https://github.com/AFLProjects/White-Balance-Automation -b name_for_new_branch.
  2. Make changes and test
  3. Submit Pull Request with comprehensive description of changes
  4. Don't forget to drop a star, it helps a lot 😉

Acknowledgements