You are here

PhotoFlow - Fully Non Destructive Photo Editor with RAW Image Development

3 posts / 0 new
Last post
Drazick
Offline
Last seen: 1 week 3 days ago
Joined: 2010-09-06 06:36
PhotoFlow - Fully Non Destructive Photo Editor with RAW Image Development

PhotoFlow - https://github.com/aferrero2707/PhotoFlow

Description:
The aim of the project is to provide a fully non-destructive photo retouching program with a complete workflow including RAW image development.

Here is the general feature (whish)list:

* Fully non-destructive, layer-based photo editing workflow with realtime preview of the final image
* 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
* Allows to load and edit images of arbitrary size, thanks to the underlying rendering engine based on the VIPS library
* Fully color managed workflow: user-defined input, work and output profiles, soft-proofing, etc...
* Support for layer grouping and layer masks
* 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
You can follow the development of photoflow and learn about its usage in the dedicated blog: http://photoflowblog.blogspot.fr/

This is an Open Source RAW Editor with many features which RawTherapee lacks.

It would be great to have in PortableApps form.

Thank You.

photofloweditor
Offline
Last seen: 7 years 5 months ago
Joined: 2016-10-27 02:59
What is exactly needed to make a portable app?

What is exactly needed in order to make the application compatible with the PortableApps format?

The program can already be run in "bundled" mode, i.e. by simply copying the folders anywhere on the filesystem and the running the photoflow.exe command from the "bin" sub-folder.

Wickster
Offline
Last seen: 5 years 11 months ago
Joined: 2013-02-14 19:22
This app looks awesome.

This app looks awesome.

As for making things portableapps. I believe one of the features it has to have to be portable is that it should not leave any files (settings, temp, etc.) on the host computer, like on the "users" folder or the registry for example. Everything must be stored and ran on its local directories inside the USB drive.

I could be wrong though, but that's how I see them running.

Anyway, all you need to make things portable are found here: https://portableapps.com/development
Which should include an installer and a launcher for your app.

Log in or register to post comments