I've got a stream of bufferedImage frames that are...
# tornadofx
j
I've got a stream of bufferedImage frames that are coming in and being buffered to a list*. Is there a "best practice" way for me to make an ImageView that always reads the last image in a buffer? What if the images require some transformation before display?