Photoflow 1 2 6 Mas Download Free

Posted on  by

100% FREE report malware Edit RAW files and improve your photo's looks and the message you want to convey using the multiple tools available with this application What's new in PhotoFlow 0.2.8. Alternatives to PhotoFlow for Windows, Mac, Linux, iPhone, iPad and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 13 apps similar to PhotoFlow. List updated: 9/10/2019 11:23:00 AM.

A fully non-destructive photo retouching program providing a complete RAW image editing workflow

Project maintained by aferrero2707Hosted on GitHub Pages — Theme by mattgraham

Back to main page

There are up-to-date packages available for Ubuntu and derivatives:
  • From the Highly Explosive PPA:
Up-to-date precompiled packages as well as PKGBUILD scripts for Arch Linux are available from here.To install the pre-compiled package, download the photoflow-git-0.2.3-1-x86_64.pkg.tar.xz archive and then runTo compile from sources, download the PKGBUILD file and run this command in the download directory:

A binary distribution for OSX can be found here.

An installer for windows can be found here.

The pixel rendering engine of PhotoFlow is based on VIPS (http://www.vips.ecs.soton.ac.uk). You have to install a recent version of VIPS in order to compile PhotoFlow.

Once VIPS is set up and running, follow these steps to download and compile PhotoFlow:

  1. get master branch from GitHub:

    or the development branch:

  2. You need the following dependencies to build Photoflow: gettext, glib-2.x, libxml-2.0, pkg-config, swig, gtk-doc-tools, automake, gobject-introspection, gnu make, cmake, libtiff, libjpeg, libfftw3, exiv2, lensfun and gtkmm-2.x or gtkmm-3.x.

    PhotoFlow provides an helper script to simplify the building process;in order to use it you have to go into the 'build' subdirectory and run the 'build_all.sh' script:

    This will not only compile photoflow, but also fetch and compile the right version of VIPS automatically.

  3. If all goes well, you can now open an image file with PhotoFlow:

    Back to main page

Installation instructions

All Linux flavours:
Download the photoflow-0.2.8.glibc2.14-x86_64.AppImage package, make the file executable, and directly launch the application by either executing the AppImage from the command line or double-clicking on it in your preferred file manager.

Photoflow 1 2 6 Mas Download Free Download

Ubuntu Linux:
Updated packages are available from two PPAs.

  • The 'Highly Explosive' PPA:

If you are not afraid to use a potentially more unstable version, you can install the nightly builds of the stable development branch:

Arch Linux:

PhotoFlow build recipes are available from AUR:
https://aur.archlinux.org/packages/photoflow/

If you are not afraid to use a potentially more unstable version, you can choose to compile from the stable development branch instead:
https://aur.archlinux.org/packages/photoflow-git/

Slackware Linux:

SlackBuilds for PhotoFlow and VIPS are available from here:
https://github.com/igorek7/SlackBuilds/tree/master/PhotoFlow
https://github.com/igorek7/SlackBuilds/tree/master/VIPS

Photoflow 1 2 6 Mac download free. full Version

Fedora Linux:

To install PhotoFlow, just execute the following commands as root:

OSX:
open the photoflow-0.2.8.app.dmg file and drag the PhotoFlow icon into the Applications folder

Windows:
Unpack the photoflow-0.2.8.zip package and run the photoflow.exe command from the bin sub-folder.

CHANGELOG

New features:

Photoflow 1 2 6 Mas Download Free
  • [raw processing] added fallback RAW decoding based on RawTherapee code.
    Used for example for opening floating-point DNGs not supported by RawSpeed
  • [film CLUTs] added support for reading bundled gmic_film_cluts.gmz file
  • [plugin] moved GIMP plugin to external project
  • Added optional support for sidecar files.
    When exporting an image to TIFF or Jpeg format,
    the editing configuration is saved into a file named .tif.pfi or .jpg.pfi.
    Also, when opening an image named image.ext, the program looks for a sidecar
    file named image.pfi or image.ext.pfi (in this order) in the same folder.
    If a sidecar .pfi file is found it is opened instead of image.ext.
    The sidecar files functionality is disabled by default, and can be enabled
    via the settings dialog.

Improvements:

  • Re-worked the UI layout, now with a single left panel showing both the layers tree and
    the controls for the active tool. Masks editing is now also performed in the same panel.
  • Various improvements and polishing of widgets layout
  • Removed dependency on GExiv2. Code now only depends on Exiv2. A bundled 0.2.6 version is used if
    not found on the system.
  • [tools/raw processing] reduced memory usage during RAW image loading
  • [tools/raw processing] RAW decoding updated to current RawSpeed/DT git version (as of 2017-05-25)
  • [tools/raw processing] added support for per-cahnnel black levels
  • [tools/lens corrections] completed optical corrections support, now also included in the RAW processing module
  • [tools/lens corrections] added support for fixed-lens camera (from Darktable)
  • [tools/crop] added top/left handles and fixed handling of image boundaries
  • [gui] replaced GTK idle callbacks with Glib::Dispatcher signals, and improved thread-safety
  • [gui] added expander for grouping additional tool controls, like horizontal/vertical shifts
  • [gui] added more keyboard shortcuts (layer copy/cut/paste/deletion)
  • [gui] using vips_resize() for fit-to-screen scaling
  • [batch] enable outputting of .PFI files
  • [build] moved GMIC code into a separate static library, to speed up parallel compilation

Bug fixes:

  • [base] fixed threading of cache buffers for VIPS versions 8.4.*
  • [tools/raw processing] fixed issue with SPOT WB when output is gamma-encoded
  • [tools/raw processing] fixed spot WB when output image is in Lab colorspace
  • [tools/shadows-highlights] Fixed processing of highlights
  • [tools/clone-stamp] fixed various bugs leading to unpredictable crashes
  • [tools/uniform fill] fixed initialisation of color selector button in UI
  • [tools/lens corrections] fixed crash due to un-initialised pointers when camera/lens not found