Changeset 1864 for trunk/psLib/src/image/psImageErrors.dat
- Timestamp:
- Sep 23, 2004, 8:31:49 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageErrors.dat (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageErrors.dat
r1840 r1864 11 11 psImage_NOT_AN_IMAGE The input psImage must have a PS_DIMEN_IMAGE dimension type. 12 12 psImage_IMAGE_NULL Can not operate on a NULL psImage. 13 psImage_IMAGE_TYPE_UNSUPPORTED Specified psImage type (%s)is not supported.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 15 psImage_SUBSET_RANGE_INVALID Specified subset range, [%d:%d,%d:%d], lies outside psImage's boundaries, [0:%d,0:%d]. … … 62 62 psImageManip_SCALE_NOT_POSITIVE Specified scale value, %d, must be a positive value. 63 63 psImageManip_INTERPOLATION_MODE_UNSUPPORTED Specified interpolation mode, %d, is unsupported. 64 psImageConvolve_SHIFT_NULL Specified shift vectors can not be NULL. 65 psImageConvolve_SHIFT_TYPE_MISMATCH The X-shift vector type, %s, does not match the Y-shift vector type, %s. Types must match. 64 psImageConvolve_SHIFT_NULL Specified shift vectors can not be NULL. 65 psImageConvolve_KERNEL_NULL Specified psKernel can not be NULL. 66 psImageConvolve_SHIFT_TYPE_MISMATCH Input t-, x-, and y-shift vector types (%s/%s/%s) must match. 67 psImageConvolve_FFT_FAILED Failed to perform a fourier transform of input image. 68 psImageConvolve_KERNEL_FFT_FAILED Failed to perform a fourier transform of kernel. 69 psImageConvolve_KERNEL_TOO_LARGE Specified psKernel size, %dx%d, can not be larger than input psImage size, %dx%d.
Note:
See TracChangeset
for help on using the changeset viewer.
