On Fri, Jan 18, 2013 at 10:49:28PM +0100, Sebastien Leon wrote: > I wrote this basic demo of libMyPaint as a small mini project (using Qt > 4.8).
Nice work! This reminds me of MyPaint version 0.1. "To save the image, press PrintScr" ;-) > Here is a screenshot of it : > http://sebastienleon.com/info/libmypaint/Demo.png Just a comment on brush quality. You can clearly see banding (posterization) on this screenshot. This will happen on a surface with only 8 bits per channel with some MyPaint brushes. Usually those with very narrow spacing (many of the "watercolor" and "smudge" style brushes). To avoid this, you can decrease the "dabs per basic radius" setting of those brushes a bit, or stick to brushes that don't have a high value there, or you could hide the problem with dithering (as MyPaint 0.5 did, see http://mypaint.intilinux.com/?p=19) or simply switch to a higher bit depth. -- Martin Renold _______________________________________________ Mypaint-discuss mailing list [email protected] https://mail.gna.org/listinfo/mypaint-discuss
