Opened 21 years ago
Closed 21 years ago
#646 closed defect (fixed)
psBinaryOp example is confusing/unclear
| Reported by: | bswift | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
.
Note:
See TracTickets
for help on using tickets.

Fixed:
psImage *A, *B;
A = someCoolImage(); Initialise A
B = psBinaryOp (NULL, A, "", psScalarAlloc(2, PS_TYPE_S16));
psUnaryOp(B, B, "sin");