| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2007.03.06 05:33 "load a jpeg in bitmap", by Enzo CostantiniHi,
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
|
|||||||