#108 closed defect (fixed)
psImageRotate & psImageShift should have interpolation mode parameter
| Reported by: | 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 , 22 years ago
| Status: | new → assigned |
|---|
comment:3 by , 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 , 22 years ago
| bug_group: | IPP-doc? → PSLib? |
|---|---|
| Component: | PSLib SDRS → math |
| Keywords: | PSLib added; IPP-doc removed |
| op_sys: | Linux → All |
| product: | IPP-doc → PSLib |
| rep_platform: | PC → All |
comment:5 by , 22 years ago
Can you assign this to me so I can make sure that the code is updated properly.

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