﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
382	psImage and psVector utility functions	eugene	robert.desonia@…	"I added some utility functions to psImage and psVector:

psF64 p_psImageGetElementF64(psImage* image,
			     int col,
			     int row)

(modeled on p_psVectorGetElementF64)

bool p_psVectorPrint (FILE *f, psVector *a, char *name) {
bool p_psImagePrint (FILE *f, psImage *a, char *name) {

the latter two are useful for tracing.  I am attaching the code"	enhancement	closed	high		imageops	0.5.0	minor	fixed		
