I’ve created a small piece of software that maps-out an image’s RGBA values to a file. That file can then be read by a game engine and then be recreated- this allows it to be manipulated (I created it to support my RainEngine project but isn’t part of that assignment).
It supports up to a 16K image and takes up to five seconds per image to process and output to file.
No responses yet