Hi, I'm working on a school project, and we're working with images like this:
image db 0 , 33h, 0
db 33h, 33h, 33h
db 0 , 33h, 0
That's a green cross, I'm working on the 256 colors, 360x200 pixels resolution.
But I need more complex images, and I was wondering if there is a program that can convert a gif or jpg image to the format I described above. Does anyone know?
image db 0 , 33h, 0
db 33h, 33h, 33h
db 0 , 33h, 0
That's a green cross, I'm working on the 256 colors, 360x200 pixels resolution.
But I need more complex images, and I was wondering if there is a program that can convert a gif or jpg image to the format I described above. Does anyone know?
BioHazard, if you can find an application that supports saving images in RAW format, that should do - Paint Shop Pro does. The main issue will be getting it to use the correct palette.
by saving 8bit-BMP you can easily extract the palette itself from it.