Archives For November 30, 1999

MyPaint 2.0, free open-source raster graphics editor for digital painters, was finally released after more than a year of development.

MyPaint 2.0 is a new major release that features a new layer mode and uses linear compositing by default.

  • Linear compositing and spectral blending (pigment).
  • Full Python3 support
  • Layer views.
  • Brush strokes dependent on view rotation and view zoom.
  • Additional symmetry modes: vertical, vertical+horizontal, rotational, snowflake.
  • Expanded flood fill functionality: offset, feather, gap detection and more.
  • New brush settings: offsets, gridmap, additional smudge settings, posterize, pigment.
  • New brush inputs: barrel rotation, base radius, zoom level, gridmap x/y, direction 360, attack angle.

How to Install MyPaint 2.0 in Ubuntu:

So far, there’s only .appimage available in the Github releases page. Go to the following link, scroll down, and select download the ‘MyPaint-v2.0.0.AppImage‘ package.:

Download MyPaint [.Appimage]

Then right-click on the .appimage file, go to Properties -> Permissions, and finally make it executable by checking the box says ‘Allow executing file as program’.

Finally run the .appimage file from its context menu to launch MyPaint and enjoy!

How to Install MyPaint in Ubuntu 18.10 Cosmic

Last updated: January 29, 2019

Due to conflict between their dependencies, digital painter MyPaint can’t be installed if GIMP is already exist in Ubuntu 18.10.

In Ubuntu 18.10 universe repository, the GIMP package requires libmypaint-common library for mypaint brush, that conflicts with mypaint-data package required by MyPaint digital painting software.

For those who need both GIMP and MyPaint, install GIMP from otto06217’s PPA will solve the dependency conflict.

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

Type your user password (no asterisks feedback) for sudo prompts and hit Enter to continue.

2. Then either upgrade GIMP via Software Updater:

Or run command in terminal to install GIMP from the PPA:

sudo apt install gimp libmypaint

3. Finally install MyPaint via command:

sudo apt install mypaint mypaint-data

That’s it. Enjoy!

mypaint-icon

Open source painting and drawing software, MyPaint, sees a new stable release after a long time of development.

The developer announced the release of MyPaint 1.2.0 yesterday, along with Ubuntu binaries available in PPA for Ubuntu 16.04, Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04, and their derivatives. MyPaint 1.2.0 features:

  • New intuitive Inking tool for smooth strokes.
  • New Flood Fill tool.
  • Automated backups of your working docs, with recovery on startup.
  • Improved symmetry-setting and frame-setting modes.
  • New workspace UI: two sidebars, with dockable tabbed panels.
  • Smoother scrolling and panning.
  • New brush pack.
  • New brush and color history panel.
  • New layer trimming command in frame options.
  • Added layer groups.
  • New layer modes: several masking modes added.
  • Add display filters: greyscale, simulate dichromacy for trichromats.
  • New color wheel options: Red/Yellow/Blue, Red-Green/Blue-Yellow.
  • Uses dark theme variant by default.
  • Clearer icons, prettier freehand cursors.
  • Device prefs allow glitchy devices to be restricted.
  • Eraser mode no longer changes the size of the brush.
  • New vector layers, editable in an external app (Inkscape recommended).
  • New fallback layer types: non-PNG image, data.
  • More kinds of images now work as backgrounds.
  • Improved Windows support
  • Ported to GTK3.
  • Accelerator map editor has moved to preferences.
  • Many other bugfixes, translations, and code quality improvements.

How to Install MyPaint 1.2.0 in Ubuntu:

1. Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, paste below command and hit run:

sudo add-apt-repository ppa:achadwick/mypaint-testing

It will add the developer’s PPA after you typing password (no visual feedback so just type in mind) when it asks, and hitting Enter to continue.

mypaint-ppa

2. Launch Software Updater if you have a previous release installed. After checking for updates, upgrade MyPaint by installing the available updates.

upgrade-mypaint

Or install the software via either Software Center, or commands below:

sudo apt-get update

sudo apt-get install mypaint mypaint-data-extras

3. (Optional), for any reason you want to remove the software, remove PPA by launching Software & Updates and navigate to Other Software tab, and uninstall MyPaint via Software Center.