usersdeadlyblondearcher's profileDeadlyBlondeArcher's comment board
 
display   entriescommentsthumbs
  displaying 3941-3950 of 4633 — pages:   ← previous« 1 ... 390391392393394395396397398399400 ... 464 »next →
Public Boards/Intermediate 
xwindflyer (Apr 10, 2004)
still trying to learn
6 comments – latest 4:
DeadlyBlondeArcher (Apr 10, 2004)
Well, a quick learner you are. I love the starkness of this. Just the almost blank paper... I dunno, something about it is very mysterious. I like it.
xwindflyer (Apr 11, 2004)
Yes I did use the line tool for the lines, I can't draw a straight line with out it. lol. Thanks
davincipoppalag (Apr 11, 2004)
This is very good! I can't do lines without it either... it's there to use..why not?
BlackLaertes (Apr 11, 2004)
I agree! The line tool is your friend ^_^
drawn in 1 hour 37 min with Lascaux Sketch Classic
Axil62 (Apr 10, 2004)
Here's a fellow intent on impregnating the prom queen.
4 comments – latest 4:
davincipoppalag (Apr 10, 2004)
As the English would say," E looks ahmless"
LovelyLori (Apr 12, 2004)
looks like Yani gone bad
DeadlyBlondeArcher (Apr 12, 2004)
It looks like Burt Reynolds when he had hair! :P
shell (Mar 1, 2011)
Reminds me of something Suntan would draw. When I first read the title I looked at the spiral going from his bowels to the ground and I thought, "well that's one way to put it". Then I read your description and apparently I was way off.
drawn in 1 hour 25 min with Lascaux Sketch Classic
Public Boards/Beginner 
Pandora (Apr 10, 2004)
Happy Easter
6 comments – latest 4:
Pantera (Apr 10, 2004)
Beautiful, is it your house pandora?
DeadlyBlondeArcher (Apr 10, 2004)
I really like this one.... a good use of lines it is. Nice use of color, too.
longway (Apr 10, 2004)
really nice draw panora, love the flowers....
davincipoppalag (Apr 11, 2004)
I like the placement of the flower gardens and the colors alot
drawn in 1 hour 57 min with Lascaux Sketch Classic
Public Boards/Intermediate 
Axil62 (Apr 7, 2004)
Was a farmer had a pig...
17 comments – latest 4:
GraceC (Apr 8, 2004)
WOW!! This is truely one of the best drawings I've EVER seen!!! (and I've seen a lot)
DeadlyBlondeArcher (edited Apr 9, 2004)
Does a rodeo clown count? (LOL! jk ;) (pssst.... you didn't really want to do this one after you started it, did you?)
Aubrey (Apr 13, 2004)
Looks just like a movie poster from the time period... and I think Rudolph is a very lucky man!! lol
shell (Mar 1, 2011)
But she's not fat Klox. And if it's not Marilyn who else can it possibly be? Wait... you tricked me.
drawn in 2 hours 36 min with Lascaux Sketch Classic
Public Boards/Beginner 
longway (Apr 9, 2004)
the joy of dogs lol...
2 comments – latest 2:
davincipoppalag (Apr 9, 2004)
Lol! Been there, done that! You just finished washing that floor too didn't you... ahhh puppies! lol
DeadlyBlondeArcher (Apr 9, 2004)
This is toooo funny! Hah! I have a golden retriever, a great pyranese (great great big pyranese, they are) and a black lab, and they take over! This has me laughing so hard. Great idea and so cute, well done. :D
drawn in 40 min with Lascaux Sketch Classic
Public Boards/Intermediate 
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.
11 comments – latest 4:
marcello (Apr 10, 2004)
There's no "going into" about it, I made the system, I should know how it works. =P
Let 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. :)
drawn in 11 min with Lascaux Sketch Classic
Public Boards/Beginner 
staci (Apr 5, 2004)
saw them
11 comments – latest 4:
Ixbalam (Apr 10, 2004)
To me v1 was kind of lonely and desolate looking. This version isn't. It's very nice. I like the subtle shading on the shells. They remind me of those little hand soaps some people have in their bathrooms.
Wavey (Apr 10, 2004)
GREAT JOB. very nice out of focus background, you know how much that means to me.
MaLynne (Apr 10, 2004)
ohhhh..so pretty. the colors are perfect.makes them look so real
DeadlyBlondeArcher (Apr 10, 2004)
Don't know how I missed this one... I love it, because it is beautiful, and they almost look like they are under very clear water because of the way you did the background, but I hate you because you live in Florida and you do get to go see seashells!!!!!! (jk) Very loverly, prettiful picturesque picture. :)
drawn in 28 min with Lascaux Sketch Classic
Public Boards/Advanced 
Doodlibop (Mar 23, 2004)
Something I have to do, but I decided to do it by computer than by hand...I don't know if that was such a smart idea. :P

Last edit:
Well, what can I say? it was my first try. I really tried hard on this. By the grace of God, I hope to get better.
15 comments – latest 4:
supermimi (May 25, 2004)
Thanx for drawing this, I really enjoy it
JackSprat (edited Jul 13, 2004)
Nice job! I 'specially like seeing that I'm not the only one that has to go back and fix things that don't look quite right...lol..now if only I can figure out how you moved that down.... :0P
jooniper (Dec 12, 2006)
This is great! I love the detail around the hairline and the highlights on the bottom eyelids.
davincipoppalag (Nov 20, 2020)
Ella makin a comeback to the front page
drawn in 1 hour 57 min with Oekaki Shi-Painter
Public Boards/Beginner 
jord and Deformed (Apr 8, 2004)
very roughly based on a cartoon by daumier

-edit- veeeery roughly
7 comments – latest 4:
Deformed (Apr 8, 2004)
drawn in 13 min
Gun
DeadlyBlondeArcher (Apr 8, 2004)
You guys did a pretty good job on this together, it looks like a video game.
Deformed (Apr 9, 2004)
Ty DBA!!
cursive (Apr 9, 2004)
hahah this looks cool! ^^ and whos that little person on the rock ??
drawn in 2 hours 11 min with Oekaki Shi-Painter
Public Boards/Intermediate 
shudson (Apr 8, 2004)
So we have this chapel on campus with the best windows, it's lots of fun to take pictures of them, they have textured glass. So I took a picture and now I've drawn it as well.
14 comments – latest 4:
Anna (Apr 8, 2005)
I never saw this! This is great! I love the perspective and the floors. Niiice.
Miss_DJ (Oct 26, 2006)
wowow where are you Ms Hudson? you draw wonderfully!
mawns (Jun 10, 2009)
WOW is the right word for this one!
Beautiful!
davincipoppalag (Nov 18, 2018)
nice to see again
drawn in 1 hour 47 min with Lascaux Sketch Classic
 
  displaying 3941-3950 of 4633 — pages:   ← previous« 1 ... 390391392393394395396397398399400 ... 464 »next →