summaryrefslogtreecommitdiff
path: root/src/process
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-22# Fixed: imProcessRemoveByArea inside/outside logic.scuri
2010-01-21Fixed: incomplete initialization of the array in imAnalyzeMeasureArea.scuri
2010-01-08New: function imProcessCompose.scuri
2010-01-07 Included alpha support in all geometric and size operations.scuri
2010-01-06*** empty log message ***scuri
2009-11-20 * Fixed: invalid memory access in imAnalyzeFindRegions when more than ↵scuri
16k regions where found.
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.
2009-09-28Changed: imProcessPrune renamed to imProcessRemoveByArea, and added a new ↵scuri
parameter to select inside or outside the interval.
2009-09-25*** empty log message ***scuri
2009-08-20*** empty log message ***scuri
2008-10-17First commit - moving from LuaForge to SourceForgescuri