TTIWAdvImage PNG support

Hi,

Why TTIWAdvImage component doesn't support PNG images?
I'm unable to load from file or from stream any png image.

The Intraweb TIwImage supports png images (but it does not allow LoadFromStream...).
I need an image component that supports png image and allow LoadFromStream.

Thanks

Hi,


I would recommend using the TIWAdvImage.PicturURL property to display PNG image files.
By using this property you can set a direct link to the image file.

Ok, thanks.