Changeset 2879 for trunk/psLib/src/image/psImageErrors.dat
- Timestamp:
- Jan 3, 2005, 4:34:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageErrors.dat (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageErrors.dat
r2093 r2879 13 13 psImage_IMAGE_TYPE_UNSUPPORTED Specified psImage type, %s, is not supported. 14 14 psImage_INTERPOLATE_METHOD_INVALID Specified interpolation method (%d) is not supported. 15 psImage_REGION_NULL Specified psRegion is NULL. Operation could not be performed. 15 16 psImage_SUBSET_RANGE_INVALID Specified subset range, [%d:%d,%d:%d], is invalid or outside input psImage's boundaries, [0:%d,0:%d]. 16 17 psImage_SUBSET_RANGE_MALFORMED Specified subset range, [%d:%d,%d:%d], is invalid. Ranges must be incremental. … … 67 68 psImageManip_OPERATION_NULL Operation can not be NULL. 68 69 psImageManip_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]. 70 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]. 70 71 psImageManip_OVERLAY_OPERATOR_INVALID Specified operation, '%s', is not supported. 71 72 psImageManip_SCALE_NOT_POSITIVE Specified scale value, %d, must be a positive value. … … 76 77 psImageConvolve_FFT_FAILED Failed to perform a fourier transform of input image. 77 78 psImageConvolve_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. 79 psImageConvolve_KERNEL_TOO_LARGE Specified psKernel size, %dx%d, can not be larger than input psImage size, %dx%d. 80 psImage_COEFF_NULL Polynomial coefficients cannot be NULL.
Note:
See TracChangeset
for help on using the changeset viewer.
