TiffImages.jl icon indicating copy to clipboard operation
TiffImages.jl copied to clipboard

equivalent of `ImageMagick.getimageproperty()`

Open bjarthur opened this issue 2 years ago • 9 comments

is there a way to do this with TiffImages.jl?

using ImageMagick
wand = MagickWand()
readimage(wand, "filename.tif")
my_custom_metadata_value = ImageMagick.getimageproperty(wand, "my_custom_metadata_key")

bjarthur avatar Jul 28 '21 15:07 bjarthur