AndyObtiva / glimmer-dsl-libui

Glimmer DSL for LibUI - Prerequisite-Free Ruby Desktop Development Cross-Platform Native GUI Library - The Quickest Way From Zero To GUI - If You Liked Shoes, You'll Love Glimmer! - No need to pre-install any prerequisites. Just install the gem and have platform-independent GUI that just works on Mac, Windows, and Linux.
MIT License
497 stars 15 forks source link

Support multiple image formats? #60

Open mperham opened 10 months ago

mperham commented 10 months ago

Hi, I'm in the Rubyconf 2023 workshop and trying to build a simple table with an image_column. My API gives me an image URL like https://ik.imagekit.io/hpapi/harry.jpg but I noticed GDL assumes the image is a PNG. Are there plans to support additional formats?