diff options
author | Pierre Cazenave <pwcazenave at gmail {dot} com> | 2010-05-13 01:00:37 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 01:00:37 +0200 |
commit | ab3ac48856cccd054d73cc4929a0a0b370add618 (patch) | |
tree | 7cd0d9f468b3690af46b8812556a7f2111bf43c5 /office/rastertospp/README | |
parent | 5f05fd38c74df7e7f6c523245f831a9cc96eda55 (diff) |
office/rastertospp: Added to 13.0 repository
Diffstat (limited to 'office/rastertospp/README')
-rw-r--r-- | office/rastertospp/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/office/rastertospp/README b/office/rastertospp/README new file mode 100644 index 000000000000..5dc271fafe79 --- /dev/null +++ b/office/rastertospp/README @@ -0,0 +1,22 @@ +SPP-2020 is a cheap photo printer from Samsung. The print quality is +great and usage costs are acceptable. However the manufacturer doesn't +provide a Linux driver which is somewhat strange for Samsung. + +The rastertospp is a CUPS raster converter that takes a cups-raster as +its input, and on the output spits a stream of data suitable for direct +sending to the printer. This is one possible form of a driver for CUPS, +the one which makes most sense in the case of this printer. + +Print quality of this driver seems the same as from the Windows driver, +no color profiling is done. As of version 1.1 there is an "Avoid +clipping" option (default: on) which in some cases yields better results +than stock Windows driver. + +Data format suitable for the printer was derived by analysing several +print-to-files made on Windows. + +Only best-quality on 4x6" (~10-15cm) photo paper is implemented but it +seems the only use-case anyway. + +NOTE: The ppd file required for this printer is located in +/usr/share/cups/model/Samsung. It's called Samsung_SPP-2020.ppd. |