From 6fceea28608be0fda32d94f59e1b1550774318a0 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 3 Oct 2014 14:05:09 +0000 Subject: Imported Upstream version 0.98 --- doc/sane-xsane-save-doc.html | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'doc/sane-xsane-save-doc.html') diff --git a/doc/sane-xsane-save-doc.html b/doc/sane-xsane-save-doc.html index 628f716..dafb123 100644 --- a/doc/sane-xsane-save-doc.html +++ b/doc/sane-xsane-save-doc.html @@ -13,7 +13,7 @@
-XSane-logo +XSane-logo
@@ -196,22 +196,12 @@ extension to the filename, you should not append a file extension in this case. Supported filetypes:
-Pnm and ps (and raw) are always available. The -other formats are only available if necessary libraries are present and +PDF, pnm and PostScript are always available. +The other formats are only available if necessary libraries are present and support is compiled in. For png you need libpng and libz, for jpeg you need jpeglib, for tiff you need libtiff.
-
-The raw format is a 16 bit binary format. Some programs can read -raw files as pnm-format. For the pnm format -only 8 bit binary and ascii and 16 bit ascii are defined. We suggest -not to use the raw format for storing images you want to view, it is -meant for post-processing with programs you write yourself. The advantage -is that this format produces much smaller files than the 16 bit ascii -pnm format does. -
-
The supported output formats depend on the bit depth of the scanned image:

@@ -223,22 +213,22 @@ is that this format produces much smaller files than the 16 bit ascii

8 bits/pixel grayscale mode:

-pnm = pgm, png, ps, jpeg and tiff +pdf, pnm = pgm, png, ps, jpeg and tiff

16 bits/pixel grayscale mode (9-16 bits):

-pnm (ascii), png, raw and tiff +pnm=pgm, png and tiff

24 bits/pixel RGB-color mode (8 bits/color):

-pnm = ppm, png, ps, jpeg and tiff +pdf, pnm = ppm, png, ps, jpeg and tiff

48 bits/pixel RGB-color mode (9-16 bits/color):

-pnm (ascii), png, raw and tiff +pnm, png and tiff
-- cgit v1.2.3