Install Guide for mrwtoppm

Needed Software

Needed Data

From version 0.0.a8, these programs, by default, use an inbuilt profile to convert from Minolta's proprietary raw color space. You may get better results using Minolta's raw profile for your camera. I don't distribute these because of Minolta's copyright, so you'll need to get them from the Minolta software that came with your camera. The names of these files vary, but look for something with a .icc extension. You'll want the profile for raw format files, not the one for jpegs.

Brief Install Guide

BUGS:

Instructions:

If there's a package build for your system, follow the instructions in the package. These (brief) notes are for people who want to install from the raw source.
  1. TYPE
    	./configure
    
    If you want to install in a non-standard location, use the --prefix=prefixpath option.

    If configure can't find your lcms includes or libraries, you'll need to specify them on the command line. Use --help to find the right switch to use.

  2. TYPE
    	make all
    
    to build the software. If no errors, type
    	make install
    
    to install it.

Changing Default Options

For mrwtoppm, the defaults for target color space, gamma, color balance etc., are in the options.c source file.

For the gimp plugin, the defaults for target color space, gamma, color balance etc., are in the gimp-plugin/mrw.c source file. (But this will probably change real soon now).

To change the compiled defaults for each tool, you'll need to edit the aforementioned file and recompile.

A much preferable alternative is to create a local or system wide initialisation file with your preferred values.