Re: Where can I find jpeg.pas unit?



"BUSRAGLU" <luis.bustamante@xxxxxxxxx> wrote in message
news:45d0170c@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Bob
Ok it's in the INFO/Extras/Jpeg folder I found it.
I'm trying to work with a jpeg image in Access database and I've seen
that should use the jpeg.pas unit in order to to create an instance of
TADOBlobStream, use the methods of the stream to read from a graphic
field in a dataset.
Is it necesary to include the jpeg.pas or I just define it under
Implementation (uses jpeg;) without placing the unit in the proyect?



Good luck on this.

Images will correctly use the correct type when reading
the image from a file. Not so when reading from a DB.

Give it a shot, and if you still need help post to
B.P.D.database.ado

--
HTH,
Brad.


.



Relevant Pages

  • Re: TImage and GrayScale
    ... Use GrayScale for reading in and writing out, that is, for ... decompressing and compressing, a JPEG image. ... It suggests to me that GrayScale controls what is read in or written ... Maybe try shunting the JPEG out to a stream and then reading it back ...
    (comp.lang.pascal.delphi.misc)
  • RE: How do I insert jpeg file into Microsoft Access database?
    ... putting images in an access database will cause file blote. ... > inserting a .jpeg image into an existing text database so as to clarify the ...
    (microsoft.public.access.externaldata)