IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27068


Ignore:
Timestamp:
Feb 24, 2010, 3:18:17 PM (16 years ago)
Author:
Paul Price
Message:

And another.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageBackground.c

    r27067 r27068  
    5353        for (int x = 0; x < nx; x++) {
    5454            if (!isfinite(image->data.F32[y][x]) ||
    55                 (mask && mask->data.PS_TYPE_IMAGE_MASK_DATA[iy][ix] & maskValue)) {
     55                (mask && mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] & maskValue)) {
    5656                bad->data.U8[y][x] = 0xFF;
    5757            }
Note: See TracChangeset for help on using the changeset viewer.