If loading is unsupported for a particular RAW type, ImageEn will fallback to loading the embedded JPEG if it exists.
This is the same as setting RAW_GetEmbeddedJpeg to true, after a load failure.
// Prevent loading of embedded JPEG if RAW image cannot be loaded ImageEnView1.IO.Params.RAW_FallbackToEmbeddedJpeg := False; ImageEnView1.IO.LoadFromFile('C:\CRW_0001.CR3');