![]() |
| |||||||||||||||||||||||
| Public Boards/Advanced | |||||||||||||||||||||||
|
Bubbles...oo0 OO0Oo0Oo
DeadlyBlondeArcher
(Apr 5, 2004)
This was inspired by children, and spring. I still love to blow bubbles. I used to think I had to only do it with my children, and then until my nieces came over, but now sometimes I blow bubbles just because I'm happy and I feel like it. I don't care if I look silly. (My golden retriever likes to chase them, anyway)
EverDream (Apr 8, 2004)
Good Dang DBA! Where do you get all that inspiration from? All your pieces are wonderful and I especially like this one alot. BUBBLES!!! *pops 'em* :D
Aubrey (Apr 13, 2004)
I agree about the depth, it makes it look all the more realistic and it's very hard to get a grasp on. You did it just fine :-D I love the bubbles too. My senior class back in high school was a bit off from the rest of the school. We all liked the stickers the english teacher put on the tests.. all liked ourselves just the way we were without being fake (in my opinion made us even better)... and a whole bunch of us liked BUBBLES lol. They actually made a rule we couldn't bring them into school anymore.. before that they never had a problem with people even bringing them TO school lol. Whoever came up with the Edible bubbles.. great idea.. twice the fun with twice the calories! *sigh* those were the days.
DeadlyBlondeArcher (Apr 13, 2004)
What a neat story, Aubrey! :) I always liked paper airplanes, and we could never do that... I substituted on and off for a few years when my kids were younger, and when I taught the little kids, like 3rd grade, I taught them to make these really cool paper airplanes and we flew them in class, and then took them out to the playground and flew them. (lol)
davincipoppalag (Apr 13, 2004)
Hmmm does it count that when we were in high school we injected vodka into oranges and ate them in class? lol |
|||||||||||||||||||||||
| Public Boards/Beginner | |||||||||||||||||||||||
|
GERUZYDRAGON
(Apr 10, 2004)
this is a picture of a shark. SHARKs are pretty easy to draw.
DinoFlorist (Apr 10, 2004)
hahahaha! Too funny. Sharks ARE easy to draw!
foxman8245 (Apr 12, 2004)
same goes for this one... unless your age is in the pre-teen, Im sure you would do really good without the line and fill tools. |
|||||||||||||||||||||||
|
GERUZYDRAGON
(Apr 10, 2004)
this is a car called VOLTS WAGGEN BEETLE i coulden't spell the whole word beacuse it toke to much space
DinoFlorist (Apr 10, 2004)
lol, nice. The whole ambience of this makes me laugh. The incorrect spelling of everything, the picture, the VOLTS WAGGEN! Those words are awesome. I wish I had a font set of those letters.
BlackLaertes (Apr 10, 2004)
Geru, it's time you broke away from the line tools. I think you should try freehanding some stuff. It's worth a shot.
foxman8245 (Apr 12, 2004)
I agree.. after all.. is using the line tool, and the fill tool only for a "drawing" a challenge? |
|||||||||||||||||||||||
| Public Boards/Intermediate | |||||||||||||||||||||||
|
mooseflower
(Apr 11, 2004)
can you guess why the bunny is mad? (it's really not that hard)
Knockoff (Apr 11, 2004)
LOl, Poor bunny, His ear will be lost forever. Hah this is great. I love it. You did a great job making it look like a chocalte bunny, I love the background. And how it really does look like a basket, with the fake grass and all. Great job.!
DinoFlorist (Apr 11, 2004)
excellently humurous and well done.
davincipoppalag (Apr 12, 2004)
Lol..exactly! The ears and feet always go first! Then the arms... Great draw. |
|||||||||||||||||||||||
|
DinoFlorist
(Apr 9, 2004)
Now there is evidence to support all of our conversation on file size, Icats! Same amount of time, both one layer, same program, canvas size, evrything. Btw, since you are a cat, this dog is gonna get you.
marcello (Apr 10, 2004)
There's no "going into" about it, I made the system, I should know how it works. =PLet me explain a little more in detail. Ok first off, the number one affect on file size is the size of your canvas. If you draw large images, you'll take up more space, simple as that. On 2draw, for each image you have a number of different files. You have the full quality PNG, an optional compressed JPG version (only if it is smaller than the PNG), then 3 different thumbnails (PNG or JPG, whichever is smaller, typically JPG is). Then for each version, you will have 2 small thumbnail versions (which are probably a rather small % of the image total space), and either a JPG or PNG copy of the version (whichever is smaller). Then last of all, you have a format specific to the applet. As I said above, a PNG version is stored with every image, PNG is lossless compression. Take BMP, one of the simplest image formats around, for each pixel 4 bytes of space are used, so a 400x400 image will use 640KB, uncompressed. Now, PNG will actually compress the information considerably by taking regions of solid color that is, the exact same RGB for a rectangular block of area, and compress it quite well. This means a completely black image at 400x400 can compress to less than 1KB. However, if from one pixel to the next, the color changes (such as with a gradient, soft, or antialiased lines), it can barely compress that at all, and in the absolute worst case (where every single pixel is different across the canvas), your PNG file will approach that 640KB size of the BMP. JPG on the other hand, is lossy and can compress images better by taking approximations of the image. For the most part, the PNG and JPG files do not take enough space to cause a problem. What hits you is the applet-specific format. On PaintBBS, Shi-Painter, and OekakiBBS, an 'animation' file is recorded, which is essentially a recording of each x,y pair of each drawing stroke. This is not really comparable to a video format (which would make huge files). The number of layers, size of strokes, number of undos, etc. all have no effect on the animation file. The amount of time you spend on a picture does not affect the animation size other than by the number of strokes. If you just leave the image open, nothing is recorded. In addition, this is compressed, generally creating a rather small image (less than 100KB) even for extremely elaborate files. So, the number of strokes will in fact affect the animation size, but you need to do a lot of strokes before it becomes significant. The main difference is on Lascaux Sketch, which uses a bitmap format rather than animation. Lascaux Sketch's LSD format (quite comparable in size and features to Photoshop's PSD) stores the equivalent of a PNG file for each layer into one file. So in this case, the number of strokes, the amount of time, size of brush, etc. does not affect the end file size by any means. However, the size of the canvas, the number of layers, and complexity of the image (read the bit above about how PNG compresses images) all affect the end result. There are pros and cons to both methods. On average, the bitmap format Lascaux Sketch uses is much larger than an equivalent image stored in animation format. So, from a server standpoint, animation is better. However, the cons of animation format is 1) when you want to resume an image, you have to wait for the computer to "rebuild" the image from the animation so that all the layers are preserved. 2) it is much harder to make a 'stable' animation format. If the animation data gets corrupted or stored incorrectly anywhere in the image, everything after that point will either be completely lost or just turn out plain wrong. In the case of the bitmap format, it is really a matter of what-you-see-is-what-you-get. The layers you had when you saved/submitted your image will turn up exactly as you had when you load it again. An animation format for Lascaux Sketch has been made, but is currently incomplete (does not support a lot of layer operations, selections, text, and so on), meaning the image would not load back up as you drew it.
evil_cloud (edited Apr 11, 2004)
i like this, and i ask, why thrumbnails of this kind of pics rock so much?PS: LOL MARCELLO -100 points for so long comment ^^U
davincipoppalag (Apr 11, 2004)
Gives Marcello 200 points for the informative dissertation.. thanks..
DeadlyBlondeArcher (Apr 11, 2004)
Um, yeah, okay. I comprehended like two sentences of that stuff. You just build it, I'll just play with it. :) |
|||||||||||||||||||||||
| Public Boards/Beginner | |||||||||||||||||||||||
|
staci
(Apr 10, 2004)
haw
marcello (Apr 11, 2004)
dba: just read my comment on the other one... it has everything you need to know.
DinoFlorist (Apr 11, 2004)
Yes, on this one we were testing the PNG compression. This uses mroe different colors
marcello (Apr 11, 2004)
by different colors I don't mean what you think are different colors, such as red and blue, but digitally different colors, such as 127,127,127 and 127,127,128. You could do an image entirely in grayscale and it'd be a huge png.
DeadlyBlondeArcher (Apr 11, 2004)
yeah, or brownscale. lol |
|||||||||||||||||||||||
| Public Boards/Intermediate | |||||||||||||||||||||||
|
mooseflower
(Apr 10, 2004)
It's just some princessish lady, any ideas for hair color? Yay! It's finished! backgroundness...
KiwiKitsune (Apr 11, 2004)
Wow... I think that that's just... really awesome! How come I'm not even near your skill?
Knockoff (edited Apr 11, 2004)
Every thing is really nice, except the eye looks a tad bit low. Great coloring, and colors. Keep it up :):edit:--- Still, that doesn't make eyes go down, the eye brows just go up....... So its still a tad bit low.
mooseflower (edited Apr 11, 2004)
um... she's raising her eyebrow! yeah... thats it...:edit: okay then, she got a rather strange and complicated operation (the name of which cannot be revealed at this point and time) to move her eye lower. She had a medical problem with brain inflation and keeping her eye were it was would have caused blindness and severe damage to the prefrontal cortex. Can't have that now, can we. |
|||||||||||||||||||||||
|
evil_cloud
(Apr 10, 2004)
we are puppets, and we will be that forever, always tied to our life like with cables, like puppets
lp_phaery (Apr 10, 2004)
I like puppets, I like this. Its very kewl/cool.
DinoFlorist (Apr 10, 2004)
Yes, that is a good overall picture because it says something and its nicely drawn. However, I am not a fan of repeating words all over the place, although I did it once. I've regretted it every day since!
evil_cloud (Apr 11, 2004)
well.... thanks ^o^!!
tappie_chan (Apr 11, 2004)
what a cute puppet! i want one! |
|||||||||||||||||||||||
| Public Boards/Beginner | |||||||||||||||||||||||
|
Ixbalam
(Apr 10, 2004)
o/` Rubber ducky, you're the oneWho makes bathtime lots of fun... o/` Just noodling around.
davincipoppalag (Apr 10, 2004)
Lol this is very cute..
DinoFlorist (Apr 10, 2004)
Agreed! Quite funny. It's good to see more drawings of cool things like ducks, and less of people with their faces bleeding. |
|||||||||||||||||||||||
|
15grifficorntears
(Mar 25, 2004)
i just drew a badger and filled him in........WITH FIRE!
bumpinthenight (Mar 27, 2004)
hot dang this r0x0rz!! great stuff... a flame decaled badger... who would've thunked it?
fleeting_memory (Apr 8, 2004)
hehe badger badger badger badger badger badger badger badger badger badger badger badger mushroom mushroom-what's sad is that I counted and it says 'badger' 12 times-I know I know I'm pathetic
15grifficorntears (Apr 10, 2004)
jees! everyone liked this one, and it's like the most pointless pic. i've ever drawn.
marcello (Apr 10, 2004)
I don't think anyone cares about the pic =Pit's all about weebls stuff. |
|||||||||||||||||||||||
| |||||||||||||||||||||||
| 2draw.net © 2002-2026 2draw.net team/Cellosoft - copyright details - 1.18sec (sql: 35q/0.53sec) |