Command line greyscale bmp to z80?

A General Discussion forum for TI calculators

Moderator: MaxCoderz Staff

Post Reply
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Command line greyscale bmp to z80?

Post by Timendus »

Does anyone know of a good command line program like bmp2z80.exe that converts greyscale pictures to .db statements?
I kinda need one to keep me from going crazy :roll:
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
User avatar
Jim e
Calc King
Posts: 2457
Joined: Sun 26 Dec, 2004 5:27 am
Location: SXIOPO = Infinite lives for both players
Contact:

Post by Jim e »

Yes, I used GCP some time ago to batch convert a bunch of frames.
http://www.ticalc.org/archives/files/fi ... 2/252.html

I think thats it.
Image
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

Hmm, it doesn't understand filenames like 1.1.hello.bmp, the adjust screen looks like crap on my screen and "convert without adjust screen" sets my dos box to full screen anyway... And why is the output arranged in 16x48 bytes?

I was just looking into analyzing the bmp file manually, and making some progress. So I'm doubting if I'll continue doing that and risk a lot of work on getting the file data from the bitmap, or use this program, have a little less work, and be annoyed all the time... :?

But thanks for the link, Jim.
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

I decided to write my own, and am quite content with myself now :P
Just to let you know ;)
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
Post Reply