changes:
-New -M option to specify modify commands directly on the command line
-new -l option for a directory to/from which to extract/import files
-bugfixes
-Libtool support
-added makernotes
-raw file support
Version 4.1.4
=============
This version fixes some bugs with deallocating ColorMaps and fix building
on several platforms.
* Fix several areas in decoding where we removed a ColorMap from our GifFile
but didn't set the pointer to NULL. This could lead to double free's of
the ColorMap.
* Fix a bug in dev2gif.c where we redefined some gl types incorrectly.
* Fix building on Windows. Note -- there has been one API changing event for
Windows (renaming DrawText to DrawGifText.) This should have conflicted with
Windows API and therefore caused the builds to fail previously. If you had
it working with DrawText before, apologies, you'll need to change to
DrawGifText in your code. This only affects Windows.
* Add support for building on The Game Boy Advance. Note: Due to the GBA's
limited memory, the API for the GBA uses short's in many places where the
other platforms use ints. This shouldn't affect anyone unless you've
been able to get an older version of the code to run on GBA and want to
start using this version instead. A recompile of your dependent code
will be necessary in this case.
Changes:
* KPDF
o Fix constant disk I/O when resizing Navigation panel
o Fix Wrong page size and layout in some documents
o Fix DCT decoding for broken files
o Fix crash in some strange documents
o Fix slowlyness on documents with broken TOC definition
o Make non existant ps file loading fail gracefully
* KIconEdit
o Needs configuration dialog help, proper markup for toolbars
Overall stability has improved.
User interface is more clear regarding colourmanaging.
Softproofing is introduced.
The gutenprint plug-in uses the proofing profile as default separation target.
OpenEXR <-> ICC colour space information conversation
The expose item is moved from <imagemenu>-->Color-->Expose Image
to <imagemenu>-->View-->Expose. It is now a per window setting and
only available for 32-bit floats.
Many bugs where fixed.
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
2006-01-28 v1.17 Tels 48 tests
* new maintainer: TELS
* signed with my key
* convert tests to Test::More
* add pod.t and pod_cover.t
* fix all POD errors
* use strict in Makefile.PL and generate custom META.yml
* don't include lib/Image/Info.pm - it is autogenerated anyway
* html_dim() returns lowercase and properly quoted, for SVG/XHTML etc.,
e.g. you get now 'width="900" height="800"'
* fix bug #8136: update URL for EXIF standard
* fix bug #8522 - dies at JPEGInterchangeFormatLngth (Thanx srezic@cpan.org)
* fix also: EXIF says it is "JPEGInterchangeFormatLength", and not "...Lngth"
* fix bug #5165: (duplicate of #8522)
* fix bug #6018: FocalPlaneResolutionUnit decoded wrongly
* fix bug #6083: add support for MakerNote for Nikon D70/D100
* fix bug #16161: netpbm images may have more than 8bit/channel
0.32
----
- Pressing Enter while zooming activates the selected zoom region.
- Add "Reset fractal" menu commmand.
0.31
----
James W. Morris
-Add -DGTK_DISABLE_DEPRECATED, fix all resulting errors.
-Add 'Apply' button to attributes dialog.
xsane-0.98b -> 0.99:
--------------------
- added preferences/setup options:
- save_ps_flatdecoded
- save_pdf_flatdecoded
- fax_ps_flatdecoded
- printer[i].ps_flatdecoded
- changed xsane-preferences reading routines for printer definitions and
preset area definitions
- changed postscript and tiff saving routines:
- split in subroutines:
- create_document_header (ps, pdf)
- save image as page (ps, pdf, tiff)
- create_document_trailer (ps, pdf)
- split xsane.c into xsane.c, xsane-fax-project.c and xsane-mail-project.c
- created xsane-multipage.c that adds a multipage project dialog
supported file formats:
- ps
- pdf
- tiff
- corrected viewer to display bits/sample and size correct
- changed handling of viewer filename and filetype selection:
when a new viewer window is created then it copies the active
filename and filetype. Changing the viewer´s selection does not
change the prefered setting any more.
- when no resolution option is available then xsane uses a resolution
of 72.0 dpi. This e.g. is used for postscript and PDF.
- changed tiff saving routine:
- added deflate (zip) compression for 8 bit and 16 bit / sample images
- corrected jpeg rgb compression
- changed mixed up e-mail names (mail, email, e-mail):
- all xsane internal names are: email
- all user visible texts are : e-mail
- changed acceleration key for email mode to GDK_E
- changed command line option from --mail and -m to --email and -e
- changed name of notebook "image" to "filetype"
- when force_filename is set then the filetype is defined by the filename
instead of preferences.filetype
- project dialog position is saved in devices preferences now
- when a dialog is closed then the position is stored in preferences
so it can be saved when the window is invisible at program exit
- changed handling of ADF:
- removed ADF scanmode selection from setup
- added entry for number of pages to scan in xsane main dialog
- next scan is not started by
g_signal_emit_by_name(xsane.start_button, "clicked"); /* press START button */
any more. This executed the next scan before all active scan subroutines
have been finished. Now we use
gtk_timeout_add(100, (GtkFunction)xsane_scan_dialog, NULL);
to start xsane_scan_dialog after 100ms.
- batch scan window now uses preview levels (zoomed previews) to display batch icons
- added ASMTP authentication PLAIN and LOGIN
- changed size definition of preview window for GTK2 to gtk_window_resize()
- added $(DESTDIR) before each destination path in all Makefile.in
- made usage of MKINSTALLDIRS unique in all Makefile.in
- cleaned up subdir intl
- 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
U U U N N U N N U* U* N N N U N U N N U* N N
last upd 96 95 96 95 96 96 96 98 76 92 96 96
"extract" script for extraction. Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed. The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.