Skip to content

rawproc 0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@butcherg butcherg released this 01 Sep 04:07
· 1804 commits to master since this release

This revision has a few new capabilities:

Tools:

  • Exposure compensation
  • Redeye correction
  • Per-channel curve
  • Colorspace apply/assign

Menu selections:

  • Re-open: Like it says, re-opens the previously opened image. Useful to change raw parameters.
  • EXIF: displays full exif for the opened file, using Phil Harvey's exiftool run as a separate process.

There are a bunch of other minor adds, like image orientation resolution (rotate to orientation tag, set tag to 0), moved the histogram to its own pane in the dock, input.raw.libraw.* lets you specify individual libraw parameters. Color management is cleaned up a bit; a profile directory can be specified in the configuration file, and I disabled the internal profiles until I can make them work correctly.

With regard to building rawproc, there is now an autoconf configure script for both rawproc and gimage, the supporting image library. It works best with a separate build directory, and it's imperative to start with ..configure --help to review the options for getting to the supporting libraries. The old Makefile with localmake.txt is still there; note that if you use ./configure in the rawproc directory, you'll overwrite the old Makefile.

Through the 0.6 development, a lot of code cleanup was accomplished. In fact, Linux/GTK never really worked well; now, it does. wxWidgets/Linux defaults to GTK2; I've tried GTK3 and it seems to work, but I haven't tested it extensively.

The help file has been extensively reviewed and modified to reflect the build, and it opens along with the Properties dialog modeless, so you can refer to the help file has you consider configuration parameters.

The img command line processor got a significant capability in wildcard processing; "*" allows wildcard selection of a set of input files, and specification of the corresponding output files, so you can do something like:

img "*.NEF" gamma:2.2 blackwhitepoint resize:640,0 sharpen:1 "album/*.jpg"

Windows Dowloads

32-bit executables use a half-float pixel; 64-bit executables use a full float pixel.

MD5:
dafcc3800c71fa1b7cf49a456feaf6f2 rawproc-0.6-w32.exe
fb9929a7d94651ef806bfa8604ec3e6d rawproc-0.6-w32.zip
000007af1fce5e48f15b4c1734bf970b rawproc-0.6-w64.exe
013e7999c0cbd80d8736f7a11e29ae6f rawproc-0.6-w64.zip

AppImage Download

Built on x86_64 Ubuntu 16.04, full float pixel.

08651958df0f2a63b74892bf6793ad75 rawproc-0.6-x86_64.AppImage

To set up configuration with the AppImage, download a copy of rawproc.conf from here:
https://github.com/butcherg/rawproc/blob/master/rawproc.conf
and put it in the following directory: ~/.rawproc/