#49 closed defect (fixed)
psImageClipNaN is valid for non-float?
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
the psImageClipNaN description states it is valid for psU8, psU16, psS8, and
psS16. The problem is is that there is no concept of NaN or Inf for integer
datatypes.
I assume that was a mistake and only floating-point pixel values are valid for
this function, oui?
Note:
See TracTickets
for help on using tickets.

this function should only be defined for psF32/psF64/psC32 types.