Author Topic: Recalling a pic  (Read 9573 times)

0 Members and 1 Guest are viewing this topic.

Offline Z@VY

  • LV2 Member (Next: 40)
  • **
  • Posts: 34
  • Rating: +2/-0
    • View Profile
Re: Recalling a pic
« Reply #15 on: May 27, 2010, 12:15:32 pm »
Ok thanks
I'm french so please  correct me if I'm wrong...

SirCmpwn

  • Guest
Re: Recalling a pic
« Reply #16 on: May 27, 2010, 12:16:18 pm »
Sure thing.  Welcome to Omnimaga, by the way.  Someone will be along shortly with some peanuts for you.

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: Recalling a pic
« Reply #17 on: May 27, 2010, 12:17:19 pm »
(BTW could I have a little corner of the forum for this game ? Cause in later versions you'll be able to create your own songs and to exchange them with other people and it would be easier to have a topic to gather all of them)
We generally wait until there is signifiant progress on people game before featuring them in a sub-forum, though. Otherwise people just get the title screen done with nothing else (or barely) and get a sub-forum (which people dislike). Also the project has to be extremly good to go in the Major community projects section (such as CaDan and the Nspire Raycaster), otherwise then I'll get flooded/spammed with sub-forum requests :( so make sure it is very good and it might have a chance ^^

For now feel free to announce your project in "Other calculator projects and ideas"
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Z@VY

  • LV2 Member (Next: 40)
  • **
  • Posts: 34
  • Rating: +2/-0
    • View Profile
Re: Recalling a pic
« Reply #18 on: May 27, 2010, 12:18:21 pm »
Cool but I think I'll see that tomorrow because I have a lot of work (and a program) left.

And why ?

Oh and I can wait until the version with editor or something like that
« Last Edit: May 27, 2010, 12:19:45 pm by Z@VY »
I'm french so please  correct me if I'm wrong...

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Recalling a pic
« Reply #19 on: May 27, 2010, 01:41:28 pm »
Just to clarify, you do need the det(12) after absorbing the pic.  This is becasue the pics stored on the calculator are 96x63 which means the last row is missing.  So if you don't add in the last row, you'll get some random pixels on the bottom.  det(12) makes sure it adds 12 bytes of zeros to the end of the picture (white pixels) so that the last row is solid white.  If you want solid black instead, if you have an inverted title screen, then add [FFFFFFFFFFFFFFFFFFFFFFFF] which is 24 'F's to create a solid black line at the bottom.

Also, there is a big difference between using the copy command conj() and the display buffer command ->DispGraph.  When you copy, you physically copy the picture into the graph buffer which means you can draw sprites over it, test pixels, use grayscale, etc.  If you use ->DispGraph however, it only prints the buffer to the screen, not to the graph buffer.  This is fine if you just want a simple picture with no animations, but anything else you should use conj().

Good luck on your project :)
« Last Edit: May 27, 2010, 01:43:56 pm by Quigibo »
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline Z@VY

  • LV2 Member (Next: 40)
  • **
  • Posts: 34
  • Rating: +2/-0
    • View Profile
Re: Recalling a pic
« Reply #20 on: May 27, 2010, 01:44:10 pm »
Thanks I believe I understand now
I'm french so please  correct me if I'm wrong...

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: Recalling a pic
« Reply #21 on: May 27, 2010, 02:09:32 pm »
Cool but I think I'll see that tomorrow because I have a lot of work (and a program) left.

And why ?

I'm not sure why you are asking why, since I stated the reason why we don't accept all projects in the sub-forum in my previous post.

En gros, seuls les projets de très haute qualité qui sont assez avancés en terme de développement peuvent avoir une section dans "Major community projects". Sinon, tout le monde me demanderait une section pour leur projets et ça deviendrait trop pénible à gérer. (déja que je recois entre 5 et 20 messages privés par jour sans compter les e-mails de Mr.Coding Knight :P) Pour la section RPG la barre est moins haute parce que les projets TI RPG sont assez rares et Omnimaga essaie de garder un peu ses racines RPG.

Si on voit que ton projet est très bien alors tu as des grosses chances d'avoir une section pour lui

EDIT: @Quigibo: Do you mean we can do stuff like Line(5,2,31,46)->DispGraph? Because that displays garbage to me (altough when I exit the program, then go check the graph screen, usually I'll see a line there fine). That garbage appears to be the calc RAM, because by moving a line outside the screen once, I managed to display the content of TI-BASIC Pic files and even the homescreen (with some glitches)

« Last Edit: May 27, 2010, 02:31:09 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Z@VY

  • LV2 Member (Next: 40)
  • **
  • Posts: 34
  • Rating: +2/-0
    • View Profile
Re: Recalling a pic
« Reply #22 on: May 28, 2010, 11:16:44 am »
Oh I understood that I was asking for the peanuts
I'm french so please  correct me if I'm wrong...

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: Recalling a pic
« Reply #23 on: May 28, 2010, 01:27:20 pm »
Ooooh I see, ok ^^

The peanut thing is an old Omnimaga "meme" (like the jokes on 4chan, such as rickroll, chocolate rain, sparta, AYBABTU, mudkipz, lolcats, etc, except Omnimaga-specific rather than internet-wide) involving members giving peanuts to new members on the forums (not literally).



(You'll see this everywhere in the intro section of the forums) :P
« Last Edit: May 28, 2010, 01:27:54 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Z@VY

  • LV2 Member (Next: 40)
  • **
  • Posts: 34
  • Rating: +2/-0
    • View Profile
Re: Recalling a pic
« Reply #24 on: May 28, 2010, 01:49:55 pm »
Ok but what's a "meme" ?
I'm french so please  correct me if I'm wrong...

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: Recalling a pic
« Reply #25 on: May 28, 2010, 01:54:59 pm »
http://fr.wikipedia.org/wiki/Mème_(internet)
http://fr.wikipedia.org/wiki/Liste_de_phénomènes_Internet
http://en.wikipedia.org/wiki/Internet_meme

EDIT: Copier/coller les addresses. Le forum n'accepte pas les accents dans les liens >.>
« Last Edit: May 28, 2010, 01:57:03 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Z@VY

  • LV2 Member (Next: 40)
  • **
  • Posts: 34
  • Rating: +2/-0
    • View Profile
Re: Recalling a pic
« Reply #26 on: May 29, 2010, 07:32:05 am »
I see ...
I'm french so please  correct me if I'm wrong...

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: Recalling a pic
« Reply #27 on: May 29, 2010, 07:08:26 pm »
Sometimes we need to have some sense of humor else life gets boring :P

Plus it's annoying that on many other forums in the past, if people became too random they either got warned for flood/spam or people started making fun of them, so Omnimaga is more loose on that :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)