Subject TIB_JPEGImage
Author Thomas Steinmaurer
I develop a IBO data aware image component with native JPEG support
(that comes with Delphi 4, 5). I took the source code of
TIB_CustomImage and implemented storing, loading of JPEG images.
There is still one problem. Setting special JPEG-properties like
GrayScaled, Scale, ... with something like this "TJPEGImage
(IB_JPEGImage1.Picture.Graphic).GrayScaled := True" aren't shown! Do
I have to implement a special Paint (Draw) method to fully support
JPEG-images. Are there any suggestions.

Thanks
Thomas Steinmaurer