aferrero2707 / PhotoFlow

A fully non-destructive photo retouching program providing a complete layer-based workflow including RAW image development.
http://aferrero2707.github.io/PhotoFlow
GNU General Public License v3.0
317 stars 36 forks source link

Enhancement - Windows #73

Open Partha1b opened 8 years ago

Partha1b commented 8 years ago

When we run PhotoFlow we need an icon set to the top. Also for the GIMP plugin, we need to suppress the console during runs.

I can provide these enhancement if you want. Please tell me how we should go about incorporating them into github.

aferrero2707 commented 8 years ago

The best way would be to fork the stable branch on github, apply your patched in your forked repository, end then send me a pull request with the modified code.

Here is an example of how to do that, if you are not familiar with the procedure: http://www.thinkful.com/learn/github-pull-request-tutorial/#Time-to-Submit-Your-First-PR

Make sure that you create a pull request against the "stable" branch in my repo, and not the default "master" branch.

Thanks!