Changeset 4421 for trunk/psphot/src/setup.c
- Timestamp:
- Jun 28, 2005, 2:41:45 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/setup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/setup.c
r4375 r4421 43 43 psFree (file); 44 44 } else { 45 psScalar *value;46 45 47 46 noise = psImageAlloc (image->numCols, image->numRows, PS_TYPE_F32); … … 54 53 // XXX EAM it looks like psBinaryOp is broken for (image op scalar) 55 54 # if (0) 55 psScalar *value; 56 56 57 value = psScalarAlloc (1.0 / GAIN, PS_TYPE_F64); 57 58 noise = (psImage *) psBinaryOp (NULL, image, "/", value);
Note:
See TracChangeset
for help on using the changeset viewer.
