day & night

ImageMagick 6.6.7-0, пакетная обработка графических файлов
Дата обновления: , перейти к новому сообщению
#1
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif ImageMagick 6.5.0-5

ImageMagick — свободный и многоплатформенный пакет программ для неинтерактивной (пакетной) обработки графических файлов. Поддерживает множество графических форматов, выпущен под лицензией GPL. Может использоваться с языками Perl, C, C++, Python, Ruby, PHP, Pascal, Java, в скриптах командной оболочки или самостоятельно.
Поддерживаемые форматы

» Чтение-запись «

» Только чтение «

Материал из Википедии — свободной энциклопедии

Changes:
  • Change -selective-blur to use gaussian kernel.

Home_http://www.imagemagick.org/index.php
Downloads (~8,4 Mb)_ftp://ftp.imagemagic....5.0-5.tar.bz2
User is offline
Go topGo end

Ответов(120 - 126)
6.11.2010 - 16:24
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif ImageMagick 6.6.5-6

* Added 5x5, 6x6, and 7x7 ordered-dither level maps.

Downloads (~8,5 Mb)_ftp://ftp.imagemagic....6.5-6.tar.bz2
User is offline
Go topGo end
12.11.2010 - 21:13
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif ImageMagick 6.6.5-8

# Missing logical operator in tiff.c.
# Only save TIFF image with 1-bit depth if there is no alpha channel.
# Abandon PSD composite if layer is available.
# %[fx:mean] is the mean of the default channels (all but opacity) (reference http://www.imagemagic...p?f=1&t=17432).

Downloads (~8,5 Mb)_ftp://ftp.imagemagic....6.5-8.tar.bz2
User is offline
Go topGo end
23.11.2010 - 21:34
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif ImageMagick 6.6.5-10

Fix png coder compile error when HDRI is enabled.
Many of the problems with the PNG encoder have been fixed (reference http://www.imagemagic...p?f=3&t=16490).
The "-type Optimize" option is now deprecated. If present, it is treated by the PNG encoder the same as if the type were undefined. Optimization is now always performed.
Merged redundant code into LosslessReduceDepth() function in the PNG codec.
The splice option no longer throws spurious "pixels are not authentic" exceptions.
Thread the -adaptive-resize option.
Set XBM coder height to height not width.
Lanczos2Sharp blur tweaked. New blur = 0.9549963639785485.
LanczosSharp blur tweaked to minimize worst case deviation from "perfect preservation of images which only vary horizontally (or vertically)" under no-op. New blur = 0.9812505644269356.

Downloads (~8,5 Mb)_ftp://ftp.imagemagic...6.5-10.tar.bz2
User is offline
Go topGo end
4.12.2010 - 17:23
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif ImageMagick 6.6.6-2

# Affine multiplication reversed when translating (reference http://www.imagemagic...p?f=3&t=17570).
# Revised the "c7x7b" and "c7x7w" ordered-dither maps to be complementary to each other.
# Add support for -evaluate-sequence median.
# Fixed two more cases where the PNG encoder lost transparency (reference
http://www.imagemagic...p?f=3&t=17516).
#
2010-11-23 6.6.6-0 Cristy
# The policy.xml sets not-to-exceed resource values (e.g. policy memory limit 1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB).
# Support NCC (normalized cross correlation) compare metric.

Downloads (~8,5 Mb)_ftp://ftp.imagemagic....6.6-2.tar.bz2
User is offline
Go topGo end
11.12.2010 - 14:00
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif ImageMagick 6.6.6-4

# Replace IsMagickColorSimilar() which provides the Fuzz Factor threshold function. Note function does not calculate 'distance' in total but short-circuits when threshold is reached for faster processing.
# Account for virtual canvas for the -flip / -flop options (reference http://www.imagemagic...p?f=1&t=17626).
# Ordered Dithered handling of Alpha channel was incorrect - fixing Bug was introduced v6.6.5-6

Downloads (~8,5 Mb)_ftp://ftp.imagemagic....6.6-4.tar.bz2
User is offline
Go topGo end
16.12.2010 - 22:16
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif ImageMagick 6.6.6-5

Make the PNG encoder always rebuild the palette, to avoid losing transparency when it is out of sync with the pixel data (reference http://www.imagemagic...p?f=3&t=17655). Eliminated CompressColormapTransFirst() since the palette is already compressed and sorted by opacty now when it's recreated.
Account for virtual canvas for the -flip / -flop options (reference http://www.imagemagic...p?f=1&t=17626).
Also for -transpose and transverse options
Support -metric fuzz option.

Downloads (~8,5 Mb)_ftp://ftp.imagemagic....6.6-5.tar.bz2
User is offline
Go topGo end
8.01.2011 - 10:35
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif ImageMagick 6.6.7-0

# Handle negative heights for ICO images.
# Recent changes sometimes caused the PNG encoder to select colortype=2 (Truecolor) instead of 0 (Grayscale) for grayscale images. This made the filesize larger than necessary and caused some of the PerlMagick tests to fail.
# The PNG decoder now checks whether the image actually has any transparency when the input file contains an alpha channel or a tRNS chunk. (Reference http://www.imagemagic...p?f=3&t=17748)
# -posterize fails with more than 40 levels (reference http://www.imagemagic...p?f=3&t=17741).
# Add support for the MacPaint image format.
# Eliminate spurious 'invalid colormap index' exception for 16-bit SGI images (bug report by steven.sittser@fligh...).
# Fix user data length for the CIN image format.
# Use a clone instead of the main image in coders/png.c, so the image can still be used later on without being affected by changes made by the PNG encoder.
# Added PNG:exclude-chunk and PNG:include-chunk defines.
# Revised the -strip option so it behaves as though "-define PNG:include-chunk=none,gama" had appeared on the commandline.
# Avoid writing PNG ancillary chunks in the PNG/MNG/JNG encoder while generating the alpha channel for a JNG image.
# Removed the forced interpolation setting in AcquireResampleFilterThreadSet It prevented user defined interpolation settings for -clut, and possibly other usage.
# Add LZMA compression support to ImageMagick.
# Eliminated a redundant quantization step in the PNG encoder.
# Untangled a confusing but apparently harmless improper loop nesting in the PNG encoder.
# Eliminated redundant "IsGray()" tests from the PNG encoder.
# -format "%[fx:u.p{5,5}]" no longer reports parse exception (reference http://www.imagemagic...p?f=3&t=17678).

Downloads (~8,5 Mb)_ftp://ftp.imagemagic...6.6-10.tar.bz2
User is offline
Go topGo end

Topic Options
Сейчас: 19.03.2024 - 14:10
Мобильная версия | Lite версия