java

Spaceman 2020-03-31T19:23:40.000600Z

Suppose I have a vector like so:

[
[[50][60][70][20][0]...]
[[90][56][67][98][78]...]
...]
Which represents a single channel 8-bit image. Is there a simple way to convert this into a jpg or a png?