# RAW plugin version 0.0.1
# Copyright (C) 1999 Jaroslav Benkovsky, <benkovsk@pha.pvt.cz>
# Distributed under GPL. See file COPYING for details.
#
# RCS: $Header: /home/benkovsk/worx/RAW/RCS/README,v 1.1 1999/01/31 22:44:30 benkovsk Exp benkovsk $


RAW plugin for GIMP
===================

RAW plugin is a file plugin capable of saving and loading images in custom
"raw" formats. I assume that pure raw file format does not contain headers,
does not use compression methods etc. In fact RAW plugin can do more than just that. It can save and load arbitrary headers too and it should be relatively
easy to make plugin use compression methods too, so maybe it's more like
universal file plugin :-).

Please read file README.1st first to understand the current state of the 
program.

Read file FORMAT for description of FFFF (file format's file format :o)


Plugin configuration
====================

in ~/.gimp/gimprc or in global gimprc file add line
(raw-path "${gimp_data_dir}/rawformats:${gimp_dir}/rawformats")

copy all formats from the format/ directory to the directory specified above
- e.g. ~/.gimp/rawformats/



