|
Possible Duplicate:
What is the best Paint-like program for Mac OS X?
Is there any app in Mac OS X that is like Paint in Windows that can let users scribble (draw), draw circles / ovals / rectangles, and draw text on a photo?
Started by Jian Lin on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Your browser will open to that web site and you can search for many programs that have what you are looking for... .
However if you visit Mac OSX Software ie click the Apple icon menu .
That is correct there is no Microsoft Paint equivalent on Mac by default .
|
|
Answer Snippets (Read the full thread at stackoverflow):
Graphics g= pictureBox.CreateGraphics(); then u can draw whatever u want draw using, MouseEventArgs e) { _Previous = null; }
And then draw away:.
Like.
|
|
Hello,
I've seen there's a lot of libraries that will allow me to output shapes and lines but do these libraries allow for freehand drawing using the mouse?
I want to allow users to draw and then to save their work to database.
Is this possible?
Thanks...
Started by Jeff on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
There was a question similar to this a few months ago http://stackoverflow.com/questions/96486/javascript-... .
Take a look at the Raphael Javascript drawing library
You can do it using canvas.
Wouldn't be all that tricky ..
Yeah you can do this ..
|
Ask your Facebook Friends
|
Hi, i'm trying to make a GTK application in python where I can just draw a loaded image onto the screen where I click on it. The way I am trying to do this is by loading the image into a pixbuf file, and then drawing that pixbuf onto a drawing area.
the...
Started by Michael on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Found out I just need to get the function to call another expose event with widget.queue_draw draw(gtk.gdk.DrawingArea): def __init__(self): self.connect('expose-event', self._do_expose_source_pixbuf(self.pixbuf, 0, 0) cr.paint()
This will....
|
|
MONSTERS
Exodia x5
Cardcar D x2
Cyber Valley x3
Spirit Reaper x2
SPELLS
Cup of Ace x3
Dark World Dealings x3
Hand Destruction x3
Magical Mallet x3
One Day of Peace x3
Pot of Avarice
Upstart Gobilin x3
TRAPS
Appropirate x3
Jar of Greed x3
Reckless Greed...
Started by CyberDarkError on
, 11 posts
by 6 people.
Answer Snippets (Read the full thread at pojo):
|
|
NO MORE REQUESTS FOR TODAY
When I paint, I paint in blocks and then shape them, from there it gets much easier for me to shade and colour. My problem is drawing the shapes well on my tablet. So I'm planning on doing tons of quick tablet drawings...
Started by Plain Ben on
, 25 posts
by 23 people.
Answer Snippets (Read the full thread at bungie):
[Edited on 05.13.2012 10:42 AM PDT] Draw my avatar....
A Human/ Yautja hybrid.
Draw me.
Nice! *Hand's a cookie to OP*
Draw Adam Jensen from deus ex, Gordon Freeman or Master Cheif Draw facing off with a more modern looking robot.
|
|
Don't stop drawing.
Started by nickydraws on
, 30 posts
by 12 people.
Answer Snippets (Read the full thread at conceptart):
Draw and post more! Aaaah, drawing on the Right Side?
Check my stupid sketchbook....
Great start for a sktechbook, i hope you draw more and update reall quickly Evil scanner!
Indeed a great start.
Pencil so the lines are kind of light.
|
|
Don't stop drawing.
Started by nickydraws on
, 30 posts
by 12 people.
Answer Snippets (Read the full thread at conceptart):
Draw and post more! Aaaah, drawing on the Right Side?
Check my stupid sketchbook....
Great start for a sktechbook, i hope you draw more and update reall quickly Evil scanner!
Indeed a great start.
Pencil so the lines are kind of light.
|
|
Draw rectangle using c# and i need to draw the arc in every edges first of all i draw rectangle and then i need click button it will draw the arc at edges, how can i do it?
Started by ratty on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Draw a rectangle with rounded-in method to draw rounded rectangles, however there are several ways that you can accomplish this affect.
First draw the four lines, and draw the arc at the 4 corners.
|
|
How do I draw a text string onto the screen using GLUT / OpenGL drawing functions?
Started by KingNestor on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Students.cs.byu.edu/~bfish/glfontdl.php
There are two ways to draw strings with GLUT
glutStrokeString will draw text in 3D
and glutBitmapString will draw text facing the user
void RenderString(float x, float y, void.
|