IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#108 closed defect (fixed)

psImageRotate & psImageShift should have interpolation mode parameter

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

Description

Since psImageRotate and psImageShift requires the use of
psImagePixelInterpolate, I assume you'd prefer to specify the interpolation mode
via a parameter, oui?

For example, I've currently implemented psImageRotate & psImageShift as:

psImage* psImageRotate(

psImage* out,
const psImage* in,
float angle,
float unexposedValue,
psImageInterpolateMode mode

);

psImage* psImageShift(

psImage* out,
const psImage* in,
float dx,
float dy,
float unexposedValue,
psImageInterpolateMode mode

);

Change History (6)

comment:1 by eugene, 22 years ago

Status: newassigned

yes, sounds good. i'll update the docs.

comment:2 by eugene, 22 years ago

Resolution: fixed
Status: assignedclosed

added to SDRS

comment:3 by Paul Price, 22 years ago

Keywords: VERIFIED added

Note that the SDRS specifies that the unexposedValues are to be psC64, which
differs from that suggested here and implemented in rel2.

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

bug_group: IPP-doc?PSLib?
Component: PSLib SDRSmath
Keywords: PSLib added; IPP-doc removed
op_sys: LinuxAll
product: IPP-docPSLib
rep_platform: PCAll

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

Can you assign this to me so I can make sure that the code is updated properly.

comment:6 by Paul Price, 22 years ago

Keywords: VERIFIED removed

Done: bug #150.

Note: See TracTickets for help on using tickets.