gabrielrcouto / php-gui

Extensionless PHP Graphic User Interface library
2.24k stars 175 forks source link

How do I display a jpg image in the window? #145

Closed renatosc closed 5 years ago

renatosc commented 6 years ago

How can I display a jpg/png image inside a Window? Do I need to read the image file as a binary array and use Canvas?

reisraff commented 6 years ago

For now its just possible with canvas, we should add a new component to load a jpg/png/etc... using http://lazarus-ccr.sourceforge.net/docs/lcl/graphics/tpicture.html.

reisraff commented 5 years ago

158