Fork me on GitHub
#java
<
2020-03-31
>
Spaceman19:03:40

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?