IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#147 closed defect (fixed)

psImagePixelInterpolate prototype

Reported by: Paul Price Owned by: robert.desonia@…
Priority: high Milestone:
Component: astro Version: unspecified
Severity: normal Keywords:
Cc:

Description

The prototype for psImagePixelInterpolate in the SDRS-06 is:

psC64 psImagePixelInterpolate (const psImage *input, float x, float y, psC64
unexposedValue, psImageInterpolateMode mode);

In order for the function to be able to handle complex images, it needs a psC64
unexposedValue and a psC64 return type.

Change History (2)

comment:1 by robert.desonia@…, 22 years ago

Status: newassigned

comment:2 by robert.desonia@…, 22 years ago

Resolution: fixed
Status: assignedclosed

done in CVS trunk.

N.b., functions like psImageRotate, etc., don't use psImageInterpolate
directly (it uses private inline functions that are type-specific for
performance reasons), so this change doesn't really effect any other code in
psLib. No changes to the private interpolate functions needed to be made
(complex datatypes already took and returned psC64).

Note: See TracTickets for help on using tickets.