Is there an Open Source program that will run on Ubuntu, that I could use to simply make coloring sheets from my jpg pictures?

link|improve this question
feedback

3 Answers

Gimp?

Original:

enter image description here

Posterised (6 levels) and oilified:

enter image description here

Edge detect:

enter image description here


Also see an ImageMagick example.

link|improve this answer
This looks good - I will try and find a tutorial on this aspect of Gimp and give it a try. If there happens to surface another idea or program that is simpler for a novice, I would certainly appreciate hearing about it also. Thanks – Ralph Bennett May 9 '11 at 1:57
feedback

Install inkscape:

sudo apt-get install inkscape

then load the jpeg image. Click on the Paths menu item, then on Trace Bitmap. There's a tutorial here.

link|improve this answer
feedback

Repeatedly running median filter with medium-sized area and then making it indexed image with just n colors also works.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.