VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

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


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

Date Posted: 04:17:14 04/20/04 Tue
Author: Peter Rettig
Subject: Re: rowsperstrip
In reply to: Michel 's message, "Re: rowsperstrip" on 07:30:17 04/19/04 Mon

Hi Michel,

I have changed the file entifgr.pas like described, compiled. I have changed the files EnTifGr.dcu, En_D4.dcu, En_D4.dcp, En_D4.bpl. But the result is the same.

procedure TForm1.Button1Click(Sender: TObject);
var
DestGraphic : TTiffGraphic;
i, j: longint;
begin
j := ImageScrollBox1.ImageCountFromFile(FilenameEdit1.FileName);
ImageScrollBox1.LoadFromFile(FilenameEdit1.FileName, 0);
DestGraphic := TTiffGraphic.Create;
DestGraphic.Compression := tcGroup4;
DestGraphic.Assign(ImageScrollBox1.Graphic);
DestGraphic.RowsPerStrip := 4294967295;
DestGraphic.SaveToFile(FilenameEdit1.FileName + '.TIF');
for i := 2 to j do begin
ImageScrollBox1.AppendToFile(FilenameEdit1.FileName + '_neu.TIF');
end;
end;

Can you advice?

Best regards,

Peter

>
>Hi Peter,
>
>This has been corrected in the latest code base. It is
>now limited to MaxLongInt, about 2Gig. The code is now,
>
>procedure TTiffGraphic.SetRowsPerStrip( const
>InRowsPerStrip : LongInt );
>begin
> FRowsPerStrip := BoundInteger(InRowsPerStrip, 1,
>MaxLongInt);
>end;
>
>Let me know if you have problems. This change will be
>in the next version.
>
>Best regards,
>
>Michel
>
>
>>Hi,
>>
>>I tried to save a TIF-image with 4 294 967 295 (FF FF
>>FF FF) rowsperstrip. But the highest accepted value at
>>this property semms to be 4095!?
>>Is there a way to support larger values?
>>
>>Best regards,
>>
>>Peter

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


Replies:


[ 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.