IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#329 closed defect (fixed)

psImageTransform does not specify which interpolation mode to use

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

Description

The SDRS description strongly infers that psImagePixelInterpolate is used to
determine the output pixel values from the input image, but the exact
interpolation mode is not specified.

Shall I just use a fixed mode like bilinear, or shall this be an additional input?

-rdd

Change History (1)

comment:1 by Paul Price, 21 years ago

Resolution: fixed
Status: newclosed

This is fixed in the next version of the psLib SDRS:

psImage *psImageTransform(psImage *output, psPixels blankPixels, const psImage
*input,

const psImage *inputMask, int inputMaskVal, const

psPlaneTransform *outToIn,

const psRegion *region, const psPixels *pixels, psImageInterpolateMode mode,
double exposedValue);

Note: See TracTickets for help on using tickets.