# D-Pixed file formats plug-in for GIMP
# Copyright (C) 1999,2000  Masahiro SAKAI
# Distributed under GPL. See file COPYING for details.

1. What is it?

   * dpx.c is a plug-in to read/write D-Pixed image format (*.dpx).
   
   * dpix_dissolve.c is a plug-in to represent transparency using
     DPixed-like dithering.
   
   * dgr.c is a plug-in to export/import D-Pixed grid format (*.dgr).
   
   * dpf.c is a plug-in to convert between D-Pixed palette file (*.dpf)
     and GIMP palette file.
   
   * dpf2gimppal.c is a command-line tool to convert from D-Pixed pallete
     (*.dpf) to GIMP palette.
   
   * gimppal2dpf.c is a command-line tool to convert from GIMP palette to
     D-Pixed palette (*.dpf).

1. What is D-Pixed?

   D-Pixed is a software that you can draw 256 colors pictures.
   D-Pixed can run under 32 bit windows; Windows95/98/98SE/NT4/2000.
   You can get latest version of D-Pixed or informations at
   http://www.bigfoot.com/~doichan/index-e.html

2. INSTALLATION

   edit dpixplugins-config.h
   "make"
   "make install" (or "make install-admin")
   
   dpf2gimppal and gimppalwdpf are not installed automatically.
   Place them somewhere by yourself, if you need them.

3. CONTACT

   Send comments, suggestions, or anything you thought about this program
   to sakai@tom.sfc.keio.ac.jp
