June 14, 2025 #image processing #javascript
June 10, 2025 #image processing #javascript
In this article we'll split images into color components, create a negate filter, and invert individual channels. Finally, we'll manipulate RGB components!

June 09, 2025 #image processing #javascript
In this article, we'll implement flipping and 90°/270° rotations for images. But before doing that, let's explore image pixel data and how to access it in JavaScript.

June 07, 2025 #image processing #javascript
In this introductory article I'll explain how color is encoded in computer graphics, make you work a bit with bits, and show how to manipulate pixels a better way in JavaScript.

April 04, 2025 #productivity
Personally, I like WezTerm for using lua configs instead of boring json/yaml/toml files, and for the powerful and configurable multiplexer. In this post I'll show you how to create a fuzzy project selector that launches a named workspace, splits a window and executes predefined commands.

