vlang / ui

A cross-platform UI library written in V
MIT License
2.31k stars 154 forks source link

Image support? #564

Open SamSandq opened 6 months ago

SamSandq commented 6 months ago

I would like to display photos (*.jpg, .CR2, etc all that my Mac supports).

Currently, the ui.picture does not support these (comes from gg I guess, that only supports .png and .jpg ?).

Any plans or workarounds to get others as well?