Andrew Chadwick
Andrew Chadwick
A few minor fixes and user hints to make setup for syncing to transiently mounted USB devices with funny mountpoint names just a little smoother. FAT filesystems are pretty much...
Currently, Styrene uses a bunch of methods in `styrene.bundle.NativeBundle` to do this. Making each class of distributable output file a module that operates on a bundle tree is better: we...
Migrated from Gna! [bug 21650](https://gna.org/bugs/?21650#postcomment): > MyPaint can load 16 bit per channel OpenRaster files, but can only save 8 bit per channel OpenRaster; inspecting files saved by MyPaint reveals...
Migrated here from [Gna! bug 19207](https://gna.org/bugs/index.php?19207) because this is such a frequently requested feature. > Okay, this is a slightly obvious, yet slightly important one: > Sometimes, an artist may...
MyPaint is growing a lot, and there are several feature requests which would be best implemented as plugins: #122, #67, #152, #167 for example. It's an idea I've toyed around...
It would be really nice if we could have a built-in tutorial like Inkscape's `Help → Tutorials → Inkscape: Basic`. We have a lot less to explain, but should at...
Masks are stored very inefficiently: they're RGBA internally, but only their alpha matters. Let's investigate reducing their impact: - Represent as a distinct layer class internally. - only permit Destination-In...
Migrated from Gna [bug 19537](https://gna.org/bugs/?19537). Long story short, MyPaint should write colour profiles other than an assumed sRGB via embedded ICC profles when saving PNG or JPEG data, or PNG...
Split from Maxy's comment on [Gna! bug 20697](https://gna.org/bugs/index.php?20697): > [...] but especially for favourites, right-click might be more efficient anyway. > -- [Martin Renold (martinxyz)](https://gna.org/users/martinxyz) Personally I'm thinking in terms...
Currently the scraps prefix setting is a single string like ``` ~/MyPaint/scraps ``` that encodes the prefix for eventual scrap files like ``` /home/username/MyPaint/scraps020_a.ora ``` The single string nature of...