VoyForums

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.