Author Topic: PIC2HEX  (Read 12801 times)

0 Members and 1 Guest are viewing this topic.

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
PIC2HEX
« on: April 14, 2010, 09:21:03 pm »
Does anyone have the routine that converts an entire picture to hex?
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







_player1537

  • Guest
Re: PIC2HEX
« Reply #1 on: April 14, 2010, 09:26:55 pm »
I assume this is for axe, if so let me find Sir's program (I think someone else made one too)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: PIC2HEX
« Reply #2 on: April 14, 2010, 09:51:23 pm »
I thought Axe Parser came with a picture to hex program.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: PIC2HEX
« Reply #3 on: April 14, 2010, 11:37:59 pm »
The Axe one only does sprites. Sir had a routine that converted entire pics (from Graph screen) to hex and another that converted tilesheets (also from graph screen) to hex too. They were very slow, though, but still very useful for those who like to edit their tiles on the PC and convert them to 8xi files.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: PIC2HEX
« Reply #4 on: April 14, 2010, 11:46:55 pm »
Oh ok, so it only works in a certain amount of area? (The one with Axe.)

And ah ok, that gotcha.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: PIC2HEX
« Reply #5 on: April 14, 2010, 11:49:50 pm »
I think the pic one does the entire screen but for the tile one you can select the area of the screen you want to convert
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: PIC2HEX
« Reply #6 on: April 14, 2010, 11:52:23 pm »
What about the one with Axe? That's the one I was asking about because I don't see how it is just for sprites is all.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: PIC2HEX
« Reply #7 on: April 14, 2010, 11:56:55 pm »
Oh, the one with axe doesn't fetch from pics, you need to draw each sprites in its editor pixel by pixel. It's quite nice, altough drawing 100 sprites in it can take ages compared to using MS Paint.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: PIC2HEX
« Reply #8 on: April 15, 2010, 12:00:57 am »
Oh, ok. I get it.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

SirCmpwn

  • Guest
Re: PIC2HEX
« Reply #9 on: April 15, 2010, 08:30:20 am »
Here, attached is the one I made.  It takes about 5 minutes to convert the screen.
« Last Edit: April 15, 2010, 04:38:12 pm by DJ Omnimaga »

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: PIC2HEX
« Reply #10 on: April 15, 2010, 02:05:29 pm »
Once we are able to write to Strings we could write a Pic2Hex program in axe, to be used for axe :)

Hmmm we can write to programs, maybe this is already possible?

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: PIC2HEX
« Reply #11 on: April 15, 2010, 04:37:25 pm »
Yeah that would be cool, would be so much faster. The Tile2Hex one should be ported too.

Btw I edited Sir post to also include the Tile version of his prog.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: PIC2HEX
« Reply #12 on: April 15, 2010, 04:38:15 pm »
Btw I edited Sir post to also include the Tile version of his prog.

You did?  I must not have noticed.  I'll double check it for you.

**EDIT** I guess I'm just too fast for you ;)
« Last Edit: April 15, 2010, 04:38:40 pm by SirCmpwn »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: PIC2HEX
« Reply #13 on: April 15, 2010, 04:39:21 pm »
Oh, I posted my msg then tried editing your post a few seconds later, but the duplicate attachment filename error popped up (I hate that x.x)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: PIC2HEX
« Reply #14 on: April 15, 2010, 04:40:10 pm »
Ah, I see.  If I may suggest having the uploader automatically append the date?