Author Topic: 8 by 8 sprite image from url  (Read 18762 times)

0 Members and 1 Guest are viewing this topic.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: 8 by 8 sprite image from url
« Reply #30 on: April 03, 2014, 05:10:42 pm »
I finally implemented this feature in a website of mine. I use the 8*8 images as the user's profile pic. It takes up as little as 8 bytes in the database.
http://ez8tut.sourceforge.net/?p=profile.php&user=admin
http://ez8tut.sourceforge.net/?p=profile.php&user=guest
« Last Edit: April 03, 2014, 05:28:29 pm by Keoni29 »
If you like my work: why not give me an internet?








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: 8 by 8 sprite image from url
« Reply #31 on: April 04, 2014, 12:44:34 am »
If people started using this for their Omni avatars, do you think your server could take the load?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: 8 by 8 sprite image from url
« Reply #32 on: April 04, 2014, 03:13:25 am »
Probably. This is sourceforge after all :P
If you like my work: why not give me an internet?








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: 8 by 8 sprite image from url
« Reply #33 on: April 08, 2014, 12:58:54 am »
Oh right,  I forgot you were keeping this hosted there. I thought you had plans to move it to your own server or something.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: 8 by 8 sprite image from url
« Reply #34 on: May 21, 2014, 06:12:17 am »
I made a quick and dirty tool that generates an url from hex code:
http://cookiecraft.eeems.me:81/spr/

I will add features like scaling and colors.
If you like my work: why not give me an internet?








Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: 8 by 8 sprite image from url
« Reply #35 on: May 21, 2014, 06:58:09 am »
Maybe also add a GUI to edit the sprite and then get the URL. :)

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: 8 by 8 sprite image from url
« Reply #36 on: May 21, 2014, 07:09:11 am »
Hmm I see that pixelscape copied my idea (not sure how long this option exists)
http://clrhome.org/pix/2-FF818181818181FF-4.png
Welp. I guess there is no need for this anymore then :/
If you like my work: why not give me an internet?








Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: 8 by 8 sprite image from url
« Reply #37 on: May 21, 2014, 08:42:23 am »
Only because one thing exists doesn't mean you can't re-make it. My guess is that pixelscape uses that internally.
But hay, yours has scaling options and color palette options ;)

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: 8 by 8 sprite image from url
« Reply #38 on: June 21, 2014, 09:17:18 am »
If you like my work: why not give me an internet?








Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: 8 by 8 sprite image from url
« Reply #39 on: June 21, 2014, 09:33:51 am »
That looks really good, Keoni! I hope it will get even better in the future!
I am Bach.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: 8 by 8 sprite image from url
« Reply #40 on: June 21, 2014, 10:22:20 am »
Wha, that is looking sweat! Great job!

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: 8 by 8 sprite image from url
« Reply #41 on: June 21, 2014, 11:43:00 am »
Colors as well as some error handling! http://cookiecraft.eeems.me:81/spr/


Edit: Now using png instead of nasty jpg images:
« Last Edit: June 21, 2014, 11:59:17 am by Keoni29 »
If you like my work: why not give me an internet?








Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: 8 by 8 sprite image from url
« Reply #42 on: June 21, 2014, 11:43:34 am »
Now make so that clicking a pixel will toggle it :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: 8 by 8 sprite image from url
« Reply #43 on: June 21, 2014, 11:45:14 am »
Meh this is php. Not javascript. I could ofc have invisible links on every pixel, but yeah.
If you like my work: why not give me an internet?








Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: 8 by 8 sprite image from url
« Reply #44 on: June 21, 2014, 11:48:14 am »
then do that :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!