/Image-Filter

A program that lets you design image filters; includes python scripting to allow user designed filters.

Primary LanguageC#MIT LicenseMIT

Image Filter

This program applies layers of filters to images and lets users program their own filters using python scripts. See the components/c_rgb.py for information about creating python component scripts.

Made with imgui.net for immediate mode gui and xna for rendering.