selphy_print/lib6145
Solomon Peachy 8d54da9ded mitsu70x: Bundle the library and rearrange a few things.
The backend still doesn't dynamically load it yet, but that's next.
2016-10-05 09:52:56 -04:00
..
COPYING Add in some docs for lib6145 2016-08-17 15:29:33 -04:00
Makefile mitsu70x: Bundle the library and rearrange a few things. 2016-10-05 09:52:56 -04:00
README Add in some docs for lib6145 2016-08-17 15:29:33 -04:00
libS6145ImageReProcess.c s6145: Bundle libS6145ImageReProcess! 2016-01-27 08:00:02 -05:00

README

   libS6145ImageReProcess -- Re-implemented Image Processing library for
                             the Sinfonia CHC-S6145 printer family

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

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

   This is intended to be a drop-in replacement for Sinfonia's proprietary
   libS6145ImageProcess library, which is necessary in order to utilize
   their CHC-S6145 printer family.

   Sinfonia Inc 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.

   If you have the appropriate permission fron Sinfonia, we recommend
   you use their official libS6145ImageProcess library instead, as it
   will generate the highest quality output. However, it is only
   available for x86/x86_64 targets on Linux. Please contact your local
   Sinfonia distributor to obtain the official library.

   ** ** ** **

   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.11
	* Current selphy_print backend
	* This library

   Gutenprint 5.2.12-pre and newer already include up-to-date backend
   code, so you will only need to compile and install this library.

   To build this library:

	make
	make install