News

Image Processing Basics with NumPy Getting Started with Images in Python An image consists of a rectangular array of pixels where each one is assigned a colour. For example, here is an image with 9 ...
This project aims to develop software capable of converting any type of images into special YIQ image files (for now using a custom file structure). YIQ files are interesting when it comes to ...
Image Matrix Transformations If A is a 3 × 3 matrix then we can apply a linear transformation to each rgb vector via matrix multiplication, where [r, g, b] are the original values and [r ′, g ′, b ′] ...
Python-Palette-Swap Python script that replaces colors in an image to the closest color in a custom palette via Pythagorean theorem on RGB color space.