]> git.sesse.net Git - movit/history - unsharp_mask_effect.cpp
Propagate size correctly across effects that change output size.
[movit] / unsharp_mask_effect.cpp
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-23 Steinar H. GundersonMove to 'using namespace std;' in all .cpp files.
2013-02-02 Steinar H. GundersonRun include-what-you-use over all of movit. Some hand...
2012-10-28 Steinar H. GundersonAdd (safe) asserts around all Effect::set_* return...
2012-10-13 Steinar H. GundersonRemove stray leftover debugging.
2012-10-10 Steinar H. GundersonAdd an unsharp mask effect, to complement the more...