changes:
-added support of svg gradients
-implemented GetResultBBox() (SVG1.2)
-added parameter coordinates (wxSVG_COORDINATES) to GetBBox()
-implemented baseline
-some other small changes and bug fixes
version 2.26.3
- Added/Updated Translations
- ca, courtesy of Gil Forcada
- hi, courtesy of Rajesh Ranjan
- Added/Updated Documentation
- el, courtesy of Simos Xenitellis
from dri.mk where it is pulled in from bl3.mk. The minimum version
is only necessary if a new MesaLib is built, we don't need to force
users of older ones to update libdrm.
pkgsrc changes:
- Update dependencies:
* IO::String is not required anymore (it's in Perl CORE)
* XML::LibXML is preferred over XML::Simple
- Added license (perl5 license)
- Added Module::Install as module type to prevent bundled
Module::Install from automatic installing
Upstream changes:
2009-07-31 Slaven Rezic <srezic@cpan.org>
Release 1.29
SVG parsing is now done by XML::LibXML::Reader, if available,
otherwise the old XML::Simple-based code is used. Using the
new code is much more memory efficient and faster. The old
module can still be used by setting
@Image::Info::SVG::PREFER_MODULE
Removed deprecation notice.
Bundled Module::Install 0.91.
Ceased a warning in the JPEG parsing code with perl 5.6.x.
Lowered minimum required Perl version to 5.6.0 (There's no
evidence that it does not work with that Perl version).
Ceased warnings when reading PNG files with ztxt (compressed
comment) chunk (RT #28054)
GooCanvas 0.15 (Jun 29 2009)
==============
o Fixed a bug that caused a hang when using GooCanvasWidget with
accessibility support turned on.
o Added "scale-to-fit" property to GooCanvasImage, to scale the image
to the "width" and "height" settings, instead of just clipping.
This release fixes many bugs, adds many improvements, and adds new
major features. Quite a few volunteers contributed to this release.
The following are the major changes since the 1.3.5 release:
Security Fixes:
* None.
Bug fixes:
* Composition was failing when the change image overlaps off the
left side of the canvas.
* EPT, PDF, PS: PDF bounding box is sometimes incorrect or not
globally applicable so don't specify bounding box when reading PDF
files.
* OpenMP: Fix (benign) multi-thread cross-contentions (detected by
valgrind's Helgrind).
* TIFF: Fix problem with reading one bit per sample RGB images.
* TIFF: Writer was using rows-per-strip of 8 when writing
JPEG-compressed TIFF. This does not work for vertical
subsampling, and some TIFF readers insist on 16. The
rows-per-strip is now required to be a multiple of 16.
* TIFF: In some cases, the TIFF reader and writer were accessing
planar TIFF in row-order rather than plane-order, which resulted
in sever buffering problems in libtiff, and failure when
compression was used.
* -write now works usefully as documented.
* Temporary file name generator was not random enough, resulting in
some file name collisions for GraphicsMagick processes started at
the same time.
* PerlMagick: Fixed Ping on a BLOB.
* GetImageDepth was leaking memory.
* Convert/mogrify -mask option was leaking memory.
* Mogrify -output-directory option was leaking memory.
* DPX: Fixed memory leak encountered when subsampling to 4:2:2.
* DPX: Values read received insuficient scaling, which round-tripped
correctly, but rounded-down excessively if any image processing
was applied.
New Features:
* Added HRS reader for slow scan TV (contributed by Fojtik Jaroslav).
* Pthreads (POSIX threads) API may now be used under the WIN32 API.
* New access confirmation facility (MagickConfirmAccess) to allow
the API user to monitor and/or block access to files and URLs.
This allows the API user to implement a security policy based on
actual accesses.
* New color matrix function (ColorMatrixImage) to apply a color
matrix similar to Adobe Flash Flash.filters.colorMatrixFilter(),
and Windows GDI+ ColorMatrix class, (order up to 5x5) to the image
pixels. This is accessible via the -recolor command option.
* Added an IDENTITY coder to return a Hald identity CLUT image of
specified order (e.g. "identity:8").
* Added a Hald CLUT capability as described at
http://www.quelsolaar.com/technology/clut.html. This allows a
color transformation to be easily created and replicated on any
number of images. The algorithm is accessed by the -hald-clut
option of 'convert' and 'mogrify'. Original algorithm by Eskil
Steenberg and adapted for GraphicsMagick by Cl?ment Follet, with
additional work by Bob Friesenhahn.
* Added support for the ASC CDL transform. Available as -asc-cdl
via the 'convert' and 'mogrify' subcommands. Original
implementation by Cl?ment Follet but considerably re-worked by Bob
Friesenhahn. Implementation passes the +/- 1 count accuracy
requirement required by the ASC CDL SOP tests.
* Added support for reading CALS Type 1 format (contributed by John
Sergeant). CALS is a standard raster format used by the US
Department of Defense for storing blueprint images.
* Added a random number generation system based on George
Marsaglia's multiply-with-carry generator. Somewhat slower than
rand() but produces better random numbers with a period >2^60.
This is a much better random number generator than the C library
rand() and the algorithm is integrated in a way which maximizes
multi-thread performance.
* The 'compare' command now supports a -maximum-error option to
specify the maximum image error so that it may be used to support
boolean logic in automated test scripts.
* For OpenMP-builds, the '-list resource' output now indicates the
number of threads which will be used.
Feature improvements:
* Image resize now avoids adding "halos" around objects when
resizing an image which contains transparency (patch contributed by
Pavel Merdin).
* DICOM: The DICOM reader is completely re-written and is much more
functional now. A few features (e.g. RLE compression) are still
missing. This work is contributed by John Sergeant.
* EXIF: Unprintable characters in EXIF attribute strings are now
returned using three-digit octal notation. Unknown tags are
identified via their four-character hex value.
* PCL: PCL writer is rewritten to fix many bugs, add support for
compression, add support for 8 bit PseudoClass images, and
dramatically improve usability (work contributed by John Sergeant).
* TIFF: Allow the user to force the returned image to be TrueColor
type for min-is-white and min-is-black TIFF files.
* TIFF: User can now specify the predictor using syntax like
'-define tiff:predictor=2'.
* TIFF: User can now specify the rows-per-strip value when using
JPEG compression.
* TXT: The TXT reader is now capable of reading image files written
by the TXT writer, as well continuing to render ASCII text into an
image (work contributed by Fojtik Jaroslav).
* Utilities @file.txt syntax for including a list of files to use as
an argument now really works as expected. This may be used to
inject any other text into the command line as well. As a result,
the 'mogrify' utility may be invoked on thousands of files at once
while obtaining the list of files to process from a text file.
* The 'mogrify' utility now caches argument images so that they are
loaded only once when mogrify is used to process multiple image
files.
Performance Improvements:
* -median and -noise now see reliable linear speedup as threads are
added.
Behavior Changes:
* PerlMagick is configured but no longer built by default.
* Use '-interlace Line' to produce an interlaced GIF, PNG, or
progressive JPEG.
a2ping is a Perl script command line utility written for Unix that
converts many raster image and vector graphics formats to EPS or PDF
and other page description formats. Accepted input file formats are:
PS (PostScript), EPS, PDF, PNG, JPEG, TIFF, PNM, BMP, GIF, LBM, XPM,
PCX, TGA. Accepted output formats are: EPS, PCL5, PDF, PDF1, PBM,
PGM, PPM, PS, markedEPS, markedPS, PNG, XWD, BMP, TIFF, JPEG, GIF,
XPM. a2ping delegates the low- level work to Ghostscript (GS),
pdftops and sam2p. a2ping fixes many glitches during the EPS to EPS
conversion, so its output is often more compatible and better
embeddable than its input.
Changes:
RMagick 2.11.0
o Fix bug #26475, dissolve and watermark don't work with new versions of
ImageMagick (reported by Jim Crate)
o Add Image#composite_mathematics (available in ImageMagick 6.5.4-3)
o Add new LinearDodgeCompositeOp, LinearBurnCompositeOp,
PegtopCompositeOp, PinLightCompositeOp, VividLightCompositeOp enum values
(available in ImageMagick 6.5.4-3)
* active image follows keyboard focus
* added simple desktop file editor
* layout id "_current_" matches the currently active layout
window
* added a possibility to update existing bars from config
* added tooltips to external editors on toolbar, added "load
config" command to remote control
* added possibility to update existing layout window from config
* added function to reload external editors at any time
* added more IPTC tags
* implemented editing support in exif pane
* fixed loading of desktop file icons, gtk seems to expect an
icon name without extension
* compute histogram in idle time
* completely separated global and layout window options, layout
window configuration is available under separate menu entry
* do not allow to add keywords with the same name as siblings
* added keyword tree filtering
* show file name in advanced_exif
* handle sidecar files for raw formats that are not known to
exiv2
* added a dialog for editing keyword tree
* added a popup menu in keyword tree
* Remove the toggle on advanced exif window menu item.
* Advanced exif window: make all columns sortable and resizable.
* Display icons in edit contextual menu.
* In various Edit context menus, only display editors that
match the file types in the selection.
* allow dropping of multiple keywords
* show a label instead of the default drag icon
* implemented keywords editor as described at
http://geeqie.wiki.sourceforge.net/keywords
* Try to improve tab completion: when a key is pressed while
tab completion menu is shown, the number of entries is reduced,
dhowing all matching entries but the menu is no more closed
after each key pressure. Number of possible entries in this
menu was increased from 500 to 1000. Pressing TAB when path
entry is empty now adds / (root directory).
* added popup menu to the exif pane
* indicate that the exif pane is empty
* Display pixel coordinates and rgb, patch by Ruben Stein
* reorder exif pane entries with drag and drop
* overlay now survives image split
* Add a directory separator at the end of names in tab completion
list to indicate directories.
* Align exif labels vertically (visually better since name is
now smaller than value).
* Enable 'Use profile from image' item of color management menu
only if such profile information is available from image.
* In the side bar, display the filename without the 'Filename:'
prefix and makes it centered. Allow to select it for copy'n'paste.
* Color profiles menu: test for file access before allowing to
select it as input profile.
* load icons for external editors
* split overlay options between global and layout window
* save and restore toolbar configuration
* Add an indicator of the embedded color profile when recognized
(a * just after sRGB or AdobeRGB compatible).
* Color profiles menu: mark empty entries as inactive.
* Add a tooltip showing current histogram state on bar histogram.
* correctly save and restore overlay string
* Save bar pane histogram state to rc file.
* Add a contextual menu on bar pane histogram allowing to change
channels and mode.
* Drop histogram based on mean value.
* config file format changed to XML
* Add grid to bar histogram.
* Fix bug 2599857: file list sort order was wrong in many cases.
* separated "normal" and advanced exif, "Normal" exif is now
in the generic bar, advanced exif is in separate window.
* replaced bar_info with an universal bar
* Start with "Fit to window" in "Leave Zoom at previous setting"
mode
* do not switch to the next image on mouse click in split mode,
it interferes with image switching too much.
* Speed up random slideshow, startup time decreases from minutes
to seconds when amount of images is big. Patch by Kjell
Morgenstern.
* Do not show geeqie itself in editors menus.
* read external editors from .desktop files
* Invert Horizontally vs vertically zoom fit, it was a TRUE/FALSE
mismatch, reported by Christopher Beland.
* Remove harmful documentation.helpdir and documentation.htmldir
options. These paths can still be modified through with-readmedir
and --htmldir configure options. Reported by Christopher Beland.
* show symlinks in filelist
* added a status bar button for writting metadata immediately
* metadata write mode (direct or sidecar) made configurable
for each file format
June 30 2009 - V2.04
Integrated bug fixes and patches and misc changes for portability.
Integrated a patch to remove some of the "access" macros.
Removed dependence on lua from the viewer, speeding it up
dramatically.
Fixed the viewer so it compiles and runs properly!
Specifically fixing issues: 1, 63, 67, 71, 76, 81, 82, 106, 111,
112, 128, 129, 130, 133, 135, 142, 143, 145, 147, 153, 154, 160,
165, 170, 175, 177, 187, 192, 195, 199, 201, 205, 209, 108, 169
Overview of changes from pycairo 1.8.4 to pycairo 1.8.6
=======================================================
Bug Fixes:
ImageSurface.create_from_png _read_func fix
ToyFontFace type fix
19221: restore cairo.Matrix '*' operator to the way it originally worked.
Other Changes:
Documentation completed.