ImageFilter

Rich

Well-known member
CX Code Contributor
3rd Party Module Dev
Tutorial Author
3rd Party Tool Dev
Joined
Sep 9, 2017
Messages
451
Here is a module for some image filters I did this weekend..
  • Update to my old code used in PXL64
  • Migration to the built-in HSV model in mojo.color rather than my old HSV implementation
  • Addition of new filters
its all written in native CX, so some will be slower in Debug mode.

Image3.jpg

Filters include
Code:
NEGATIVE
GREYSCALE
STRETCH
BIT
SATURATE
MEAN
GAUSSIAN
EDGE
TOON
REDUCE
BRIGHTNESS
Something like this should be written as Shaders, but I did this as a maths exercise...
maybe ill convert it to shaders later. Shouldnt be too hard.

Code here

Enjoy!
 
Back
Top Bottom