TAdvPicture and PNG Files

I read in another post regarding documentation for the TAdvPicture that it is supposed to be able to render PNG files, but I can't get it to do that. If I try to load an image at design time, that file type isn't part of the filter. If I use LoadFromFile, it raises an exception and says it is an unsupported file type. I've tried changing the ImageType, selecting itAll, itPNG, etc., but it doesn't seem to have any effect. It will load my test image as a BMP file.

The stock Delphi TImage in Delphi 12 will render the PNG file.

Can you help, please?

We recommend to use TAdvGDIPPicture

Thanks, that worked.