Can someone advise me on how to save scanned images into single images without the first image being 0.tif? I have tried the code below and it will save the images as 0.tif 1.tif 2.tif etc. I need for them to save as 1.tif 2.tif 3.tif etc. Im using EnMview as the folderview.
Thank you,
for I := 0 to folderview.ImageCount -1 do
folderview.GetImageToFile(i,(trim(paramado.fieldbyname('imagepath').Value+ 'images\' +trim(adoptado.FieldByName('imagenumber').Value)+trimleft('\') + inttostr(i) + '.tif')));