I'm out of my element here (images, drawing) so I'm not sure exactly how to ask this question, but...
- I want to utilize some small images in my application but don't want to distribute them seperately from the program.
- They will probably just be something like 32x32 or 64x64 max, multiple colors.
- The application will be cross-platform so the images and mechanism to include them must be cross-platform.
Total speculation on my part:
If I have an image, is it possible to have that image automatically translated into a series of RGB values and x,y coordinates. That series could then be included in a data section in the application? That data would then be read at runtime and the image "drawn" on an Image output?
There must be an easier way, I'm sure I'm making it way too complicated...
Any simple code examples are appreciated.
Last edited by USCode on Wed Mar 08, 2006 6:46 am, edited 1 time in total.