Reading multipage images
Posted: Mon Feb 21, 2005 1:23 pm
I'm just trying to read multipage images like that
But for all images I've got wrong NumOfImg (eg. approx. 8000),
and for truely multipage images it returns real dimensions for
inlay images (in finfo), but gets only first bitmap and also wrong number
of inlays.
Please, help
Code: Select all
lpar.ImageWanted:=ind;
e := gflLoadBitmap(PChar(name), gfl_bmp, lpar, finfo);
imgType:=finfo.Description;
NumOfImg:=finfo.NumberOfImages;
and for truely multipage images it returns real dimensions for
inlay images (in finfo), but gets only first bitmap and also wrong number
of inlays.
Please, help