| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-PerlMagick | Distribution: openSUSE 11.3 |
| Version: 6.6.1.0 | Vendor: openSUSE |
| Release: 4.1.1 | Build date: Mon Aug 2 13:18:50 2010 |
| Group: Development/Libraries/Perl | Build host: build36 |
| Size: 675974 | Source RPM: ImageMagick-6.6.1.0-4.1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.imagemagick.org | |
| Summary: Perl interface for ImageMagick | |
PerlMagick is an objected-oriented Perl interface to ImageMagick. Use
the module to read, manipulate, or write an image or image sequence
from within a Perl script. This makes it suitable for Web CGI scripts.
Authors:
--------
John Cristy <cristy@dupont.com>
Public Domain, Freeware
* Thu Jul 29 2010 pgajdos@suse.cz
- fixed jpeg compression of grayscale tif format [bnc#615223]
* Mon May 10 2010 aj@suse.de
- Do not compile in build time but use mtime of changes file instead.
This allows build-compare to identify that no changes have happened.
* Mon Apr 26 2010 pgajdos@suse.cz
- fixed units in the output [bnc#598714]
* units.patch
* Wed Apr 07 2010 ro@suse.de
- update baselibs.conf
* Tue Apr 06 2010 pgajdos@suse.cz
- updated to version 6.6.1-0:
* Fixed bug in equal-size tile cropping, when image has a page offset.
* The -recolor 4x4 matrix is now interpretted properly (previously it
summed rather attenuating the alpha channel).
* Support writing 1-bit PSD images.
* Support LCMS 2.0.
* Improved WMF support under Windows.
* The new coders/png.c was failing to read a 1-bit paletted image properly.
* Finished eliminating the deprecated direct references to members of
the png_info structure. ImageMagick can now be built with libpng-1.5.
* Respect the -density option when rendering a Postscript or PDF image.
* Distort barrel no longer complains when 3 arguments are given (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883).
* Support -direction left-to-right option for rendering text
* coders/png.c: Eliminated support of libpng versions older than 1.0.12.
* Relocated the new, misplaced png_get_rowbytes() call.
* Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5.
* Add support for monochrome PSD images.
* VignetteImage() no longer crashes when x and y arguments are both greater
than half the width (x) and height (y) of the image.
* Eliminated some of the deprecated direct references to members of
the png_info structure. This must be finished before we can build
with libpng-1.5.
* The animate program no longer loops twice when -loop 1 is specified.
* The caption format would sometimes hang when the text was not UTF-8.
* Don't gamma correct log to linear color conversion unless the -gamma is
specified (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799).
* Detect CMYKProcessColor AI tag.
* Delete image from command line cache for -write option.
* Add support for the Adobe Large Document format.
* Recognize -remap option for the mogrify utility.
* The default Helvetica font is not always available, check for
Century Schoolbook too (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780).
* Mon Mar 15 2010 pgajdos@suse.cz
- updated to version 6.6.0-5:
* Permit user to get virtual pixels with a region width of 0.
* Reformulate the jinc() functio so that the main peak is of amplitude of 1.
* Resampling filter must respect the image virtual pixel method.
* The -evaluate-sequence option behaves like -evaluate except it operates
on a sequence of images.
* Add support for the Adobe Large Document format.
* Add support for the -maximum and -minimum options.
* Check to see if ICON image width /height exceeds that of the image canvas.
* Set the DPX descriptor to Luma only if the image type is not TrueColor.
* Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15685).
* Don't embed an XMP profile in an EPS image for now.
* Insufficient image data in EPT is a warning rather than an error.
* Respect -type TrueColor when writing gray DPX images.
* Fix problem reading 10-bit grayscale DPX images when scanline length is
not a multiple of 3.
* BMP has an alpha channel, it was treated as an opacity channel.
* Write 10-bit grayscale DPX images properly.
* Detect PDF ICCBased colorspace.
* Finalized -set option:convolve:scale kernel normalize/scale option
* TransformImage() resets the image blob when called in the PICT decoder;
use SetImageExtent() instead.
* Support PSD RLE compression.
* The jpeg:extent define sometimes exceeded the specified limit.
* Resolve "too many open files" (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15546).
* Added Correlate method which does a Convolve without reflecting the kernel.
* Initialize grayscale colormap for PSD images.
* Addition Third-level Subtractive Morphology Methods:
EdgeIn, EdgeOut, Edge, TopHat, BottomHat
* Ensuring original kernels passed to morphology are cloned before being
modifified for use by specific methods (EG: convolve scale/normalize)
* display -immutable to display transparent image without a checkboard.
* Make -define png:color-type less persnickity about what it will accept.
* added use of -precision in 'showkernel' output of -morphology
* correct use of a 'reflected kernel' for 'Convolve' 'Dilate' and
'Distance' Morphology primatives. This does not have a performance hit,
though is only truely applicable when the kernel is asymmetric. Note that
'Erode' does not use a 'reflected' kernel, so that 'Open' and 'Close'
operations work properly. This 'reflected usage is defined by online
morphology lecture notes (Google for "EECE Binary Morphology")
* Added convolve kernel scaling setting "-set option:convolve:scale N"
If undefined morphology convolve does not do any scaling or normalization
of the convolution kernel. A value of 0.0 causes normalization for both
zero and non-zero (added weights) kernel types.
* Speed up reading the PSD image format.
* Add the -precision option. Use it to set the maximum number of significant
digits to be printed.
* Add -features option to the identify program to display channel features.
* Add -unique option to the identify program to display channel features.
* Add support for compact floating point (i.e. -depth 16 -define
quantum:format=floating-point).
* Transparent images no longer flicker on certain system when using the
display program.
* Permit interactive resizing with the display program.
* Support heterogeneous distributed processing, see
http://www.imagemagick.org/script/architecture.php#distributed.
* Fix semaphore assertion when reading a corrupt image with Magick++.
* Add support for -brightness-contrast option.
* Add support for the BGRA raw image format.
* Added Kernel Generator to generate kernels from user strings, which
allows the generation in many built in kernels for both Convolution
and other Morphological methods. New Kernels currently include..
Convolution: Gaussian, Blur, Comet
Morphological: Rectangle, Square, Diamond, Disk, Plus
Distance: Chebyshev, Manhatten, Knight, Euclidean
And both old and new (rectangular) user defined kernel specifications
including the use of 'nan' to represent elements which are not part
of the kernel definition. List built-in kernel types use "-list kernel"
* Added -morphology {method}[:{iteration}] {kernel_string}
Initial methods includes no only the basic morphology methods: Dilate,
Erode, Open, Close; and a pixel color preserving 'Intensity' version, but
also the special methods: Convolve, and Distance. Of course the
appropriate kernel should be provided for each specific method.
* Add OpenCL-enabled filter (e.g. convert image.png -process
"convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'" image.jpg).
* Added StringTo...() processing functions
* Mon Feb 15 2010 pgajdos@suse.cz
- don't remove *.la files, see [bnc#579798]
* Tue Feb 09 2010 prusnak@suse.cz
- build -doc subpackage as noarch
- spec cleanup
* Mon Jan 11 2010 pgajdos@suse.cz
- updated to 6.5.8-9, which fixes [bnc#565014]
* Wed Jan 06 2010 jengelh@medozas.de
- package baselibs.conf
* Mon Nov 23 2009 pgajdos@suse.cz
- updated to 6.5.7-9 (See ChangeLog)
* Tue Nov 03 2009 coolo@novell.com
- updated patches to apply with fuzz=0
* Mon Aug 24 2009 pgajdos@suse.cz
- splitted out doc package, see [bnc#533439]
* Tue Aug 04 2009 pgajdos@suse.cz
- updated to version 6.5.4-8 (See ChangeLog)
* Thu Jul 30 2009 ro@suse.de
- update baselibs.conf to complete previous change
* Fri Jun 05 2009 nadvornik@suse.cz
- updated to 6.5.3-2:
* shared library version increased from 1 to 2
* subpackages renamed accordingly
* includes a fix for bnc#507728
/usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/Image /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/Image/Magick.pm /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/auto/Image /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/auto/Image/Magick /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/auto/Image/Magick/.packlist /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/auto/Image/Magick/Magick.bs /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/auto/Image/Magick/Magick.so /usr/lib/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi/auto/Image/Magick/autosplit.ix /usr/share/doc/packages/perl-PerlMagick /usr/share/doc/packages/perl-PerlMagick/README.txt /usr/share/doc/packages/perl-PerlMagick/demo /usr/share/doc/packages/perl-PerlMagick/demo/Generic.ttf /usr/share/doc/packages/perl-PerlMagick/demo/Makefile /usr/share/doc/packages/perl-PerlMagick/demo/README /usr/share/doc/packages/perl-PerlMagick/demo/Turtle.pm /usr/share/doc/packages/perl-PerlMagick/demo/annotate.pl /usr/share/doc/packages/perl-PerlMagick/demo/button.pl /usr/share/doc/packages/perl-PerlMagick/demo/compose_specials.pl /usr/share/doc/packages/perl-PerlMagick/demo/composite.pl /usr/share/doc/packages/perl-PerlMagick/demo/demo.pl /usr/share/doc/packages/perl-PerlMagick/demo/dst.png /usr/share/doc/packages/perl-PerlMagick/demo/lsys.pl /usr/share/doc/packages/perl-PerlMagick/demo/model.gif /usr/share/doc/packages/perl-PerlMagick/demo/piddle.pl /usr/share/doc/packages/perl-PerlMagick/demo/pink_flower.gif /usr/share/doc/packages/perl-PerlMagick/demo/pixel_fx.pl /usr/share/doc/packages/perl-PerlMagick/demo/red_flower.gif /usr/share/doc/packages/perl-PerlMagick/demo/shadow_text.pl /usr/share/doc/packages/perl-PerlMagick/demo/shapes.pl /usr/share/doc/packages/perl-PerlMagick/demo/single_pixels.pl /usr/share/doc/packages/perl-PerlMagick/demo/smile.gif /usr/share/doc/packages/perl-PerlMagick/demo/src.png /usr/share/doc/packages/perl-PerlMagick/demo/steganography.pl /usr/share/doc/packages/perl-PerlMagick/demo/tile.gif /usr/share/doc/packages/perl-PerlMagick/demo/tree.pl /usr/share/doc/packages/perl-PerlMagick/demo/yellow_flower.gif /usr/share/man/man3/Image::Magick.3pm.gz /var/adm/perl-modules/ImageMagick
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:14:52 2013