selphy_print/lib70x
Solomon Peachy 87683e610a mitsu70x: Major update.
Long story short, Library was sending rows in the wrong order, but to
 fix this, the row data needed to be reversed so the images weren't
 mirrored.

 Library given an extension (and API bump) to allow it to swap if
 necessary.  Backend tells library to swap unless Gutenprint is feeding
 data in that is in the correct order.

 For Gutenprint 5.2.12, this code will reverse the data.  Future
 Gutenprint releases will do the right thing so no swapping is needed.
2017-03-19 19:29:37 -04:00
..
data lib70x: Add in the latest "v4.0" CPC files for the EK305. 2016-12-02 07:50:17 -05:00
Makefile mitsu70x: default data path should be /usr/local instead. 2016-10-06 08:20:52 -04:00
README lib70x: Several bugfixes to the library, plus a pile of cleanups. 2017-03-15 23:42:19 -04:00
libMitsuD70ImageReProcess.c mitsu70x: Major update. 2017-03-19 19:29:37 -04:00
libMitsuD70ImageReProcess.h mitsu70x: Major update. 2017-03-19 19:29:37 -04: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 (or expected) to function with this
   library:

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

   ** ** ** **

   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