Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

MyPaint

Painting and drawing program that works nicely with pressure-sensitive tablets, and its dynamic brush engine library.
Collective - Host: opensource - https://opencollective.com/mypaint - Website: https://mypaint.app/ - Code: https://github.com/mypaint

get rid of RGB pixel format, use RGBU instead

RGBU = RGB with unused alpha channel

Saving 25% memory is probably not worth the effort of main...

github.com/mypaint/mypaint - ff76a38da8d753a8c95d5b96e44d3722c11165c3 authored almost 13 years ago by Martin Renold <[email protected]>
fix loading of indexed PNGs

We failed to add an alpha channel, resulting in an exception.
https://gna.org/bugs/?19508

github.com/mypaint/mypaint - 4a969f85e80483bf77f0c2deff9f31d86eee641c authored almost 13 years ago by Martin Renold <[email protected]>
minor code cleanups

mainly unused imports reported by pylint

github.com/mypaint/libmypaint - 88bf39c71200874f44d615e9b55001e10d370129 authored almost 13 years ago by Martin Renold <[email protected]>
minor code cleanups

mainly unused imports reported by pylint

github.com/mypaint/mypaint - a9dc2649427c5e6872ebd660377b49bca5f7a818 authored almost 13 years ago by Martin Renold <[email protected]>
Simplify curve related code and remove some cruft

github.com/mypaint/mypaint - b97a68fb679ecf76e031e9f105df9d4892155328 authored almost 13 years ago by David Gowers <[email protected]>
icons for linemode

Adding and modifying icons for the straight-line branch of Optigon, and modification of the colo...

github.com/mypaint/mypaint - ae46f1628fdefe69c97f0a91b683b6afac155fdd authored almost 13 years ago by David Revoy <[email protected]>
Lines, Curves, and Ellipses

The curve widget was added by David Gowers.
Suggestions and changes added by Martin Renold.

github.com/mypaint/mypaint - 2205d0d1275ae08c16d7c508c73637c0a60530ef authored almost 13 years ago by Richard Jones <[email protected]>
colorize: use integer arithmetic

Scaled ints instead of lazily using floats. Possibly a little faster,
definitely more reusable.

github.com/mypaint/mypaint - e28e754ce718196ab15900b74b22744ff7ac73ad authored almost 13 years ago by Andrew Chadwick <[email protected]>
symmetry: move to Edit menu, now toggle, add icon

Modes which affect how you paint and edit but which don't change the
brush belong in the Edit me...

github.com/mypaint/mypaint - 1a89aeaa879f600c5fce99f1f787852df1c44604 authored almost 13 years ago by Andrew Chadwick <[email protected]>
strokemap: don't record two brushes as one stroke

Create a new undoable stroke when any but the most basic brush
settings change. This was especia...

github.com/mypaint/mypaint - 38ada522fddfba72d295890121bafd9b5d4fc06e authored almost 13 years ago by Martin Renold <[email protected]>
frame: don't use transparency

Just change the color of the frame according to user feedback.
https://gna.org/bugs/?19132

github.com/mypaint/mypaint - 59553de09506b23bc052cb018cba7775ad9dda2f authored almost 13 years ago by Martin Renold <[email protected]>
symmetry: minor code cleanup

Get rid of unused variables and return values.
Change shortcut to Shift-I (uppercase of view->mi...

github.com/mypaint/mypaint - 22014b9d2fc4f37d923de175e9a71f4c21b54452 authored almost 13 years ago by Martin Renold <[email protected]>
Add symetrical drawing

View->Symmetry, bound to the pipe character "|". Drawing and straight lines
are mirrored over t...

github.com/mypaint/libmypaint - 83dbdb7748a8910ef3b064083f46fb2cb293cd77 authored almost 13 years ago by Martin Franco <[email protected]>
Add symetrical drawing

View->Symmetry, bound to the pipe character "|". Drawing and straight lines
are mirrored over t...

github.com/mypaint/mypaint - 9a15e2c4e3b36e0bf266dbbe10c71f890fbf353b authored almost 13 years ago by Martin Franco <[email protected]>
i18n: update zh_TW translation

github.com/mypaint/mypaint - 2cf6ea16ffbb13a12ec4480fa50520b2c296315f authored almost 13 years ago by Cheng-Chia Tseng <[email protected]>
i18n: update Japanese translation

github.com/mypaint/mypaint - b8338d5ea190d835377a1973e65c55398ce7bff4 authored almost 13 years ago by sigetch <[email protected]>
overlay: rounded text box, prefix, longer fades

Round the scale text, prefix with "Zoom:". Make the fade last a little
longer. Rejig the fading ...

github.com/mypaint/mypaint - b177a40d6a9293ab425e55ed3a06ffd2a3e4b8f7 authored almost 13 years ago by Andrew Chadwick <[email protected]>
fix reference counting

That bug should not have had any inpact.

github.com/mypaint/mypaint - c97b5e66ef637b246043d38b21f948edfeb101fa authored almost 13 years ago by Martin Renold <[email protected]>
feedback/overlays: begin categorizing, add toggles

Add toggle actions and boolean user settings for those classes of
feedback which are currently i...

github.com/mypaint/mypaint - 2258511515917f2249e8a8e7c1f3eeac81aed9eb authored almost 13 years ago by Andrew Chadwick <[email protected]>
overlays: api for showing info on tdws

Experimental stab at an internal interface for animated or static
fragments of overlaid informat...

github.com/mypaint/mypaint - 619789d13d1b3de2c66d8785b749dc7bb5f835a0 authored almost 13 years ago by Andrew Chadwick <[email protected]>
drawwindow: pass unbound button presses to the tdw

Fix a theoretical regression: button-press events that aren't bound to
anything at the drawwindo...

github.com/mypaint/mypaint - c849d0428c0a18823c0eb7239b42843148a14a85 authored almost 13 years ago by Andrew Chadwick <[email protected]>
scratchpad: update icons, fix icon sizes

The icon for the scratchpad was a bit too close to the new colorize icon
(which is a redraw of t...

github.com/mypaint/mypaint - 964927c8eefa75b93f99b696bc2eb56e812a48e0 authored about 13 years ago by Andrew Chadwick <[email protected]>
i18n: bugfix in zh_TW

Fix missing '%s' in po/zh_TW.po

github.com/mypaint/mypaint - 3cd2067901d73175b861b72210e5e86af03c8e6d authored about 13 years ago by Ruei-Yuan Lu <[email protected]>
added View>Fit command

github.com/mypaint/mypaint - 98caa67eae403f0757bc0d4f15e133514abea39e authored about 13 years ago by Richard Jones <[email protected]>
colorize: add brushmodifier action & toolbar entry

Allow colorize mode to be entered via an action selectable from the menu
and the toolbar.

github.com/mypaint/mypaint - f9f7e078ae836f3f77b4f1cc9b533024a553699d authored about 13 years ago by Andrew Chadwick <[email protected]>
brushlib: colorize brush blendmode with weighting

Add a tinting/colorizing brush blend mode which applies the source's hue
and saturation while re...

github.com/mypaint/libmypaint - 96dabb1f2940ba79eeb8464805dad2c2c4874c8b authored about 13 years ago by Andrew Chadwick <[email protected]>
brushlib: colorize brush blendmode with weighting

Add a tinting/colorizing brush blend mode which applies the source's hue
and saturation while re...

github.com/mypaint/mypaint - 7014f2e365a07f2c2da8dd63f93f3066dac762d5 authored about 13 years ago by Andrew Chadwick <[email protected]>
tiledsurface: rm empty tiles only at end

It's better to remove the empty tiles at the end of moving rather than
before or during the inte...

github.com/mypaint/mypaint - 9311f2f4a69ccccb59f9545c15be882c020d7006 authored about 13 years ago by Andrew Chadwick <[email protected]>
move layer: fix to prevent tiledict overgrowth

Fixes to prevent Layer Move from always increasing TileDict size.

github.com/mypaint/mypaint - ab1c617e2ea884450355b0a41902df7033d1d095 authored about 13 years ago by Richard Jones <[email protected]>
minor "scons install" stuff

Remove shebang and executable bit from generate.py. It's only used
for compilation; this is just...

github.com/mypaint/mypaint - 4a06eaebefa9df4099b2e85873449c0da9598cb9 authored about 13 years ago by Martin Renold <[email protected]>
minor "scons install" stuff

Remove shebang and executable bit from generate.py. It's only used
for compilation; this is just...

github.com/mypaint/libmypaint - 41601aeab19ed2585b30b209905e4d5720f44f79 authored about 13 years ago by Martin Renold <[email protected]>
i18n: update Chinese Traditional (zh_TW)

github.com/mypaint/mypaint - 37da2981ff2518af40f390c40dc6bedff87a647d authored about 13 years ago by Ruei-Yuan Lu <[email protected]>
layer move: strokemap too + cursor & idler tweaks

Add support for moving the layer's strokemap after the user finishes the
drag. Do it unobtrusive...

github.com/mypaint/mypaint - 545d6f808d39a6f351e9b68c7704d8be3d66281d authored about 13 years ago by Andrew Chadwick <[email protected]>
layer move: blank tiles during & after drag

Avoid flickering and some redraws by blanking tiles needing it just
before writing if they're al...

github.com/mypaint/mypaint - 34a620fc4cb633ed5d9933d16aab7476df88fd33 authored about 13 years ago by Andrew Chadwick <[email protected]>
layer move: make undoable, distance weighting etc

Allow the layer-move action to be undone.

Distance-weight and dither the tiles being dragged ar...

github.com/mypaint/mypaint - 8245091ff6abeabbb4ebfa133282034cd97c11cb authored about 13 years ago by Andrew Chadwick <[email protected]>
move layer: improved feedback & responsiveness

Improve the apparent responsiveness during a drag to move the current
layer. The idea is to upda...

github.com/mypaint/mypaint - 82b7f9e8514e058980b49b445dd556746fe6d4ec authored about 13 years ago by Andrew Chadwick <[email protected]>
move layer: initial implementation

Tiles are sliced up in Python code during moves.

Abstract out all the drag functions as distinc...

github.com/mypaint/mypaint - 3fc07f037c0e0ed8a7986f794b9928d6c35bfd67 authored about 13 years ago by Andrew Chadwick <[email protected]>
tablet detection: workaround for specific device

"Microsoft Microsoft® 2.4GHz Transceiver V1.0"
Is detected as tablet, pressure enabled, gtk+ eve...

github.com/mypaint/mypaint - 8595b7a877197779a37fd72da14ca085d73b3efe authored about 13 years ago by Martin Renold <[email protected]>
macos: build fix

https://gna.org/bugs/?19119

github.com/mypaint/mypaint - ef9b5d64e7b67661994a88c7f4188fa4462846b3 authored about 13 years ago by Martin Renold <[email protected]>
win64: build fix

Since we use uint32_t, we have to include stdint.h.

<tumagonx> in brushlib\helpers.hpp when bui...

github.com/mypaint/libmypaint - 8c473c696d25381dab04859572ce4a579ba85747 authored about 13 years ago by Martin Renold <[email protected]>
win64: build fix

Since we use uint32_t, we have to include stdint.h.

<tumagonx> in brushlib\helpers.hpp when bui...

github.com/mypaint/mypaint - d3153f175c1cecded786c88e640cdb110e9f0165 authored about 13 years ago by Martin Renold <[email protected]>
Updated Japanese translation

github.com/mypaint/mypaint - a4e173159042e69e43a0c3bc453903106f09ab67 authored about 13 years ago by a3novy <[email protected]>
Updated the Russian translation

github.com/mypaint/mypaint - acfb70f32ee7aea9d2f5b6baac6d1a83c8fd2937 authored about 13 years ago by Alexandre Prokoudine <[email protected]>
brushmanager: fix selection frame and exception

Remove in_brushlist member of ManagedBrush. Instead, check bm.groups.
Add assertion to catch rel...

github.com/mypaint/mypaint - fa07a16bb32cfb9a0ff9da986ec1c789042dc2f6 authored about 13 years ago by Martin Renold <[email protected]>
export: fix exception if no filename

Fix exception when performing exports when the filename is not yet set.

github.com/mypaint/mypaint - 6272e1d6c496a5951df227e1115111b0003a4e57 authored about 13 years ago by Andrew Chadwick <[email protected]>
win32: need confpath created first

(a blocker bug in 1.0.0)
https://gna.org/bugs/?17999

github.com/mypaint/mypaint - 30058ef1f926dfc12e7561f2beaf8a99badc5ebe authored about 13 years ago by Tumagonx <[email protected]>
update copyright year

github.com/mypaint/mypaint - 4b56edd03d9a88cb90f2ebc3ff0e108f93122abb authored about 13 years ago by Martin Renold <[email protected]>
layer dialog: minor string changes

Thanks to Gergely for spotting.

github.com/mypaint/mypaint - 10310dca3461472c27404aeac70f04614b4a24dd authored about 13 years ago by Martin Renold <[email protected]>
version bump

github.com/mypaint/mypaint - f4bd5a45515b8a0912765d2a7105a3fa42b1e74c authored about 13 years ago by Martin Renold <[email protected]>
brushmanager: mini refactor

Move ManagedBrush.in_brushlist bool into constructor.
This replaces the 'retain_parent' paramete...

github.com/mypaint/mypaint - 5b9f9765d474b56d837f0e860ced793c514be635 authored about 13 years ago by Martin Renold <[email protected]>
make ManagedBrush.settings a property

This gets rid of the 'if persistent and not settings_loaded:
load_settings()' in various places.

github.com/mypaint/mypaint - 4e679283d5ba77bd4a678c7b6d0f8a33489564f3 authored about 13 years ago by Martin Renold <[email protected]>
Spanish translation fixes

Reviewed by grafica-libre mailing list.

Signed-off-by: Manuel Quiñones <[email protected]>

github.com/mypaint/mypaint - 3402453deda07f32ccc61d09ddd692faad1ac944 authored about 13 years ago by Manuel Quiñones <[email protected]>
README: remove win32 build instructions from 2008

Add links to the wiki instead.

github.com/mypaint/mypaint - e2e136c2d08d0a5f2d5466c98a1f3cc7b779cc6a authored about 13 years ago by Martin Renold <[email protected]>
remove README.scratchpad

docu about the state of the implementation, probably outdated

github.com/mypaint/mypaint - ebe35502898d6622dfe7a65fe4272d2b4facd751 authored about 13 years ago by Martin Renold <[email protected]>
update French translation

github.com/mypaint/mypaint - 1a14e1326f2ef7842b1d47bc9004b8daf3e16956 authored about 13 years ago by Popolon <[email protected]>
changelog update

github.com/mypaint/mypaint - ecbb566a89f9393573eb59b198a4dc5a0c69b973 authored about 13 years ago by Martin Renold <[email protected]>
testing: modernize bigimage.ora

Looks like it was saved with mypaint < 0.9.1, thus lacking the
background_tile attribute.

This ...

github.com/mypaint/mypaint - 39048c465f6e34f263ecfddec515f5a1f3573846 authored about 13 years ago by Martin Renold <[email protected]>
load_ora: add feedback_cb

Also, make load_png use the new fast code instead of going
via gdk_pixbuf.

github.com/mypaint/mypaint - 8c646ef4e4c807d3c87abef29f6248066741f593 authored about 13 years ago by Martin Renold <[email protected]>
version bump

github.com/mypaint/mypaint - e98eb4660f5e6d4b479ae496c6901e42a1595908 authored about 13 years ago by Martin Renold <[email protected]>
load_ora: load png layers faster, use less memory

Use libpng directly (fastpng.hpp) as we already did for saving.
No longer load the full png into...

github.com/mypaint/mypaint - d562b24346de89c0c6c10a9fafaf1d1778276a53 authored about 13 years ago by Martin Renold <[email protected]>
Spanish translation updated

Signed-off-by: Manuel Quiñones <[email protected]>

github.com/mypaint/mypaint - 629b4f085403ff072402db54ca57c4cdbeca3f4c authored about 13 years ago by Manuel Quiñones <[email protected]>
fix compiler warning

only seen with scons debug=1

github.com/mypaint/mypaint - 1794d16a766813c84c4898109119469526cab2ed authored about 13 years ago by Martin Renold <[email protected]>
save_png: don't append an additional info block

Bugfix, but I doubt that anyone would ever have noticed.

github.com/mypaint/mypaint - 619e4c881494661d4313c0628a6381749ae073f1 authored about 13 years ago by Martin Renold <[email protected]>
always allow to cancel eraser mode

Fix for https://gna.org/bugs/index.php?18616

And a similar problem fixed by this commit:
<liqui...

github.com/mypaint/mypaint - 1fe137ca908448c948c359dc3ac7b00988cbb78e authored about 13 years ago by Martin Renold <[email protected]>
updated Hungarian translation

github.com/mypaint/mypaint - ebe86c46565aef098c07e4d8ac344f5ead6f3341 authored about 13 years ago by Gergely Aradszki <[email protected]>
updated pt_BR translation

github.com/mypaint/mypaint - 5498e9fd56bc87875c44eb03cb83431c3955af8d authored about 13 years ago by Joao S. O. Bueno <[email protected]>
Updated Russian translation for 1.0. Most work is done.

github.com/mypaint/mypaint - e4d06efe126dfb1e7449d5900bcead72de1faa7b authored about 13 years ago by Alexandre Prokoudine <[email protected]>
cosmetic: fix separators drawing at ends

Fix separator drawing at the ends ofthe toolbar under some
circumstances. We don't really need t...

github.com/mypaint/mypaint - 76000bd3ce5dfe2569f5fe0c006c983584835617 authored about 13 years ago by Andrew Chadwick <[email protected]>
toolbar: minor cosmetic tweaks

Put the menu button inside the toolbar and remove its normal-state
border. It looks far better, ...

github.com/mypaint/mypaint - bff367dd6e228458ae2df26d7756c88fc8856d42 authored about 13 years ago by Andrew Chadwick <[email protected]>
Updated nn-NO translation for version 1.0

Updated the Norwegian Nynorsk translation for version 1.0

github.com/mypaint/mypaint - 2992478cf5480c6b7dba84d914384e0450ccf9e9 authored about 13 years ago by Tor Egil Hoftun Kvæstad <[email protected]>
brush collection tuning

Mostly just enabling anti-aliasing for brushes where it does not matter.
(This is to have better...

github.com/mypaint/mypaint - cdba68928bb923b78da275fe0054687eaed8ee39 authored about 13 years ago by Martin Renold <[email protected]>
mypaintlib: Use SharedLibrary instead of LoadableModule in build

On OSX LoadableModule will try to create a module bundle,
which is not what we want. The SHLIBSU...

github.com/mypaint/mypaint - 68ee0152aa12066c6269930da443114e8d2c01ac authored about 13 years ago by Jon Nordby <[email protected]>
brushsettings: keep 'anti_aliasing' disabled for old brushes

Let's take .myb compatibility a bit more serious, as this one
can change a few existing brushes ...

github.com/mypaint/mypaint - f715ca21f1b891bb9b5b481d72d2ac7e0fcabe03 authored about 13 years ago by Martin Renold <[email protected]>
fix "save scrap" bug

Fix exception after 26 revisions (letter z).
https://gna.org/bugs/index.php?18720

github.com/mypaint/mypaint - 6779b3f56476a5dea602862750a5275cbf872fd2 authored about 13 years ago by Martin Renold <[email protected]>
Update Norwegian Bokmål translation

github.com/mypaint/mypaint - 0b8ebc5016f7d523b31cdc2927ef92ac19a15433 authored about 13 years ago by Jon Nordby <[email protected]>
brush.preview is always a valid pixbuf

Turn ManagedBrush.preview into a property, so we can load
the preview on demand transparently. ...

github.com/mypaint/mypaint - 5edb9a38838f20ea7c3998871fa6cc0aac90b347 authored about 13 years ago by Martin Renold <[email protected]>
Updated the Swedish translation.

Conflicts:

po/sv.po

github.com/mypaint/mypaint - 9a45c0ae80bf28222b252211eb165366dc60ba2a authored about 13 years ago by Griatch <[email protected]>
update default startup group

github.com/mypaint/mypaint - d5779f95cd34030a9098bbe2952f314c735c9f58 authored about 13 years ago by Martin Renold <[email protected]>
update all .po files

github.com/mypaint/mypaint - af42aa1e6531447dbe6deb8963b7f8e43a0b4643 authored about 13 years ago by Martin Renold <[email protected]>
more helpful error message when icons are missing

github.com/mypaint/mypaint - 187de35e34c4c024d0717dd4f12c28ce06391459 authored about 13 years ago by Martin Renold <[email protected]>
brushmodifier: remove dead code

github.com/mypaint/mypaint - 07eef11c2382c051ab685174e81f63d9125917cb authored about 13 years ago by Martin Renold <[email protected]>
fix "copy to clipboard"

https://gna.org/bugs/?18936

github.com/mypaint/mypaint - 32c8b6f468c56f8f500a9288b3a3de829349b852 authored about 13 years ago by Martin Renold <[email protected]>
brushes: update of deevad brushset

Mainly little improvement here and there to make them react better,
have more linear pressure be...

github.com/mypaint/mypaint - 38ae431ded46e39ec6d9fc18d70d3b79e77945d1 authored about 13 years ago by David Revoy <[email protected]>
tablet detection: workaround for laptop touchpad

Don't enable pressure if the device is called "touchpad".
Gtk+ screws up if we do.

github.com/mypaint/mypaint - bd91a79728d5788019c838c78a6fc829f2c85a6e authored about 13 years ago by Martin Renold <[email protected]>
rename default brush groups

Don't use artist's name, use neutral "set#1", "set#2", etc. as
proposed on the mailing list.

github.com/mypaint/mypaint - 2eba4126d7068f37daf3bdeb96ebba4611eb84ce authored about 13 years ago by Martin Renold <[email protected]>
menu: download brushes (in web browser)

github.com/mypaint/mypaint - 5ec969738865d041c94aa9664886d554e215a91e authored about 13 years ago by Martin Renold <[email protected]>
windows: swap button2/3 default binding

The linux wacom driver inverts the button numbers of the
pen flip button. Let's not have the col...

github.com/mypaint/mypaint - 9025a6c7a14e0b1e8bab91b68ef5f89a3dc1f3db authored about 13 years ago by Martin Renold <[email protected]>
update Indonesian translation

github.com/mypaint/mypaint - fa53f5886c140c495417539e8b62ac7e3031d436 authored about 13 years ago by Tumagonx <[email protected]>
fix unittest

My previous commit did change the stroke of the testing brush
used for performance measurement. ...

github.com/mypaint/mypaint - b23524bf4a451a54e3de68b7296c4aae09e97373 authored about 13 years ago by Martin Renold <[email protected]>
brushlib: fix bug with smudge_length=0

For brushes with smudge_length=0 (eg. in Ramon's concept art brushset)
smudging was broken by my...

github.com/mypaint/libmypaint - dd324d1705678c158fc3257ccbc8fbe4f53d0050 authored about 13 years ago by Martin Renold <[email protected]>
brushlib: fix bug with smudge_length=0

For brushes with smudge_length=0 (eg. in Ramon's concept art brushset)
smudging was broken by my...

github.com/mypaint/mypaint - 325fcf93a14b84254d46974e5607f8c3911affa3 authored about 13 years ago by Martin Renold <[email protected]>
update README about icon path

According to:
http://forum.intilinux.com/mypaint-development-and-suggestions/icons-problem-with-...

github.com/mypaint/mypaint - 18dcf948a875fa6e5a0c745ff4848ba3f27c02d5 authored about 13 years ago by Martin Renold <[email protected]>
add back original v0.6.0 "wash" colorchanger

The one without the horizontal/vertical stripes.

github.com/mypaint/mypaint - 2490c30005d44125366a31461b4d347a6accea62 authored about 13 years ago by Martin Renold <[email protected]>
add back previous color changer

Rename current color changer to "crossed bowl".
Add back previous color changer under the name "...

github.com/mypaint/mypaint - 11cee6aad391684e20c61f1b92c63809efa0818d authored about 13 years ago by Martin Renold <[email protected]>
optimization for watercolor/smudge brushes

Watercolor/smudge brushes will profit from this, reducing the number
of get_color() calls. The p...

github.com/mypaint/libmypaint - 874f9b88824c6bda9d45cd2bb7a5bd6111fcc677 authored about 13 years ago by Martin Renold <[email protected]>
optimization for watercolor/smudge brushes

Watercolor/smudge brushes will profit from this, reducing the number
of get_color() calls. The p...

github.com/mypaint/mypaint - 5dd46ce274a7d3f9c59c14e84f0ab3b6ed16122e authored about 13 years ago by Martin Renold <[email protected]>
fix unittests

related to layer.save_as_png() changes

github.com/mypaint/mypaint - d5eb25a8bee92814fd1dfece6a5e83b414bb51d1 authored about 13 years ago by Martin Renold <[email protected]>
brushes: fix pixel brushes

disable anti-aliasing for pixel brushes

github.com/mypaint/mypaint - 7a3eadb879a80d02c26874dc278284f72566f36e authored about 13 years ago by Martin Renold <[email protected]>
brushlib basic anti-aliasing

Automatically adjust the dab hardness to prevent aliasing.

Most current ink brushes use a low h...

github.com/mypaint/libmypaint - 97a467b9da675236561e3547a68078369412788b authored about 13 years ago by Martin Renold <[email protected]>
brushlib basic anti-aliasing

Automatically adjust the dab hardness to prevent aliasing.

Most current ink brushes use a low h...

github.com/mypaint/mypaint - 9dfe45b415235827af9e18eb9dc47dfe550892ef authored about 13 years ago by Martin Renold <[email protected]>