Join Slack
Powered by
How do I load a bitmap (or jpg or png) from file (...
# getting-started
c
Carl Bateman
10/11/2021, 2:57 PM
How do I load a bitmap (or jpg or png) from file (not URL)?
p
Paul Griffith
10/11/2021, 3:05 PM
If you're on JVM, `ImageIO`:
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/imageio/package-summary.html
c
Carl Bateman
10/11/2021, 3:17 PM
Will this work for Android?
p
Paul Griffith
10/11/2021, 3:21 PM
Ah, I know next to nothing about android, may be better suited for
#android
Open in Slack
Previous
Next