AngusJohnson / Image32

An extensive 2D graphics library written in Delphi Pascal
Boost Software License 1.0
137 stars 31 forks source link

Linux JPG/PNG support #83

Closed TomasEm closed 2 months ago

TomasEm commented 2 months ago

Hi, is there any easy possibility to make JPG/PNG supported under Linux command line application? Thanks

AngusJohnson commented 2 months ago

Include Img32.FMX.

TomasEm commented 2 months ago

Hi, Img32.FMX using FMX.Platform, FMX.Types, FMX.Surfaces, FMX.Graphics,

which is not found for commandline application :(

AngusJohnson commented 2 months ago

There is no native support for image formats other than BMP. Sorry.