Overload List

NameDescription
FindFileFormat(Stream)
FindFileFormat reads the stream and try to recognize the image format from image header.
FindFileFormat(String, IEImage..::..FindFormatMethod)
Returns the file format of the specified file by reading the file and trying to recognize the file header. Some formats cannot be detected by content alone. Sony ARW and Kodak DCR are TIFF internally so will return as TIFF. WBMP and Implicit Dicom will return as ioUnknown.
FindFileFormat(String, Boolean)
FindFileFormat reads the file and try to recognize file format from file header.

See Also