When i read a Tiff Image i get the Warning poppup "unknown field flag...".
How can i switch this message off?
How can i switch this message off?
Using image As New MagickImage(input)
image.Write(output)
End Using