Update ImageMagick to 6.2.6-4. Ok with adam.
2006-03-06 6.2.6-4 Cristy <stentz@image...> * Read image filenames that start with a dash (e.g. display -- -logo.png). * Do not set the image opacity when reading a PSD colormap index (reference http://redux.imagemagick.org/discussion-server/viewtopic.php?p=18026). * By default, ImageMagick sets the page size to the MediaBox. Some PDF files, however, have a CropBox that is smaller than the MediaBox and may include white space, registration or cutting marks outside the CropBox. To force ImageMagick to use the CropBox rather than the MediaBox, use -define (e.g. -define pdf:use-cropbox=true). * RGB to CMYK color conversion is now scaled properly.
This commit is contained in:
parent
5a93c3fe09
commit
8ebf0d81e1
2 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile.common,v 1.48 2006/03/08 16:46:34 tv Exp $
|
||||
# $NetBSD: Makefile.common,v 1.49 2006/03/29 21:32:35 ghen Exp $
|
||||
|
||||
# NOTE: When updating this version, make sure to reset PKGREVISION in
|
||||
# both graphics/ImageMagick *and* graphics/p5-PerlMagick!
|
||||
|
||||
IM_MAJOR_VER= 6.2.6
|
||||
IM_MINOR_VER= 3
|
||||
IM_MINOR_VER= 4
|
||||
IM_MAJOR_LIB_VER= ${IM_MAJOR_VER}
|
||||
|
||||
.if (${IM_MINOR_VER} != NONE)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.60 2006/03/06 20:04:28 adam Exp $
|
||||
$NetBSD: distinfo,v 1.61 2006/03/29 21:32:35 ghen Exp $
|
||||
|
||||
SHA1 (ImageMagick-6.2.6-3.tar.bz2) = 81e191d1bd8bba6fe9d7b810b3429f267d7d765c
|
||||
RMD160 (ImageMagick-6.2.6-3.tar.bz2) = 0ef733bc60bfe9ccd14ecd69fe58b2b912f5f2e9
|
||||
Size (ImageMagick-6.2.6-3.tar.bz2) = 5149756 bytes
|
||||
SHA1 (ImageMagick-6.2.6-4.tar.bz2) = 7a64116f713226c9c0ca85cec087e60a3ddaee03
|
||||
RMD160 (ImageMagick-6.2.6-4.tar.bz2) = 8a88d20527b940ff40b510f06d12f9c5fd6c29e0
|
||||
Size (ImageMagick-6.2.6-4.tar.bz2) = 5152530 bytes
|
||||
SHA1 (patch-aa) = 59d1987bc26397f2c90ea36d19ab92a39c472aa4
|
||||
SHA1 (patch-ab) = 385f2ee6a47abf0c967623c6b4cae7cd3fc2667c
|
||||
|
|
Loading…
Reference in a new issue