diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-15 11:43:09 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:16 -0400 |
commit | da3589b7c53b68a114305869478be67f0223cca7 (patch) | |
tree | 953c30c8a5799bfd5f608894104832764caed402 /graphics | |
parent | 329701c9f16e5b8057567e9d005d3d06532e24c1 (diff) | |
download | slackbuilds-da3589b7c53b68a114305869478be67f0223cca7.tar.gz |
graphics/img2pdf: Remove tabs from README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/img2pdf/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/graphics/img2pdf/README b/graphics/img2pdf/README index ca6bb21ba6..45396ac6a3 100644 --- a/graphics/img2pdf/README +++ b/graphics/img2pdf/README @@ -21,13 +21,6 @@ situations) is, that img2pdf is able to handle much larger input than other software, because the raw pixel data never has to be loaded into memory. -The following table shows how img2pdf handles different input depending -on the input file format and image color space. Format -Colorspace Result JPEG any direct JPEG2000 any -direct PNG (non-interlaced) any direct TIFF (CCITT Group 4) -monochrome direct any any except CMYK and monochrome PNG -Paeth any monochrome CCITT Group 4 any CMYK flate - For JPEG, JPEG2000, non-interlaced PNG and TIFF images with CCITT Group 4 encoded data, img2pdf directly embeds the image data into the PDF without re-encoding it. It thus treats the PDF format merely as a |