Path to this page:
Subject: CVS commit: pkgsrc/graphics/xsane
From: Thomas Klausner
Date: 2006-01-30 18:20:24
Message id: 20060130172024.0CA082DA27@cvs.netbsd.org
Log Message:
Update to 0.99.1:
xsane-0.99 -> 0.991:
--------------------
- replaced all char buf[255], char buf[256] etc by char buf[TEXTBUFSIZE]
with #define TEXTBUFSIZE 255
- replaced all char filename[255] etc by char filename[PATH_MAX]
- translations: U=updated (* for 0.99-pre1), N=not updated, A=added/new
cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh
N N N N N N U N N N N N N N N N N N N N N
99 99 99 96 95 99 95 99 99 96 96 96 99 98 99 76 92 99 96 96
- added default multipage_filetype (PDF).
No default multipage_filetype produced the following problem:
- error message when creating multipage file: could not create secure file
- lineart images are expanded to grayscale in multipage mode.
solves segmentation fault when "show page" in multipage project was \
selected
- corrected calculation of width and height in copy mode for backends
that do not support arbitary resolutions
- multipage mode: lineart images (that are stored as grayscale images)
are reduced to lineart before the page is put into the multipage file
- viewer shows image info with bit depth = 1 when reduce_to_lineart is set
- change handling of zoom (photocopy mode):
- now there is only one zoom value even if there is a resolution_x and
a resolution_y option, zoom_x and zoom_y are removed
- the zoom factor is directly used to define the image output size
(before the scanresolution was used to define the image output size)
- the resolution is not changed any more when an other printer with a
different printer resolution is selected
Files: