summaryrefslogtreecommitdiff
path: root/src/process/im_arithmetic_bin.cpp
AgeCommit message (Collapse)Author
2011-04-12*** empty log message ***scuri
2011-04-05Fixed: imProcessMultipleMean when source images were data type byte.scuri
2010-01-08New: function imProcessCompose.scuri
2009-10-01New: functions imProcessUnsharp and imProcessSharp.scuri
Changed: now imProcessUnArithmeticOp, imProcessArithmeticConstOp and imProcessArithmeticOp willl crop the result to 0-255 if destiny has data type byte. Changed: removed IM_UN_INC operation from imProcessUnArithmeticOp. It was not an unary operation. Can simply be done in place by imProcessArithmeticOp and IM_BIN_ADD.
2008-10-17First commit - moving from LuaForge to SourceForgescuri