Hi,
I am on Mac / Cocoa
And whenever I use FImage.Picture.LoadFromFile a png file I get error (FImage is a TImage)
FPImageException with message wrong image format
In Lazarus if I try add png I get compile error. If I try add fpimage, fpreadpng etc. it still does not work

(In Delphi I add "pngimage, jpeg, gifimg" and it works...)