I have in the past downloaded a tool that will take an image file as input and output a source file extending the Image
class that can be used for graphics. I now have a practical application for this tool, but I no longer have a copy. I have searched many times in hope of finding it again without luck.
I would like to know how to hard code an image inside a class (no external image loading). I would actually use a char[]
to store all the bytes, but arrays have have a length size limit that images often exceed.
Thanks in advance.