ImageMagick-6.8.8-5 差分
ImageMagick-6.8.8-4 差分 - yoyaのメモの続き
The latest release of ImageMagick is version 6.8.8-5.
まとめ
- 前回入った png:swap-bytes の修正
- TXT フォーマットの%対応
- image moment の不具合修正
差分
- 画像モーメントの質量がだったり、Hu モーメントが 0 になる事のある件を修正しました。
- TXT coder の RGB パーセント値を読む拡張。例) 10.008%
- 新しく出来た "-define png:swap-bytes" オプションの修正
ChangeLogにない差分
- Magick::Image::subImageSearch の追加
diff -rbw ImageMagick-6.8.8-4/Magick++/lib/Magick++/Image.h ImageMagick-6.8.8-5/Magick++/lib/Magick++/Image.h 1263a1264,1271 > // Search for the specified image at EVERY possible location in this image. > // This is slow! very very slow.. It returns a similarity image such that > // an exact match location is completely white and if none of the pixels > // match, black, otherwise some gray level in-between. > Image subImageSearch(const Image &reference_,const MetricType metric_, > Geometry *offset_,double *similarityMetric_, > const double similarityThreshold=(-1.0));
- Image::Geometry でメソッド名やプロパティ名の整理。
(調査中)
ChangeLog
2014-02-03 6.8.8-5 Cristy <quetzlzacatenango@image...> * New version 6.8.8-5, SVN revision 14782. 2014-01-31 6.8.8-5 Cristy <quetzlzacatenango@image...> * Fix case where an image moment might have a mass of 0 or a Hu moment might be 0. * Enhance the TXT coder to read RGB percent values, e.g. 10.008% (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24934). 2014-01-30 6.8.8-5 Glenn Randers-Pehrson <glennrp@image...> * Fixed new "-define png:swap-bytes" option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=24818).