Твой софтовый форум > Software > SoftoRooM > *NIX-SOFT > *NIX-SOFT -> Графика

ImageMagick 6.6.7-0

,

пакетная обработка графических файлов

Дата публикации: 08.01.2011 - 10:35
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
ЭЖД
ph34r.gif ImageMagick 6.6.0-0
  • 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.

Downloads (~8,4 Mb)_ftp://ftp.imagemagic....6.0-0.tar.bz2
ЭЖД
ph34r.gif ImageMagick 6.6.0-1
  • 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 the Adobe Large Document format.
  • Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference http://www.imagemagic...p?f=2&t=15685). Anthony, review these for correctness.
  • Don't embed an XMP profile in an EPS image for now.

Downloads (~8,4 Mb)_ftp://ftp.imagemagic....6.0-1.tar.bz2
ЭЖД
ph34r.gif ImageMagick 6.6.0-3
  • Add support for the -maximum and -minimum options.

Downloads (~8,4 Mb)_ftp://ftp.imagemagic....6.0-3.tar.bz2
ЭЖД
ph34r.gif ImageMagick 6.6.0-4
  • The -evaluate-sequence option behaves like -evaluate except it operates on a sequence of images.
  • Add support for the Adobe Large Document format.

Downloads (~8,4 Mb)_ftp://ftp.imagemagic....6.0-4.tar.bz2
ЭЖД
ph34r.gif ImageMagick 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.

Downloads (~8,4 Mb)_ftp://ftp.imagemagic....6.0-5.tar.bz2
ЭЖД
ph34r.gif ImageMagick 6.6.0-6
  • 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.imagemagic...p?f=2&t=15780).

Downloads (~8,4 Mb)_ftp://ftp.imagemagic....6.0-6.tar.bz2
ЭЖД
ph34r.gif ImageMagick 6.6.0-7
  • Detect CMYKProcessColor AI tag.
  • Delete image from command line cache for -write option.

Downloads (~8,4 Mb)_ftp://ftp.imagemagic....6.0-7.tar.bz2
ЭЖД
ph34r.gif ImageMagick 6.6.0-8
  • 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.imagemagic...p?f=1&t=15799).

Downloads (~8,4 Mb)_ftp://ftp.imagemagic....6.0-8.tar.bz2
ЭЖД
ph34r.gif ImageMagick 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.

Downloads (~8,5 Mb)_ftp://ftp.imagemagic....6.1-0.tar.bz2
ЭЖД
ph34r.gif ImageMagick 6.6.1-6

# Added % and ! modification flags to morphology distance kernel scaling factor.
# Bug fix for compose math channel handling and morphology diff usage
# The -list option returns a 0 status as expected.
# Do not claim gray colorspace if gray image includes a non-gray pixel.
# Initialize BMP alpha channel to opaque for RGB images.
# Fixed under allocation for reound rectangles.
# Made use of new no-'sync' channel enabled mathematical compose methods for the difference morphology methods. These should now work correctly for specific channels, and more importantally for alpha shaped morphology.
# Fixed bugs with losing the opacity channel while writing some PNG images. (bug reported by Anthony T.)
# Simplified and corrected rowbytes calculation in coders/png.c and added more logging.
# Rename of "Add" and "Subtract" compositions to "ModulusAdd" and "ModulusSubtract" for more clarity of there functions. Old names will continue to work as expected.
# Fix "Minus", "ModulusAdd", and "ModulusSubtract" to follow normal SVG 'Over' blending specifications, (see next for override) Note that this does NOT include the "Plus" composition method which has SVG defintion for it to use a 'Plus' blending rather than 'Over' blending.
# By default mathematical compositions work as per SVG definition. That is the results are syncronized with 'Over' alpha-blending (except "Plus" which uses 'plus' alpha-blending).
By removing the default 'sync' flag from the -channel setting however Break this inter-channel syncronization and do the mathematical operations only on the individual channels as specified by the -channel setting. That is do 'channel' math rather than 'SVG' composition.
With this change you can then use mathematical composition methods on individual channels or even with the alpha channel of images.
# Special case handling in Barrel distortion (pixel at image center)
# Calculation of image for Barrel distortion (pixel vs image coords)
# Argument input (handling optional 'd' argument) for Barrel distortion
# Do not declare timestruct under MinGW.
# Respect -compose option for the montage utility (bug report by Anthony).
# A 256 column gradient produces a 256 color GIF image (bug report by Anthony).
# Register / unregister CALS format in static.c (reference http://www.imagemagic...p?f=2&t=16103).
# Add SetImageColor() method.
# Only write one ICC profile to PSD image.
# Sync image colormap for PNG tRNS chunks.
# The -direction option now works with the -annotate and -draw options.
# For the histogram: format, if you have no need for the unique color list, use -define histogram:unique-colors=false to forego this expensive operation.
# Match on literal after backslash in glob expression (reference http://www.imagemagic...p?f=3&t=16068).
# Enable JPEG-compression for grayscale TIFF images (reference http://www.imagemagic...p?f=3&t=16064).
# Don't write empty tile if tile geometry matches the image width (reference http://www.imagemagic...p?f=3&t=16064).
# Support -regard-warnings in the mogrify utility.
# Output the correct units for the identify utility (reference http://www.imagemagic...p?f=3&t=16075).
# Do not set the resample virtual pixel method when undefined.
# Support writing grayscale PSD images.
# Revert Lab-to-XYZ colorspace transform patch.
# Clamp HDRI values for LevelImageChannel() method.
# For HSL to RGB, if color temperature is less than 0, set RGB to lightness.
# Do not flip BMP image with negative height when pinging.
# Improve support for device link profiles.
# Fixed bug in -auto-level for special case when only one value is present in some channel of the image. In this case no 'stretch is performed, just as -normalize does.
# WMF support under Windows does not produce the same results as under Linux.

Downloads (~8,5 Mb)_ftp://ftp.imagemagic....6.1-6.tar.bz2
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13


Для просмотра полной версии этой страницы, пожалуйста, пройдите по ссылке: ImageMagick 6.6.7-0
SoftoRooM © 2004-2024