IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#479 closed defect (fixed)

psImageInterpolateMode

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

Description

s6.6.3 p70 has a mistype-
ie.
typedef enum{
...
} psImageInterpolateMode mode;

No reason for an instance to be created here. 'mode' should be removed

Change History (1)

comment:1 by Paul Price, 21 years ago

Resolution: fixed
Status: newclosed

Fixed:

typedef enum {

PS_INTERPOLATE_FLAT,
PS_INTERPOLATE_BILINEAR,
PS_INTERPOLATE_LANCZOS2,
PS_INTERPOLATE_LANCZOS3,
PS_INTERPOLATE_LANCZOS4,
PS_INTERPOLATE_BILINEAR_VARIANCE,
PS_INTERPOLATE_LANCZOS2_VARIANCE,
PS_INTERPOLATE_LANCZOS3_VARIANCE,
PS_INTERPOLATE_LANCZOS4_VARIANCE

} psImageInterpolateMode;

Note: See TracTickets for help on using tickets.