selphy_print/lib70x
Solomon Peachy 458b80af55 lib70x: Fix 64-bit float byte order conversion
(Data tables are IEEE754 Big Endian)
2020-06-08 19:48:58 -04:00
..
data mitsu_m1: Add ICC profile and updated gamma table for CP-M1 and CP-M15 2020-03-20 09:41:12 -04:00
Makefile build: Improvements around testing 2020-02-17 10:44:54 -05:00
README mitsu_m1: Update READMEs and other documentation. 2020-03-02 23:32:11 -05:00
libMitsuD70ImageReProcess.c lib70x: Fix 64-bit float byte order conversion 2020-06-08 19:48:58 -04:00
libMitsuD70ImageReProcess.h mitsu: Update documentation on a couple of structures 2020-03-06 08:55:52 -05:00

README

   LibMitsuD70ImageReProcess -- Re-implemented image processing library for
                                the Mitsubishi CP-D70 family of printers

   Copyright (c) 2016-2017 Solomon Peachy <pizza@shaftnet.org>

   ** ** ** ** Do NOT contact Mitsubishi about this library! ** ** ** **

   This library is a platform-independent reimplementation of the image
   processing algorithms that are necessary to utilize the Mitsubishi
   CP-D70 family of printers.

   Mitsubishi was *NOT* involved in the creation of this library, and is
   not responsible in any way for the library or any deficiencies in its
   output.  They will provide no support if it is used.

   However, without this library, it is nearly impossible to utilize the
   D70 family of printers under Linux and similar operating systems.

   The following printers are known to function with this library:

     * Mitsubishi CP-D70DW
     * Mitsubishi CP-D707DW
     * Mitsubishi CP-K60DW-S
     * Mitsubishi CP-D80DW
     * Kodak 305
     * Fujifilm ASK-300

   More recently, the CP98xx family now uses this library.  These
   models are expected to function:

     * Mitsubishi CP9800DW
     * Mitsubishi CP9810DW
     * Mitsubishi CP9820DW-S

   Even more recently, the CP-M1 family now uses this library.  These
   models are expected to function:

     * Mitsubishi CP-M1

   ** ** ** **

   This library is released under the GNU GPL version 3.  Unfortunately
   this means that it cannot be bundled with Gutenprint.

   In order to utilize this library with Gutenprint, you will need:

	* Gutenprint 5.2.12-pre4 or newer
	* Current selphy_print backend
	* This library

   To build this library:

	make
	make install

    You may also need to add the library to the search path:

	echo "/usr/local/lib" >> /etc/ld.so.conf
	ldconfig