IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2006, 5:40:34 PM (20 years ago)
Author:
Paul Price
Message:

Adding check on min,max.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/jpeg/psImageJpeg.c

    r7766 r8913  
    139139    PS_ASSERT_PTR_NON_NULL(filename, false);
    140140    PS_ASSERT_INT_POSITIVE(strlen(filename), false);
     141    PS_ASSERT_FLOAT_REAL(min, false);
     142    PS_ASSERT_FLOAT_REAL(max, false);
    141143
    142144    float zero, scale;
Note: See TracChangeset for help on using the changeset viewer.