note recent magick changes in headers

This commit is contained in:
John Cupitt 2019-02-17 12:41:59 +00:00
parent f41c1439c9
commit d4ddfa5eb4
2 changed files with 5 additions and 0 deletions

View File

@ -565,6 +565,8 @@ magick_set_magick_profile_cb( VipsImage *im,
return( NULL );
}
/* Set magick metadata from a VipsImage.
*/
int
magick_set_magick_profile( Image *image,
VipsImage *im, ExceptionInfo *exception )

View File

@ -3,6 +3,9 @@
* 22/12/17 dlemstra
* 6/2/19 DarthSim
* - fix GraphicsMagick support
* 17/2/19
* - support ICC, XMP, EXIF, IPTC metadata
* - write with a single call to vips_sink_disc()
*/
/*