2f3f880116
- fixed jpeg compression of grayscale tif format [bnc#615223]
Petr Gajdos2010-06-22 16:39:48 +00:00
601f2961a7
Accepting request 39791 from graphics
OBS User autobuild
2010-05-11 15:09:36 +00:00
4223783a10
Updating link to change in openSUSE:Factory/ImageMagick revision 35.0
OBS User buildservice-autocommit
2010-05-11 15:09:36 +00:00
d147787d4f
Accepting request 39791 from graphics
OBS User autobuild
2010-05-11 15:09:35 +00:00
e699fdc6b6
Accepting request 39768 from home:a_jaeger:branches:build-compare-test
Petr Gajdos2010-05-11 11:04:19 +00:00
da26654ce5
Accepting request 38821 from graphics
OBS User autobuild
2010-04-26 15:52:21 +00:00
0e5921e750
Updating link to change in openSUSE:Factory/ImageMagick revision 34.0
OBS User buildservice-autocommit
2010-04-26 15:52:21 +00:00
349d336433
Accepting request 38821 from graphics
OBS User autobuild
2010-04-26 15:52:20 +00:00
a5da976dac
- fixed units in the output [bnc#598714] * units.patch
Petr Gajdos2010-04-26 11:40:16 +00:00
8f0b7ecc2a
Accepting request 37224 from graphics
OBS User autobuild
2010-04-07 16:18:25 +00:00
69637f4fd6
Updating link to change in openSUSE:Factory/ImageMagick revision 33.0
OBS User buildservice-autocommit
2010-04-07 16:18:25 +00:00
008848df72
Accepting request 37224 from graphics
OBS User autobuild
2010-04-07 16:18:22 +00:00
164c8423ca
Accepting request 37216 from home:oertel:branches:openSUSE:Factory
Stephan Kulow
2010-04-07 13:52:17 +00:00
a743c21260
- 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).
Petr Gajdos2010-04-06 13:19:45 +00:00
56cf2b1288
Updating link to change in openSUSE:Factory/ImageMagick revision 32.0
OBS User buildservice-autocommit
2010-03-18 14:32:12 +00:00
f2aed64bf7
Accepting request 34848 from graphics
OBS User autobuild
2010-03-17 13:05:46 +00:00
d809f92fd3
Accepting request 34848 from graphics
OBS User autobuild
2010-03-17 13:05:46 +00:00
78eb014b37
- 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
Petr Gajdos2010-03-15 16:11:26 +00:00
29c79ff617
Accepting request 32663 from graphics
OBS User autobuild
2010-02-18 09:39:27 +00:00
2859b5dd97
Updating link to change in openSUSE:Factory/ImageMagick revision 30.0
OBS User buildservice-autocommit
2010-02-18 09:39:27 +00:00
9520c11618
checked in (request 32663)
OBS User autobuild
2010-02-18 09:39:26 +00:00
15144729c2
- don't remove *.la files, see [bnc#579798]
Petr Gajdos2010-02-15 08:55:50 +00:00
76974ba555
Accepting request 31927 from graphics
OBS User autobuild
2010-02-11 18:41:27 +00:00
ba08a5a55b
Updating link to change in openSUSE:Factory/ImageMagick revision 29.0
OBS User buildservice-autocommit
2010-02-11 18:41:27 +00:00
3e56222193
checked in (request 31927)
OBS User autobuild
2010-02-11 18:41:25 +00:00
49b50b4c72
- build -doc subpackage as noarch - spec cleanup
Pavol Rusnak
2010-02-09 15:04:25 +00:00
9bc1c4fd5b
Accepting request 29139 from graphics
OBS User autobuild
2010-01-14 15:37:43 +00:00
d280a7f5e1
Updating link to change in openSUSE:Factory/ImageMagick revision 28.0
OBS User buildservice-autocommit
2010-01-14 15:37:43 +00:00
f185712a0a
checked in
OBS User autobuild
2010-01-14 15:37:41 +00:00
2e31539048
- updated to 6.5.8-9, which fixes [bnc#565014]
Petr Gajdos2010-01-11 14:15:44 +00:00
deb22d3a92
Accepting request 28236 from graphics
OBS User autobuild
2010-01-08 16:29:34 +00:00
a0f81bf962
Updating link to change in openSUSE:Factory/ImageMagick revision 27.0
OBS User buildservice-autocommit
2010-01-08 16:29:34 +00:00
1151e7e3c1
checked in
OBS User autobuild
2010-01-08 16:29:33 +00:00
ab03f48683
Accepting request 28144 from home:jengelh:branches:graphics
Stephan Kulow
2010-01-07 17:47:34 +00:00
6ea1035766
Accepting request 25497 from graphics
OBS User autobuild
2009-12-04 10:47:12 +00:00
7568dd2506
checked in
OBS User autobuild
2009-12-04 10:47:12 +00:00
4f52c8ac22
- updated to 6.5.7-9 (See ChangeLog)
Petr Gajdos2009-11-23 14:48:22 +00:00
4ec26ec95b
checked in
OBS User autobuild
2009-11-18 10:34:30 +00:00
45b690ea04
Accepting request 23706 from home:coolo:branches:openSUSE:Factory:branched
Marcus Meissner2009-11-15 13:38:40 +00:00
66264311e5
Accepting request 24630 from graphics
OBS User autobuild
2009-11-18 10:34:32 +00:00
a348de5ee8
Accepting request 18567 from graphics
OBS User autobuild
2009-08-28 18:20:14 +00:00