digibutter.nerr Forum Index
Hey [you]! If you haven't noticed, this is now the old digibutter forums. Go over to the new site!
digibutter.nerr
It's Hi-Technicaaal!

Oekaki Forum
Goto page Previous  1, 2  
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    digibutter.nerr Forum Index -> Announcements
Author Message
Yoshi
Vampire


Joined: 15 Dec 2007
Posts: 12475

HP: 60 MP: 6 Lives: 0



PostPosted: Sun Apr 06, 2008 12:03 pm   Reply with quote

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
PSI and more    
The Double Duece!
Strong Bad



Joined: 10 Nov 2007
Posts: 11564

HP: 99 MP: 4 Lives: 1



PostPosted: Sun Apr 06, 2008 12:30 pm   Reply with quote

Awesomeness.
Back to top
Toad House    
Mandew
Manjew



Joined: 05 Aug 2007
Posts: 4283

HP: 99 MP: 8 Lives: 2



PostPosted: Sun Apr 06, 2008 2:06 pm   Reply with quote

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
Wario Land Shop!    
~A color is just a color~
Frozenwinters



Joined: 30 Aug 2007
Posts: 25292

HP: 1 MP: 0 Lives: 4



PostPosted: Sun Apr 06, 2008 3:33 pm   Reply with quote

You should make it save in PNG. instead of Bitmap. :?
Back to top
The Carmadox Party    
Elite Nerr
Francis



Joined: 16 Apr 2007
Posts: 6974

HP: 50 MP: 3 Lives: 0



PostPosted: Sun Apr 06, 2008 3:36 pm   Reply with quote

Frozenwinters wrote:
You should make it save in PNG. instead of Bitmap. Confused


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
Francis' Fort Garage Sale    
Negi-chama
Super Tsuki
Vampire


Joined: 31 Jul 2007
Posts: 40464

HP: 100 MP: 0 Lives: 0



PostPosted: Sun Apr 06, 2008 3:37 pm   Reply with quote

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
Junk shop    
Djacwmwfin
Joshamuffin
Vampire


Joined: 12 Jun 2007
Posts: 3539

HP: 100 MP: 5 Lives: 0



PostPosted: Sun Apr 06, 2008 5:03 pm   Reply with quote

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. Sad



Oh no... not "Hello World!"
Back to top
Josh's Useful American Novelties    
Goomba
Vampire


Joined: 21 Apr 2007
Posts: 2287

HP: 95 MP: 1 Lives: 1



PostPosted: Sun Apr 06, 2008 5:15 pm   Reply with quote

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
Goomba's Goombalicious Goods    
Black Yoshi
Vampire


Joined: 17 Jun 2007
Posts: 14673

HP: 31 MP: 10 Lives: 1



PostPosted: Mon Apr 07, 2008 12:15 am   Reply with quote

This is interesting... I need to try it out soon. <.<
Back to top
The Domain of Secrets    
Token Nazi?
Zelnor



Joined: 01 Jul 2007
Posts: 6425

HP: 10 MP: 7 Lives: 1



PostPosted: Mon Apr 07, 2008 4:16 am   Reply with quote

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
Twilit Mall: Zelnor Mart    
Elite Nerr
Francis



Joined: 16 Apr 2007
Posts: 6974

HP: 50 MP: 3 Lives: 0



PostPosted: Mon Apr 07, 2008 6:31 am   Reply with quote

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
Francis' Fort Garage Sale    
Bartz Klauser
BAMFing ARCHER
Werewolf


Joined: 27 Sep 2007
Posts: 7637

HP: 100 MP: 5 Lives: 4



PostPosted: Mon Apr 07, 2008 9:30 pm   Reply with quote

This is fepic. Thanks Francis! Yet again, you're the best!!!
Back to top
The Town of Lix    
Insane Cream the Rabbit
Lucas...Lucas..Lucas



Joined: 29 Mar 2008
Posts: 624

HP: 89 MP: 0 Lives: 0



PostPosted: Thu Apr 10, 2008 1:33 am   Reply with quote

Sweet!
Back to top
Lucas...Lucas..Lucas's Shop    
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    digibutter.nerr Forum Index -> Announcements
All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 


Powered by phpBB © 2001, 2005 phpBB Group