Omnimaga

Calculator Community => TI Calculators => Calculator C => Topic started by: lkj on January 30, 2012, 07:52:15 am

Title: program to convert bmp into Nspire c-arrays?
Post by: lkj on January 30, 2012, 07:52:15 am
I've been looking for a program which converts .bmp files into c-arrays which are for the nspire (not for the z80 calcs), that means with 4 bits per pixel. But I've only found z80 and 68k programs which even don't work on a recent pc.
So I asked myself if every one who has made games for the nspire has written every sprite by hand?
Title: Re: program to convert bmp into Nspire c-arrays?
Post by: hoffa on January 30, 2012, 07:56:50 am
I'm using a self-made tool, except it converts to normal RGB data (i.e. you'll have to parse the data in the program itself). http://hoffa.franceserv.fr/image2bytes/ (http://hoffa.franceserv.fr/image2bytes/)
Title: Re: program to convert bmp into Nspire c-arrays?
Post by: compu on January 30, 2012, 07:58:13 am
http://ourl.ca/9305
Title: Re: program to convert bmp into Nspire c-arrays?
Post by: lkj on January 30, 2012, 08:30:23 am
Thanks hoffa and compu!