ImageMagick-6.9.9-25差分

ImageMagick-6.9.9-24差分 - yoyaのメモの続き

The latest release of ImageMagick is version 6.9.9-25

まとめ

libraw 0.14.8 でビルド失敗するのを修正

差分

164d163
<   (void) SetImageProperty(image,"dng:software",raw_info->idata.software);
166a166,168
>   (void) SetImageProperty(image,"dng:f.number",property);
>   (void) FormatLocaleString(property,MagickPathExtent,"%0.1f",
>     raw_info->other.iso_speed);
167a170
>   (void) SetImageProperty(image,"dng:software",raw_info->idata.software);
174d176
< #endif
180,182d181
<   (void) SetImageProperty(image,"dng:f.number",property);
<   (void) FormatLocaleString(property,MagickPathExtent,"%0.1f",
<     raw_info->other.iso_speed);
384a385
> #if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0,18)
ChangeLogにない差分

ChangeLog

2017-11-30  6.9.9-25 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-25, GIT revision 12329:9a5a16a1d:20171130.

2017-11-30  6.9.9-25 Cristy  <quetzlzacatenango@image...>
  * Fix build failure with libraw 0.14.8 (reference
    https://github.com/ImageMagick/ImageMagick/issues/888).