AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
March 2007

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2007.03.06 05:33 "load a jpeg in bitmap", by Enzo Costantini
2007.03.07 17:20 "Re: load a jpeg in bitmap", by Joris Van Damme

2007.03.06 05:33 "load a jpeg in bitmap", by Enzo Costantini

Hi, 
Is anybody who can tell me what I'd make to load a JPeg in a Bitmap using LibJPegFelphi?
I have imported the procedures 

procedure jpeg_stdio_src(cinfo: PRJpegDecompressStruct; InStream: Pointer ); cdecl; external;
procedure jpeg_stdio_dest(cinfo: PRJpegCompressStruct; OutStream: Pointer ); cdecl; external;


and linked two object files:

{$L JpegObj\jdatasrc.obj}
{$L JpegObj\jdatadst.obj}

and then?
Somebody help me!!!!!

Enzo