Omnimaga

Calculator Community => Major Community Projects => The Axe Parser Project => Topic started by: Siphonic_Sugar on August 10, 2015, 07:13:29 pm

Title: Axe Sprite Hex Code Generator
Post by: Siphonic_Sugar on August 10, 2015, 07:13:29 pm
Okay, so I'm sorry that I have not found the place to ask things like this, but does anyone know of a hexpic sort of thing that can tell you the hex codes for more than 8*8 pixels?
Title: Re: Axe Sprite Hex Code Generator
Post by: Geekboy1011 on August 10, 2015, 07:19:29 pm
For an on calculator converter I sadly have no suggestions. I do know that it exists though!
For a PC based solution I can recommend sourcecoder on cemetech  (http://sc.cemetech.net) Works great for editing basic/axe files as well as loading and converting images to all sorts of formats!
Title: Re: Axe Sprite Hex Code Generator
Post by: Siphonic_Sugar on August 10, 2015, 07:27:11 pm
Oh, but can you create (for example) a 16*16 image and generate it into hex? I guess that's my real question.
Title: Re: Axe Sprite Hex Code Generator
Post by: Geekboy1011 on August 10, 2015, 07:30:16 pm
Well what I would do is take a 16x16 image I made in mspaint. Feed it into Source coder and it would spit out the hex for me :D

example the attached photo returns this in source coder :D
Code: [Select]
18601860186018600000000000000000C007700C10181FF007C0000000000000
Title: Re: Axe Sprite Hex Code Generator
Post by: Siphonic_Sugar on August 10, 2015, 07:48:38 pm
Okay, I think I understand. Thanks for the help.  :D
Title: Re: Axe Sprite Hex Code Generator
Post by: Geekboy1011 on August 10, 2015, 07:50:30 pm
Np any other questions feel free to ask!
Title: Re: Axe Sprite Hex Code Generator
Post by: Siphonic_Sugar on August 10, 2015, 09:19:15 pm
Okay, one last question, even though it has nothing to do with this topic. I've dug around pretty deep and I can't find this web page I like looked at that explained how the Axe app accesses all of your programs that are in the ram. Does anyone know how that works?
Title: Re: Axe Sprite Hex Code Generator
Post by: Geekboy1011 on August 10, 2015, 09:20:41 pm
Hmm Off hand I am not sure. I would suggest making a new topic for that so people who are more knowledgeable will see it!