Hello,
I just tested I can access to TIFF images in Delphi 2010 with the classic
image1.Picture.LoadFromFile(MyTiffFile);
Simply using this line of code I can load the first frame of a TIFF file into a TImage component. But when a TIFF file is a multiframe one. How can I get the rest of images contained in a TIFF file?