matějさんのプロフィール画像

matějさんのイラストまとめ


artist / tech nerd / 3D / 2D |
IG: matejlou |
he / she / they 🏳‍🌈🏳‍⚧
matejlou.com

フォロー数:1721 フォロワー数:958

Got some nice incidental glitch art for the feed today 😎

1 3

Can't quite put my finger on the aesthetic that this screenshot from my palette triangulator is evoking, but I like it :))

0 1

Some neat accidental glitch art I got while messing around with pixel buffer stuff

0 11

Quickly put together animation support in the form of image sequences. Here's a loosely vaporwave-inspired turnaround with a 8-colour uniform palette and error diffusion :)

0 6

Got custom palettes integrated in the UI using the built-in palette menu in so now you can easily import and edit/create custom swatches to use during quantisation :)

0 4

Same palette, two different approaches to colour mapping. The first is based on the distance to the colour in sRGB space, while the second image attempts to account for perceptual brightness (Luma) between colours. Works great for limited palettes where hue is not that important!

0 2

After some research and lots of tinkering I managed to implement adaptive palette generation in ! The render image has been reduced to 8 colours using the following algorithms:
1) Popularity
2) Median Cut
3) Variance-Based
4) Mean-Split

2 4

Managed to figure out fast pattern dithering with arbitrary palettes :)) It's really fun to experiment with different colour combinations!

1 10

Floyd-Steinberg, Bayer, and Random dithering in with the basics down I might move on to more esoteric dithering algorithms soon :-)

1 7

I've decided to take my post-processing experiments to Python, putting together a little script to explore quantization and dithering. Here are some effects comparing RGB and YUV colour space :0

1 3