eelias Posted October 21, 2013 Posted October 21, 2013 Hi there, I am trying to use TUniImage with a PNG image because it support transparency. But when I try to use it, I see that the picture property permit that I load the PNG image, however it is shown as TdxPGNIMage. That is part of DevExpress, so I believe Delphi is selecting the available class for PNG Image. However running the application I get a "cannot assign TdxPNGImage to a TJPEGImage" PNG is pretty standard and the prefered image format for web these days. Specially when transparency is needed. What should I do? Quote
Hayri ASLAN Posted October 21, 2013 Posted October 21, 2013 go to server module, change DefaultImageFormat = cfPNG and go to uniimage's property select transprent=True 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.