Release 0.5.0
✨ Features
- image color channel step customization
introducing a new experimental cli argument--x-color-step-increment <number>
that allows for custom increments
that decide which color channels to take.
For example ``--x-color-step-increment 2` would take the 0, the 2nc, the 4th, the 6th and so on color channel
when iterating over pixels. Note that > 4 is the 2nd pixel, > 8 the 3rd pixel and so on.