CINXE.COM

Photoflow by aferrero2707

<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <title>Photoflow by aferrero2707</title> <link rel="stylesheet" href="stylesheets/styles.css"> <link rel="stylesheet" href="stylesheets/pygment_trac.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="javascripts/respond.js"></script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!--[if lt IE 8]> <link rel="stylesheet" href="stylesheets/ie.css"> <![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> </head> <body> <div id="header"> <nav> <li class="fork"><a href="https://github.com/aferrero2707/PhotoFlow">View On GitHub</a></li> <li class="downloads"><a href="https://github.com/aferrero2707/PhotoFlow/zipball/master">ZIP</a></li> <li class="downloads"><a href="https://github.com/aferrero2707/PhotoFlow/tarball/master">TAR</a></li> <li class="title">DOWNLOADS</li> </nav> </div><!-- end header --> <div class="wrapper"> <section> <div id="title"> <h1>Photoflow</h1> <p>A fully non-destructive photo retouching program providing a complete RAW image editing workflow</p> <hr> <span class="credits left">Project maintained by <a href="https://github.com/aferrero2707">aferrero2707</a></span> <span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span> </div> <h1> <h3>Contributors:</h3> <ul> <li><b>Dariusz Duma</b> (<a href="https://plus.google.com/u/0/+DariuszDuma/posts">G+</a>, <a href="http://404.g-net.pl/">blog</a>, <a href="https://launchpad.net/~dhor/+archive/ubuntu/myway">PPA</a>): packager, blogger and beta tester</li> <li><b>Joermungand</b> (<a href="https://plus.google.com/+SteadfastTypesettingEuAD/posts">G+</a>, <a href="https://aur.archlinux.org/packages/photoflow">AUR</a>): packager and beta tester</li> <li><b>Olivier Samyn</b> (<a href="http://26lights.com/">homepage</a>, <a href="https://copr.fedoraproject.org/coprs/oleastre/">COPR</a>): packager and beta tester</li> <li><b>Andreas Katifes</b> (<a href="https://plus.google.com/u/0/111661148188088341337">G+</a>): beta tester, tutorial maker and motivation booster</li> <li><b>Patrick depoix</b> (<a href="https://plus.google.com/+PatrickDepoix/posts">G+</a>): French translator</li> </ul> <h3>Index:</h3> <ul> <li><h3><a href="install.html">Installation instructions</a></h3></li> <li><h3><a href="presets.html">Useful editing presets</a></h3></li> <li><h3><a href="#current-status">Current status</a></h3></li> <li><h3><a href="#screenshots">Screenshots</a></h3></li> <li><h3><a href="#tutorials">Tutorials</a></h3></li> <ul> <li><h4><a href="http://photoflowblog.blogspot.fr/2014/08/in-this-first-tutorial-we-will-realize.html">Non-destructive Orton effect in PhotoFlow</a></h4></li> <li><h4><a href="http://photoflowblog.blogspot.fr/2014/09/tutorial-how-to-process-raw-image-in.html">How to process a RAW image in PhotoFlow</a></h4></li> <li><h4><a href="http://photoflowblog.blogspot.fr/2014/09/tutorial-how-to-match-nikon-in-camera.html">How to match the Nikon in-camera jpeg colors with PhotoFlow</a></h4></li> <li><h4><a href="http://photoflowblog.blogspot.fr/2014/09/tutorial-creating-and-using-luminosity.html">Creating and using luminosity masks with PhotoFlow (inspired from Patrick David's blog)</a></h4></li> <li><h4><a href="http://photoflowblog.blogspot.fr/2014/09/tutorial-using-curves-tool-in-photoflow.html">Using the "Curves" tool in PhotoFlow</a></h4></li> </ul> <li><h3><a href="#roadmap-and-development-plans">Roadmap and development plans</a></h3></li> </ul> <p>The aim of the project is to provide a fully non-destructive photo retouching program that includes a complete workflow from RAW image development to high-quality printing.</p> <p>Here is the general feature (whish)list:</p> <ul> <li>Fully non-destructive, layer-based photo editing workflow with realtime preview of the final image</li> <li>Support for 8-bits and 16-bits integer as well as 32-bits and 64-bits floating point precision, selectable at runtime and on a per-image basis</li> <li>Plugin-based architecture: new tools can be implemented as separate modules that are loaded at runtime</li> <li>Allows to load and edit images of arbitrary size, thanks to the underlying rendering engine based on the VIPS library</li> <li>Fully color managed workflow: user-defined input, work and output profiles, soft-proofing, etc...</li> <li>Support for layer grouping and layer masks</li> <li>Support for common photo editing tools: levels, curves, brightness-contrast control, blurring, sharpening, cropping, resizing, colorspace conversions, etc..., all implemented in the form of image layers</li> <li>User-friendly interface to develop new tools and image filters as external plugins</li> </ul> <h1> <a name="current-status" class="anchor" href="#current-status"><span class="octicon octicon-link"></span></a>Current status</h1> <p>PhotoFlow is in a early development stage. The present version allows to open an image file and apply basic editing filters via non-destructive adjustment layers. The individual layers can be activated and de-activated using the radio buttons on the right of the image. Moreover, the layers structure can be saved to disk and re-opened again via the command line.</p> <h1> <a name="screenshots" class="anchor" href="#screenshots"><span class="octicon octicon-link"></span></a>Screenshots</h1> <p>Here is a screenshot showing the Curves tool applied to an image to increase the contrast:</p> <A HREF="images/screenshot_byson.png"><img src="images/screenshot_byson_small.jpg" alt="screenshot_byson_small.jpg"></a> <h1> <a name="tutorials" class="anchor" href="#tutorials"><span class="octicon octicon-link"></span></a>Tutorials</h1> <p>You can download the sample files used in the tutorials from <a href="data/testimages.zip">here</a>.</p> <ul> <li><h3> <a name="tutorials" class="anchor" href="sky_tutorial.html"><span class="octicon octicon-link"></span>Sky enhancement</a></h3> </ul> <h1> <a name="roadmap-and-development-plans" class="anchor" href="#roadmap-and-development-plans"><span class="octicon octicon-link"></span></a>Roadmap and development plans</h1> <p>The following list shows what features are currently planned or being implemented, in a kind of priority order:</p> <ul> <li><p>Implement colorpsace conversions based on ICC profiles (partly implemented already)</p></li> <li><p>Allow re-ordering of existing layers via drag&amp;drop</p></li> <li><p>Complete the list of supported blending modes</p></li> </ul> </section> </div> <!--[if !IE]><script>fixScale(document);</script><![endif]--> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10