ImageMagick-6.8.7-1 差分

ImageMagick-6.8.7-0 差分 - yoyaのメモの続き

The latest release of ImageMagick is version 6.8.7-1.

まとめ

  • 色空間の問題が幾つか修正されている。結合画像など。
  • complex オプションで画像の並びに対する複素数の演算が扱えるようになった。(ComplexImage)
  • pixel cache で考慮漏れが色々あって直したみたい。
  • Windows 版の jpeg 処理が速くなった。
  • DICOM 画像の縦横サイズが正しく扱えない不具合修正。(png 等に変換すると表示サイズが馬鹿でかくなった報告も)

差分

ChangeLog にない物

(調査中)

  • coder/tiff.c で変数名が結構変わってる。
  • MPEG decoder のデフォルトが ffmpeg から avconv に。

ChangeLog

2013-10-19  6.8.7-0 Cristy  <quetzlzacatenango@image...>
  * New version 6.8.7-1, SVN revision 13486.

2013-10-10  6.8.7-1 Cristy  <quetzlzacatenango@image...>
  * Add support for the -complex option, perform complex mathematics on an
    image sequence.
  * Sync pixel cache for -set colorspace cmyk option (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24173).

2013-09-27  6.8.7-1 Glenn Randers-Pehrson <glennrp@image...>
  * Fixed problem with PNG8 reduction in coders/png.c (special case where
    exactly 256 colors plus one transparent color are present).
  * Set image->intensity = Rec709LuminancePixelIntensityMethod before
    setting the colorspace to Gray while reading a gray PNG (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24205).
    This ensures that image->gamma will be set to 1.0 (linear).

2013-09-26  6.8.7-1 Dirk Lemstra <dirk@snakeware...>
  * Fixed incorrect size of DICOM image (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24135).
  * Fixed rounding in YUV coder (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24148).
  * Fixed colorspace issue when combining images (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24173).
  * Replaced libjpeg with libjpeg-turbo in the windows distribution.
  * Added support for liquid rescale to the windows distribution.
  * Set image type after syncing the pixel cache.

所感