Thanks Brian,
I am guessing the forum converted the PNG into another format, as it should be the same image as in the delphi form.
I see now that the item I registered on Quality Portal changed status to "open", so hopefully Embarcadero will fix this soon. In my case, my problem was when trying to print those images in a FastReport report. Those images are saved to a database, and the report loads them directly from the field. It uses a TPngImage to render them so I got a blank image most of the time, or something similar to what is shown on the IDE. I managed to workaround this converting the image on the resultset field to a JPEG and using that for the report, while this is fixed. Other places where I display the image in my app load the image into a TdxPNGImage, and that renders it correctly.