#147 closed defect (fixed)
psImagePixelInterpolate prototype
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | astro | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The prototype for psImagePixelInterpolate in the SDRS-06 is:
psC64 psImagePixelInterpolate (const psImage *input, float x, float y, psC64
unexposedValue, psImageInterpolateMode mode);
In order for the function to be able to handle complex images, it needs a psC64
unexposedValue and a psC64 return type.
Change History (2)
comment:1 by , 22 years ago
| Status: | new → assigned |
|---|
comment:2 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

done in CVS trunk.
N.b., functions like psImageRotate, etc., don't use psImageInterpolate
directly (it uses private inline functions that are type-specific for
performance reasons), so this change doesn't really effect any other code in
psLib. No changes to the private interpolate functions needed to be made
(complex datatypes already took and returned psC64).