Page 1 of 1
jpeg Image out of an TBlobfield
Posted: Mon 22 Nov 2004 09:20
by mikel.pahl
How to get an jpeg Image out of an TBlobfield and put it into an Timage
Posted: Mon 22 Nov 2004 14:44
by Paul
You can use jpg in TImage when you are loading it with LoadFromFile only (type of the image is defined by the extension). TDBImage always loads picture as Bitmap.
Here is the sample of creating your own TExtDBImage:
http://groups.google.com/groups?hl=en&l ... coring%3Dd
http://groups.google.com/groups?hl=en&l ... coring%3Dd
Here is the answer from Borland (TeamB), how to use TImage instead of TDBImage:
http://groups.google.com/groups?hl=en&l ... coring%3Dd