
free-image-mixer
This is a small utility I wrote in 2010 that allows you to play with images by doing interpolation/algebraic operations on images.
Features: * Algebraic on images (functions like sin,cos,+,multiply etc.) * Image interpolation (also channels can be used to interpolate images) * ColorMatrix operations (very basic, can still be improved and optimized) * Easy to use and understand (you have basically Images and channels objects) * Internal buffer recycling (memory pooling and shallow copy where possible). * Quick learning curve * Export into most common formats * Various logo files are included, the text was done using FreeImageMixer+Inkscape * Pimpl idiom to hide implementation details (originally was not opensource), and to speed up compile time by reducing dependencies.
Cons: I stopped developing because no one was interested in this project(or bad "marketing" from my side?), but if you think you want to see some new features and like the project just let me know and I will "revive" the project, Ideas are not missing, but I don't intend to improve something that will not be used. The release is quite stable (used it a lot, always worked correctly), but there is room for a lot of improvements and new features.
The library is provided as source only, compiling it should be straight forward by just including source files into any working irrlicht's projects (wich is well known, easy to use and cross platform 3D engine).
Future: Maybe a decent GUI over an API improvement is needed. Binary release would be nice too (actually I'm not sure if I can produce compatible binaries, since I'm playing with several different compilers with C++11 features).
Alternatives: (i'm filling the list. If I find a simliar project I'll post the link here in future)
Known bugs: none
thanks for your time.
Project Information
The project was created on Mar 15, 2013.
- License: MIT License
- Content License: Creative Commons 3.0 BY-SA
- 1 stars
- svn-based source control
Labels:
Images
mixer
C
color
colormatrix
channel
manipulation
photo