﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
331	psImageStats lacks const arguments	Paul Price	robert.desonia@…	"Implementation is:
psStats* psImageStats(
    psStats* stats,                    ///< defines statistics to be calculated
    psImage* in,                       ///< image (or subimage) to calculate stats
    psImage* mask,                     ///< mask data for image (NULL ok)
    psS32 maskVal                        ///< mask Mask for mask
);

Specification is:
psStats *psImageStats(psStats *stats, 
                      const psImage *in,
                      const psImage *mask,
                      unsigned int maskVal);

Use of psImageStats as implemented requires casting away ""const"" (yuk!)."	defect	closed	high		imageops	unspecified	minor	fixed		
