ImageEn, unit imageenio

TImageEnIO.LoadJpegFromFileCRW

TImageEnIO.LoadJpegFromFileCRW


Declaration

function LoadJpegFromFileCRW(const FileName: WideString): Boolean;


Description

Extract and load the large Jpeg encapsulated inside a CRW (Canon RAW) file. Result will be false if the file is not a recognized file type (and Aborting will be true). Loading errors due to a file not being available will raise an exception.


Example

ImageEnView1.IO.LoadJpegFromFileCRW('C:\input.crw');