Hello!
This code for get the metadata from image:
on the simple various images (jpg, tiff).
Is it bag?
Version: Magick.NET-6.8.7.502-Q16-x86-net20
This code for get the metadata from image:
using (MagickImage image = new MagickImage(srcPath.jpg))
{
image.Write(dstPath.xmp); // xmp
}
rise the exeption: Magick: no APP1 data is available `dstPath.xmp' @ error/meta.c/WriteMETAImage/2367on the simple various images (jpg, tiff).
Is it bag?
Version: Magick.NET-6.8.7.502-Q16-x86-net20