Hi,
We’ve recently updated to the latest version of the Aspose product family and figured out that Aspose.Imaging.Image.GetFileFormat(Stream input) returns Dicom for a .Wmf file thus breaking our existing logic and failing to perform a Wmf conversion in our solution.
Previous versions starting from 3.7.0.0 would return Undefined, and we would then compare the input stream for having a specific file type signature (e.g. var wmfSignature = new byte[] { 0xD7, 0xCD, 0xC6, 0x9A, 0x00, 0x00 } and proceed based on that.
So, the problem we see is that a .wmf file (we.ve tried different wmfs) is determined as being a Dicom.
Thanks,