Notes:
TImage uses freeimage.dll for reading images and classic GDI for display.
TBitmap uses classic GDI for reading bmp files and gdi+ for reading other images (as hbitmap) and uses classic GDI for display.
TXImage uses GDI+ to read images as gdi+ image pointer and display using gdi+.
We advise migrating to TXImage, which provide many more features than TBitmap and TImage and we can also do away with freeimage.dll.
In the near future we will be providing adjustment of brightness, contrast and gamma with XImage to finetune the appearance of the images.
TImage uses freeimage.dll for reading images and classic GDI for display.
TBitmap uses classic GDI for reading bmp files and gdi+ for reading other images (as hbitmap) and uses classic GDI for display.
TXImage uses GDI+ to read images as gdi+ image pointer and display using gdi+.
We advise migrating to TXImage, which provide many more features than TBitmap and TImage and we can also do away with freeimage.dll.
In the near future we will be providing adjustment of brightness, contrast and gamma with XImage to finetune the appearance of the images.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India

