Author |
Message |
Yoshi Vampire
Joined: 15 Dec 2007 Posts: 12475
HP: 60 MP: 6 Lives: 0
|
Posted: Sun Apr 06, 2008 12:03 pm
|
|
|
Don't give them more colors. They can go figure out the code, and type it in themselves. That's what i did to get gray. (EFEFEF.) |
|
Back to top |
|
|
The Double Duece! Strong Bad
Joined: 10 Nov 2007 Posts: 11564
HP: 99 MP: 4 Lives: 1
|
Posted: Sun Apr 06, 2008 12:30 pm
|
|
|
Awesomeness. |
|
Back to top |
|
|
Mandew Manjew
Joined: 05 Aug 2007 Posts: 4283
HP: 99 MP: 8 Lives: 2
|
Posted: Sun Apr 06, 2008 2:06 pm
|
|
|
Awesome!
A RGB-to-hex converter would be a nice addition... Not that I can't convert my RGB to Hex myself, anyways. |
|
Back to top |
|
|
~A color is just a color~ Frozenwinters
Joined: 30 Aug 2007 Posts: 25292
HP: 1 MP: 0 Lives: 4
|
Posted: Sun Apr 06, 2008 3:33 pm
|
|
|
You should make it save in PNG. instead of Bitmap. :? |
|
Back to top |
|
|
Elite Nerr Francis
Joined: 16 Apr 2007 Posts: 6974
HP: 50 MP: 3 Lives: 0
|
Posted: Sun Apr 06, 2008 3:36 pm
|
|
|
Frozenwinters wrote: | You should make it save in PNG. instead of Bitmap. |
It actually saves as JPEG. I might try PNG. I can try to bump up the JPEG quality, if thats what you are concerned with. If the image has a bunch of different colors, then PNG would be a larger filesize. |
|
Back to top |
|
|
Negi-chama Super Tsuki Vampire
Joined: 31 Jul 2007 Posts: 40464
HP: 100 MP: 0 Lives: 0
|
Posted: Sun Apr 06, 2008 3:37 pm
|
|
|
It wont save for me, as when I click save it says I need to log in even though I am and it deletes my hard work. |
|
Back to top |
|
|
Djacwmwfin Joshamuffin Vampire
Joined: 12 Jun 2007 Posts: 3539
HP: 100 MP: 5 Lives: 0
|
Posted: Sun Apr 06, 2008 5:03 pm
|
|
|
Francis wrote: | We now have our own Oekaki Forum!
Wikipedia wrote: | Oekaki internet forum systems on the Internet allow artists draw pictures with a drawing program stored on a server and post their drawings on the internet forum. Artists do not upload their images on Oekaki internet forum systems; they draw pictures inside web browsers with a computer mouse, a graphics tablet, or a touch screen. |
Simply draw something and give it a subject/message. Then people can comment on it.
It uses my own Flash drawing app. Right now it is really basic and probably will have some glitches. My goal was to create a non-Java oekaki so that more people can use it. Let me know what features you'd like to see (obviously more colors). Unfortunately, the Wii can not submit images from flash.
|
Oh no... not "Hello World!" |
|
Back to top |
|
|
Goomba Vampire
Joined: 21 Apr 2007 Posts: 2287
HP: 95 MP: 1 Lives: 1
|
Posted: Sun Apr 06, 2008 5:15 pm
|
|
|
Mandew wrote: | Awesome!
A RGB-to-hex converter would be a nice addition... Not that I can't convert my RGB to Hex myself, anyways. | I agree.
I looked around and found this, Francis. It may help, you could probably add it to the bottom of the post form.
Code: | function RGBtoHex(R,G,B) {return toHex(R)+toHex(G)+toHex(B)} function toHex(N) { if (N==null) return "00"; N=parseInt(N); if (N==0 || isNaN(N)) return "00"; N=Math.max(0,N); N=Math.min(N,255); N=Math.round(N); return "0123456789ABCDEF".charAt((N-N%16)/16) + "0123456789ABCDEF".charAt(N%16); } |
Got it from here.
This is completely awesome, though! I'm not good at drawing, so I probable won't make too many topics... |
|
Back to top |
|
|
Black Yoshi Vampire
Joined: 17 Jun 2007 Posts: 14673
HP: 31 MP: 10 Lives: 1
|
Posted: Mon Apr 07, 2008 12:15 am
|
|
|
This is interesting... I need to try it out soon. <.< |
|
Back to top |
|
|
Token Nazi? Zelnor
Joined: 01 Jul 2007 Posts: 6425
HP: 10 MP: 7 Lives: 1
|
Posted: Mon Apr 07, 2008 4:16 am
|
|
|
Awesome forum. Francis, you're the best admin ever.
On a technical note - I don't know much about flash, but it says it analyzes it as a Bitmap. Wouldn't it be much smaller, and therefore quicker and bandwidth-saving to use a GIF ?
And where did the "DA DA DA DAAAA !" Item Get Flash go to ? Do we get it as a sort of tag ? |
|
Back to top |
|
|
Elite Nerr Francis
Joined: 16 Apr 2007 Posts: 6974
HP: 50 MP: 3 Lives: 0
|
Posted: Mon Apr 07, 2008 6:31 am
|
|
|
Zelnor wrote: | Awesome forum. Francis, you're the best admin ever.
On a technical note - I don't know much about flash, but it says it analyzes it as a Bitmap. Wouldn't it be much smaller, and therefore quicker and bandwidth-saving to use a GIF ?
And where did the "DA DA DA DAAAA !" Item Get Flash go to ? Do we get it as a sort of tag ? |
Thanks! I used Flash 8, which can only create a bitmap, which I send to the server and then create JPEG from that. Yes, it is a highly inneficient process, but only Flash 9 can actually create GIFs/PNGs/JPEGs. So I'll be looking into creating a new version with Flex.
The link item page is still here: http://digibutter.nerr.biz/test/linkitem |
|
Back to top |
|
|
Bartz Klauser BAMFing ARCHER Werewolf
Joined: 27 Sep 2007 Posts: 7637
HP: 100 MP: 5 Lives: 4
|
Posted: Mon Apr 07, 2008 9:30 pm
|
|
|
This is fepic. Thanks Francis! Yet again, you're the best!!! |
|
Back to top |
|
|
Insane Cream the Rabbit Lucas...Lucas..Lucas
Joined: 29 Mar 2008 Posts: 624
HP: 89 MP: 0 Lives: 0
|
Posted: Thu Apr 10, 2008 1:33 am
|
|
|
Sweet! |
|
Back to top |
|
|
|