#109 closed defect (fixed)
rename psImageResampleMode to psImageInterpolateMode
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
As the enum psImageResampleMode is more logically associated with
psImagePixelInterpolate fundementally, I'd like it renamed to
psImageInterpolateMode and all the enum values be PS_INTERPOLATE_...
typedef enum {
PS_INTERPOLATE_FLAT,
PS_INTERPOLATE_BILINEAR
} psImageInterpolateMode;
Note:
See TracTickets
for help on using tickets.

yep, good point.