Hi! If I load an image with:
ImageEn1.IO.LoadFromFileAuto(UnknownImage);
how can I detect the TIOFileType from ImageEn1 and from that the correct file extension, so I can save it with:
SaveToFile(MyFileName + DetectedFileExtension, DetectedImageFormat);