#329 closed defect (fixed)
psImageTransform does not specify which interpolation mode to use
| Reported by: | 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
Note:
See TracTickets
for help on using tickets.

This is fixed in the next version of the psLib SDRS:
psImage *psImageTransform(psImage *output, psPixels blankPixels, const psImage
*input,
psPlaneTransform *outToIn,