![]() Registered Member ![]()
|
I was wondering how to intentionally limit my colour palette in Krita so I can draw pixel art like they did in the 90's, and when I need to create more colours (or the illusion of them) that's where ordered dithering comes in
Like this: ![]() And like the left hand example, when Windows 95 was limited to 16 colours but more were created with ordered dithering: ![]() The "Common Workflows" tutorial wasn't helpful and was pretty vague. |
![]() Registered Member ![]()
|
If you want to limit your colour palette then you can use one of the standard colour palettes such as PixelArt 16 or PixelArt 32, available in the Palettes docker. You can make your own custom palette if you really want to or download them from somewhere.
If you have too many colours to start with then Filter -> Artistic -> Posterise may be of use to you. |
![]() Registered Member ![]()
|
If you want only one dither pattern:
New Filter Mask -> Map -> Palettize -> Dither However, the example you show has many patterns, namely every second of the following ones: ![]() To achieve something like that, possible solutions are: 1. We should make a feature request for dithering with several patterns. 2. Write a Krita script or plugin that calls an external program that performs dithering. Here's a draft that works okay, you should install ImageMagick (you can play with its settings in the code below), rename a layer to "fordither" and create the directory "C:\tmp\" and then run the following script in the Krita Scripter:
3. Dithering on the fly upon each change of the undithered image as follows:
|
Registered users: Bing [Bot], Evergrowing, Google [Bot]