IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 3, 2005, 4:34:58 PM (22 years ago)
Author:
desonia
Message:

added tests for psRegion functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageErrors.dat

    r2093 r2879  
    1313psImage_IMAGE_TYPE_UNSUPPORTED         Specified psImage type, %s, is not supported.
    1414psImage_INTERPOLATE_METHOD_INVALID     Specified interpolation method (%d) is not supported.
     15psImage_REGION_NULL                    Specified psRegion is NULL.  Operation could not be performed.
    1516psImage_SUBSET_RANGE_INVALID           Specified subset range, [%d:%d,%d:%d], is invalid or outside input psImage's boundaries, [0:%d,0:%d].
    1617psImage_SUBSET_RANGE_MALFORMED         Specified subset range, [%d:%d,%d:%d], is invalid.  Ranges must be incremental.
     
    6768psImageManip_OPERATION_NULL            Operation can not be NULL.
    6869psImageManip_OVERLAY_TYPE_MISMATCH     Input overlay psImage type, %s, must match input psImage type, %s.
    69 psImageManip_CLIP_VALUE_INVALID        Specified %s value, %g%+gi, is not the the range of input psImage's valid pixel values (%s), i.e. [%g:%g]. 
     70psImageManip_CLIP_VALUE_INVALID        Specified %s value, %g%+gi, is not the the range of input psImage's valid pixel values (%s), i.e. [%g:%g].
    7071psImageManip_OVERLAY_OPERATOR_INVALID  Specified operation, '%s', is not supported.
    7172psImageManip_SCALE_NOT_POSITIVE        Specified scale value, %d, must be a positive value.
     
    7677psImageConvolve_FFT_FAILED             Failed to perform a fourier transform of input image.
    7778psImageConvolve_KERNEL_FFT_FAILED      Failed to perform a fourier transform of kernel.
    78 psImageConvolve_KERNEL_TOO_LARGE       Specified psKernel size, %dx%d, can not be larger than input psImage size, %dx%d. 
    79 psImage_COEFF_NULL                     Polynomial coefficients cannot be NULL. 
     79psImageConvolve_KERNEL_TOO_LARGE       Specified psKernel size, %dx%d, can not be larger than input psImage size, %dx%d.
     80psImage_COEFF_NULL                     Polynomial coefficients cannot be NULL.
Note: See TracChangeset for help on using the changeset viewer.