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: 123456789[10] ]


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

Date Posted: 18:15:52 05/30/00 Tue
Author: Michel
Subject: Re: Unknown picture file extension (.Tif)
In reply to: Todd Cary 's message, "Unknown picture file extension (.Tif)" on 15:45:43 05/30/00 Tue


Hi Todd,

This is like using the VCL TJpegImage; you need to include the appropriate unit in a uses clause to have the format registered with the VCL. For example, to register the tiff format you need to include the EnTifGr unit.

Simpler is to include the EnReg unit, and all formats defined in the Envision.Inc file will be registered.

Best regards,

Michel

> With the code below, I get the Unknown picture file
> extension error message. However, if I put the file
> name into the FileName property at design-time, it is
> read. What am I missing?
>
> Thank you...
>
> Todd
>
> begin
> if FileExists(ImageDrive + ImageDir + TiffFile)
> then
> begin
> TiffFilePath := ImageDrive + ImageDir +
> TiffFile;
> ImageCount :=
> ImgEdit.ImageCountFromFile(TiffFilePath);
> ImgEdit.LoadFromFile(TiffFilePath, ImageCount);

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

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