ArtPaint: update to v2.4

Changelog:

* Overhauled the Layers window and handling:
  - improved layout
  - reduced commands to the most useful, moved to main menu
  - added naming layers
  - added transparency slider
  - added blending modes: Normal, Multiply. Divide, Screen,
        Overlay, Hard light, Soft light, Vivid light, Pin light,
        Hard mix, Difference, Exclusion, Color dodge, Linear dodge,
        Color burn, Linear burn, Darken, and Lighten
* Improved Colors window
  - removed YIQ and YUV color modes
  - added CIELAB color mode
  - accept drag'n'dropped colors
  - set/show hex-value of current color
  - removed palette from main window
* Make current tool more obvious in Tools window
* Bufixes and polishing
This commit is contained in:
Humdinger
2022-10-03 17:33:10 +02:00
parent 8b91daffa5
commit 9e7b5b3209

View File

@@ -12,7 +12,7 @@ COPYRIGHT="2003 Heikki Suhonen
LICENSE="MIT"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="4e8c009eb24840fc25eb70f88dee0f40d73e45bf52ea50ec452f9682cb0086fc"
CHECKSUM_SHA256="ff3f35a72f5bf1960a1b96d22652534dedb0a3c3d9971dd504c6cfce0e1b3209"
SOURCE_DIR="ArtPaint-$portVersion"
ARCHITECTURES="all !x86_gcc2"