VoyForums

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 12345678910 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 10:04:29 06/07/05 Tue
Author: matthias
Subject: ETIFFError - TIFFWriteScanLine

Hello,

I'm getting an ETiffError "TIFFWriteScanLine" after acquiring about 18 pages into tiff. Some code:

with TifGraphic do
begin
Assign(ImageScrollBox1.Graphic);
XDotsPerInch:=XDpi;
YDotsPerInch:=YDpi;
Compression :=tcGroup4;
FileName:=FileName+'.TIF';
FStream :=TFileStream.Create(FileName, fmCreate);
try
TifGraphic.SaveToStream(FStream);
finally
FStream.Free;
end;
end;

Someone knows the error.

thanks
matthias

[ Next Thread | Previous Thread | Next Message | Previous Message ]

Post a message:
This forum requires an account to post.
[ Create Account ]
[ Login ]
[ Contact Forum Admin ]


Forum timezone: GMT-5
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.