mac-comp127 / kilt-graphics

Graphics and UI library for learning software development principles in Java
https://mac-comp127.github.io/kilt-graphics/
2 stars 17 forks source link

Added ability to construct an Image from a BufferedImage #31

Closed bretjackson closed 2 months ago

bretjackson commented 2 months ago

Adds constructors for the Image class that allow you to construct an image from a BufferedImage. This will help facilitate showing images from web apis and image manipulation projects without having to save intermediate results to disk.