So I'm trying to use SPASM to convert my bitmaps for Illusiat (with #include).
Problem is it's being picky with the format.
I have attached title.bmp which is accepted no problem. I converted it with a drawing program from KDE but it's a PITA to deal with.
The other file, title1.bmp is refused for some reason. As you may notice, it's bigger despite being 1bpp B/W like the other one. :/ I converted it with
convert -colors 2 -depth 1 title.bmp title1.bmp (ImageMagick). I'd rather use that kind of tool because it's scriptable. But I have no idea how it may be different.
Any ideas ?
Also, once again I don't know if it belongs in the calculator ASM section since it's a PC thing but it's related.
Edit : Weird. Seems like the forum doesn't like title1 either, it is a proper image file that opens correctly in Eye of MATE. ???