Changeset 21253
- Timestamp:
- Feb 1, 2009, 11:50:58 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMosaicSubimage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMosaicSubimage.c
r19881 r21253 32 32 33 33 psImage *subImage = psImageSubset (inImage, inRegion); 34 if (!subImage) { 35 psErrorClear(); // XXX I think there is an error in psphotVisual that is supplying bad images 36 return false; 37 } 38 34 39 psImage *newImage = psImageAlloc (subImage->numCols, subImage->numRows, PS_TYPE_F32); 35 40 for (int iy = 0; iy < newImage->numRows; iy++) {
Note:
See TracChangeset
for help on using the changeset viewer.
