search for: tjpegimag

Displaying 1 result from an estimated 1 matches for "tjpegimag".

Did you mean: tjpegimage
2012 Mar 16
1
TBitmap in delphi
I have a server that was built on Delphi 2010. It creates jpegs files using TBitmaps and TJpegImage. It use TBitmap.Canvas to draw on TBitmap before saving. It's all working great on Windows. It's also works great on Wine if I running it with XServer.. but when I run it as console application without XServer all the images comes just black... I made another "test" program to t...