[prev in list] [next in list] [prev in thread] [next in thread] 

List:       graphicsmagick-commit
Subject:    [GM-commit] GraphicsMagick: Add some corrupt image warning messages.
From:       GraphicsMagick Commits <graphicsmagick-commit () lists ! sourceforge ! net>
Date:       2017-01-01 19:05:40
Message-ID: hg.25a63233823c.1483297540.2950750188400161634 () src ! simplesystems ! org
[Download RAW message or body]

changeset 25a63233823c in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=25a63233823c
summary: Add some corrupt image warning messages.

diffstat:

 locale/C.mgk          |     6 +
 magick/gm_messages.mc |    12 +
 magick/locale_c.h     |  1666 ++++++++++++++++++++++++------------------------
 3 files changed, 854 insertions(+), 830 deletions(-)

diffs (truncated from 1757 to 500 lines):

diff -r 87b12cc4ed35 -r 25a63233823c locale/C.mgk
--- a/locale/C.mgk	Sat Dec 31 17:54:33 2016 -0600
+++ b/locale/C.mgk	Sun Jan 01 13:05:36 2017 -0600
@@ -522,12 +522,18 @@
         <Message name="ImproperImageHeader">
           Improper image header
         </Message>
+        <Message name="InvalidColormapIndex">
+          Invalid colormap index
+        </Message>
         <Message name="NegativeOrZeroImageSize">
           Negative or zero image size
         </Message>
         <Message name="NonOS2HeaderSizeError">
           Non OS2 header size error
         </Message>
+        <Message name="CorruptImage">
+          Corrupt image (some data returned)
+        </Message>
         <Message name="StaticPlanesValueNotEqualToOne">
           Static planes value not equal to one
         </Message>
diff -r 87b12cc4ed35 -r 25a63233823c magick/gm_messages.mc
--- a/magick/gm_messages.mc	Sat Dec 31 17:54:33 2016 -0600
+++ b/magick/gm_messages.mc	Sun Jan 01 13:05:36 2017 -0600
@@ -965,12 +965,24 @@
 .
 
 MessageId       = +1
+SymbolicName    = ImageWarningCorruptImage
+Language        = English
+Corrupt image (some data returned)
+.
+
+MessageId       = +1
 SymbolicName    = ImageWarningImproperImageHeader
 Language        = English
 Improper image header
 .
 
 MessageId       = +1
+SymbolicName    = ImageWarningInvalidColormapIndex
+Language        = English
+Invalid colormap index
+.
+
+MessageId       = +1
 SymbolicName    = ImageWarningLengthAndFilesizeDoNotMatch
 Language        = English
 Length and filesize do not match
diff -r 87b12cc4ed35 -r 25a63233823c magick/locale_c.h
--- a/magick/locale_c.h	Sat Dec 31 17:54:33 2016 -0600
+++ b/magick/locale_c.h	Sun Jan 01 13:05:36 2017 -0600
@@ -3,7 +3,7 @@
 
 extern MagickExport const char *GetLocaleMessageFromID(const int);
 
-#define MAX_LOCALE_MSGS 555
+#define MAX_LOCALE_MSGS 557
 
 #define MGK_BlobErrorUnableToCreateBlob 1
 #define MGK_BlobErrorUnableToObtainOffset 2
@@ -165,401 +165,403 @@
 #define MGK_CorruptImageErrorUnsupportedNumberOfPlanes 158
 #define MGK_CorruptImageFatalErrorUnableToPersistKey 159
 #define MGK_CorruptImageWarningCompressionNotValid 160
-#define MGK_CorruptImageWarningImproperImageHeader 161
-#define MGK_CorruptImageWarningLengthAndFilesizeDoNotMatch 162
-#define MGK_CorruptImageWarningNegativeOrZeroImageSize 163
-#define MGK_CorruptImageWarningNonOS2HeaderSizeError 164
-#define MGK_CorruptImageWarningSkipToSyncByte 165
-#define MGK_CorruptImageWarningStaticPlanesValueNotEqualToOne 166
-#define MGK_CorruptImageWarningUnrecognizedBitsPerPixel 167
-#define MGK_CorruptImageWarningUnrecognizedImageCompression 168
-#define MGK_DelegateErrorDelegateFailed 169
-#define MGK_DelegateErrorFailedToAllocateArgumentList 170
-#define MGK_DelegateErrorFailedToAllocateGhostscriptInterpreter 171
-#define MGK_DelegateErrorFailedToComputeOutputSize 172
-#define MGK_DelegateErrorFailedToFindGhostscript 173
-#define MGK_DelegateErrorFailedToRenderFile 174
-#define MGK_DelegateErrorFailedToScanFile 175
-#define MGK_DelegateErrorNoTagFound 176
-#define MGK_DelegateErrorPostscriptDelegateFailed 177
-#define MGK_DelegateErrorUnableToCreateImage 178
-#define MGK_DelegateErrorUnableToCreateImageComponent 179
-#define MGK_DelegateErrorUnableToDecodeImageFile 180
-#define MGK_DelegateErrorUnableToEncodeImageFile 181
-#define MGK_DelegateErrorUnableToInitializeFPXLibrary 182
-#define MGK_DelegateErrorUnableToInitializeWMFLibrary 183
-#define MGK_DelegateErrorUnableToManageJP2Stream 184
-#define MGK_DelegateErrorUnableToWriteSVGFormat 185
-#define MGK_DelegateErrorWebPABIMismatch 186
-#define MGK_DelegateFatalErrorDefault 187
-#define MGK_DelegateWarningDefault 188
-#define MGK_DrawErrorAlreadyPushingPatternDefinition 189
-#define MGK_DrawErrorDrawingRecursionDetected 190
-#define MGK_DrawErrorFloatValueConversionError 191
-#define MGK_DrawErrorIntegerValueConversionError 192
-#define MGK_DrawErrorInvalidPrimitiveArgument 193
-#define MGK_DrawErrorNonconformingDrawingPrimitiveDefinition 194
-#define MGK_DrawErrorPrimitiveArithmeticOverflow 195
-#define MGK_DrawErrorTooManyCoordinates 196
-#define MGK_DrawErrorUnableToPrint 197
-#define MGK_DrawErrorUnbalancedGraphicContextPushPop 198
-#define MGK_DrawErrorUnreasonableGradientSize 199
-#define MGK_DrawErrorVectorPathTruncated 200
-#define MGK_DrawFatalErrorDefault 201
-#define MGK_DrawWarningNotARelativeURL 202
-#define MGK_DrawWarningNotCurrentlyPushingPatternDefinition 203
-#define MGK_DrawWarningURLNotFound 204
-#define MGK_FileOpenErrorUnableToCreateTemporaryFile 205
-#define MGK_FileOpenErrorUnableToOpenFile 206
-#define MGK_FileOpenErrorUnableToWriteFile 207
-#define MGK_FileOpenFatalErrorDefault 208
-#define MGK_FileOpenWarningDefault 209
-#define MGK_ImageErrorAngleIsDiscontinuous 210
-#define MGK_ImageErrorColorspaceColorProfileMismatch 211
-#define MGK_ImageErrorImageColorspaceDiffers 212
-#define MGK_ImageErrorImageColorspaceMismatch 213
-#define MGK_ImageErrorImageDifferenceExceedsLimit 214
-#define MGK_ImageErrorImageDoesNotContainResolution 215
-#define MGK_ImageErrorImageOpacityDiffers 216
-#define MGK_ImageErrorImageSequenceIsRequired 217
-#define MGK_ImageErrorImageSizeDiffers 218
-#define MGK_ImageErrorInvalidColormapIndex 219
-#define MGK_ImageErrorLeftAndRightImageSizesDiffer 220
-#define MGK_ImageErrorNoImagesWereFound 221
-#define MGK_ImageErrorNoImagesWereLoaded 222
-#define MGK_ImageErrorNoLocaleImageAttribute 223
-#define MGK_ImageErrorTooManyClusters 224
-#define MGK_ImageErrorUnableToAppendImage 225
-#define MGK_ImageErrorUnableToAssignProfile 226
-#define MGK_ImageErrorUnableToAverageImage 227
-#define MGK_ImageErrorUnableToCoalesceImage 228
-#define MGK_ImageErrorUnableToCompareImages 229
-#define MGK_ImageErrorUnableToCreateImageMosaic 230
-#define MGK_ImageErrorUnableToCreateStereoImage 231
-#define MGK_ImageErrorUnableToDeconstructImageSequence 232
-#define MGK_ImageErrorUnableToFlattenImage 233
-#define MGK_ImageErrorUnableToGetClipMask 234
-#define MGK_ImageErrorUnableToHandleImageChannel 235
-#define MGK_ImageErrorUnableToResizeImage 236
-#define MGK_ImageErrorUnableToSegmentImage 237
-#define MGK_ImageErrorUnableToSetClipMask 238
-#define MGK_ImageErrorUnableToShearImage 239
-#define MGK_ImageErrorWidthOrHeightExceedsLimit 240
-#define MGK_ImageFatalErrorUnableToPersistKey 241
-#define MGK_ImageWarningDefault 242
-#define MGK_MissingDelegateErrorDPSLibraryIsNotAvailable 243
-#define MGK_MissingDelegateErrorFPXLibraryIsNotAvailable 244
-#define MGK_MissingDelegateErrorFreeTypeLibraryIsNotAvailable 245
-#define MGK_MissingDelegateErrorJPEGLibraryIsNotAvailable 246
-#define MGK_MissingDelegateErrorLCMSLibraryIsNotAvailable 247
-#define MGK_MissingDelegateErrorLZWEncodingNotEnabled 248
-#define MGK_MissingDelegateErrorNoDecodeDelegateForThisImageFormat 249
-#define MGK_MissingDelegateErrorNoEncodeDelegateForThisImageFormat 250
-#define MGK_MissingDelegateErrorTIFFLibraryIsNotAvailable 251
-#define MGK_MissingDelegateErrorXMLLibraryIsNotAvailable 252
-#define MGK_MissingDelegateErrorXWindowLibraryIsNotAvailable 253
-#define MGK_MissingDelegateErrorZipLibraryIsNotAvailable 254
-#define MGK_MissingDelegateFatalErrorDefault 255
-#define MGK_MissingDelegateWarningDefault 256
-#define MGK_ModuleErrorFailedToCloseModule 257
-#define MGK_ModuleErrorFailedToFindSymbol 258
-#define MGK_ModuleErrorUnableToLoadModule 259
-#define MGK_ModuleErrorUnableToRegisterImageFormat 260
-#define MGK_ModuleErrorUnrecognizedModule 261
-#define MGK_ModuleFatalErrorUnableToInitializeModuleLoader 262
-#define MGK_ModuleWarningDefault 263
-#define MGK_MonitorErrorDefault 264
-#define MGK_MonitorFatalErrorDefault 265
-#define MGK_MonitorFatalErrorUserRequestedTerminationBySignal 266
-#define MGK_MonitorWarningDefault 267
-#define MGK_OptionErrorBevelWidthIsNegative 268
-#define MGK_OptionErrorColorSeparatedImageRequired 269
-#define MGK_OptionErrorFrameIsLessThanImageSize 270
-#define MGK_OptionErrorGeometryDimensionsAreZero 271
-#define MGK_OptionErrorGeometryDoesNotContainImage 272
-#define MGK_OptionErrorHaldClutImageDimensionsInvalid 273
-#define MGK_OptionErrorImagesAreNotTheSameSize 274
-#define MGK_OptionErrorImageSizeMustExceedBevelWidth 275
-#define MGK_OptionErrorImageSmallerThanKernelWidth 276
-#define MGK_OptionErrorImageSmallerThanRadius 277
-#define MGK_OptionErrorImageWidthsOrHeightsDiffer 278
-#define MGK_OptionErrorInputImagesAlreadySpecified 279
-#define MGK_OptionErrorInvalidSubimageSpecification 280
-#define MGK_OptionErrorKernelRadiusIsTooSmall 281
-#define MGK_OptionErrorKernelWidthMustBeAnOddNumber 282
-#define MGK_OptionErrorMatrixIsNotSquare 283
-#define MGK_OptionErrorMatrixOrderOutOfRange 284
-#define MGK_OptionErrorMissingAnImageFilename 285
-#define MGK_OptionErrorMissingArgument 286
-#define MGK_OptionErrorMustSpecifyAnImageName 287
-#define MGK_OptionErrorMustSpecifyImageSize 288
-#define MGK_OptionErrorNoBlobDefined 289
-#define MGK_OptionErrorNoImagesDefined 290
-#define MGK_OptionErrorNonzeroWidthAndHeightRequired 291
-#define MGK_OptionErrorNoProfileNameWasGiven 292
-#define MGK_OptionErrorNullBlobArgument 293
-#define MGK_OptionErrorReferenceImageRequired 294
-#define MGK_OptionErrorReferenceIsNotMyType 295
-#define MGK_OptionErrorRegionAreaExceedsLimit 296
-#define MGK_OptionErrorRequestDidNotReturnAnImage 297
-#define MGK_OptionErrorSteganoImageRequired 298
-#define MGK_OptionErrorStereoImageRequired 299
-#define MGK_OptionErrorSubimageSpecificationReturnsNoImages 300
-#define MGK_OptionErrorUnableToAddOrRemoveProfile 301
-#define MGK_OptionErrorUnableToAverageImageSequence 302
-#define MGK_OptionErrorUnableToBlurImage 303
-#define MGK_OptionErrorUnableToChopImage 304
-#define MGK_OptionErrorUnableToColorMatrixImage 305
-#define MGK_OptionErrorUnableToConstituteImage 306
-#define MGK_OptionErrorUnableToConvolveImage 307
-#define MGK_OptionErrorUnableToEdgeImage 308
-#define MGK_OptionErrorUnableToEqualizeImage 309
-#define MGK_OptionErrorUnableToFilterImage 310
-#define MGK_OptionErrorUnableToFormatImageMetadata 311
-#define MGK_OptionErrorUnableToFrameImage 312
-#define MGK_OptionErrorUnableToOilPaintImage 313
-#define MGK_OptionErrorUnableToPaintImage 314
-#define MGK_OptionErrorUnableToRaiseImage 315
-#define MGK_OptionErrorUnableToSharpenImage 316
-#define MGK_OptionErrorUnableToThresholdImage 317
-#define MGK_OptionErrorUnableToWaveImage 318
-#define MGK_OptionErrorUnrecognizedAttribute 319
-#define MGK_OptionErrorUnrecognizedChannelType 320
-#define MGK_OptionErrorUnrecognizedColor 321
-#define MGK_OptionErrorUnrecognizedColormapType 322
-#define MGK_OptionErrorUnrecognizedColorspace 323
-#define MGK_OptionErrorUnrecognizedCommand 324
-#define MGK_OptionErrorUnrecognizedComposeOperator 325
-#define MGK_OptionErrorUnrecognizedDisposeMethod 326
-#define MGK_OptionErrorUnrecognizedElement 327
-#define MGK_OptionErrorUnrecognizedEndianType 328
-#define MGK_OptionErrorUnrecognizedGravityType 329
-#define MGK_OptionErrorUnrecognizedHighlightStyle 330
-#define MGK_OptionErrorUnrecognizedImageCompression 331
-#define MGK_OptionErrorUnrecognizedImageFilter 332
-#define MGK_OptionErrorUnrecognizedImageFormat 333
-#define MGK_OptionErrorUnrecognizedImageMode 334
-#define MGK_OptionErrorUnrecognizedImageType 335
-#define MGK_OptionErrorUnrecognizedIntentType 336
-#define MGK_OptionErrorUnrecognizedInterlaceType 337
-#define MGK_OptionErrorUnrecognizedListType 338
-#define MGK_OptionErrorUnrecognizedMetric 339
-#define MGK_OptionErrorUnrecognizedModeType 340
-#define MGK_OptionErrorUnrecognizedNoiseType 341
-#define MGK_OptionErrorUnrecognizedOperator 342
-#define MGK_OptionErrorUnrecognizedOption 343
-#define MGK_OptionErrorUnrecognizedPerlMagickMethod 344
-#define MGK_OptionErrorUnrecognizedPixelMap 345
-#define MGK_OptionErrorUnrecognizedPreviewType 346
-#define MGK_OptionErrorUnrecognizedResourceType 347
-#define MGK_OptionErrorUnrecognizedType 348
-#define MGK_OptionErrorUnrecognizedUnitsType 349
-#define MGK_OptionErrorUnrecognizedVirtualPixelMethod 350
-#define MGK_OptionErrorUnsupportedSamplingFactor 351
-#define MGK_OptionErrorUsageError 352
-#define MGK_OptionFatalErrorInvalidColorspaceType 353
-#define MGK_OptionFatalErrorInvalidEndianType 354
-#define MGK_OptionFatalErrorInvalidImageType 355
-#define MGK_OptionFatalErrorInvalidInterlaceType 356
-#define MGK_OptionFatalErrorMissingAnImageFilename 357
-#define MGK_OptionFatalErrorMissingArgument 358
-#define MGK_OptionFatalErrorNoImagesWereLoaded 359
-#define MGK_OptionFatalErrorOptionLengthExceedsLimit 360
-#define MGK_OptionFatalErrorRequestDidNotReturnAnImage 361
-#define MGK_OptionFatalErrorUnableToOpenXServer 362
-#define MGK_OptionFatalErrorUnableToPersistKey 363
-#define MGK_OptionFatalErrorUnrecognizedColormapType 364
-#define MGK_OptionFatalErrorUnrecognizedColorspaceType 365
-#define MGK_OptionFatalErrorUnrecognizedDisposeMethod 366
-#define MGK_OptionFatalErrorUnrecognizedEndianType 367
-#define MGK_OptionFatalErrorUnrecognizedFilterType 368
-#define MGK_OptionFatalErrorUnrecognizedImageCompressionType 369
-#define MGK_OptionFatalErrorUnrecognizedImageType 370
-#define MGK_OptionFatalErrorUnrecognizedInterlaceType 371
-#define MGK_OptionFatalErrorUnrecognizedOption 372
-#define MGK_OptionFatalErrorUnrecognizedResourceType 373
-#define MGK_OptionFatalErrorUnrecognizedVirtualPixelMethod 374
-#define MGK_OptionWarningUnrecognizedColor 375
-#define MGK_RegistryErrorImageExpected 376
-#define MGK_RegistryErrorImageInfoExpected 377
-#define MGK_RegistryErrorStructureSizeMismatch 378
-#define MGK_RegistryErrorUnableToGetRegistryID 379
-#define MGK_RegistryErrorUnableToLocateImage 380
-#define MGK_RegistryErrorUnableToSetRegistry 381
-#define MGK_RegistryFatalErrorDefault 382
-#define MGK_RegistryWarningDefault 383
-#define MGK_ResourceLimitErrorCacheResourcesExhausted 384
-#define MGK_ResourceLimitErrorImagePixelHeightLimitExceeded 385
-#define MGK_ResourceLimitErrorImagePixelLimitExceeded 386
-#define MGK_ResourceLimitErrorImagePixelWidthLimitExceeded 387
-#define MGK_ResourceLimitErrorMemoryAllocationFailed 388
-#define MGK_ResourceLimitErrorNoPixelsDefinedInCache 389
-#define MGK_ResourceLimitErrorPixelCacheAllocationFailed 390
-#define MGK_ResourceLimitErrorUnableToAddColorProfile 391
-#define MGK_ResourceLimitErrorUnableToAddGenericProfile 392
-#define MGK_ResourceLimitErrorUnableToAddIPTCProfile 393
-#define MGK_ResourceLimitErrorUnableToAllocateCoefficients 394
-#define MGK_ResourceLimitErrorUnableToAllocateColormap 395
-#define MGK_ResourceLimitErrorUnableToAllocateICCProfile 396
-#define MGK_ResourceLimitErrorUnableToAllocateImage 397
-#define MGK_ResourceLimitErrorUnableToAllocateString 398
-#define MGK_ResourceLimitErrorUnableToAnnotateImage 399
-#define MGK_ResourceLimitErrorUnableToAverageImageSequence 400
-#define MGK_ResourceLimitErrorUnableToCloneDrawingWand 401
-#define MGK_ResourceLimitErrorUnableToCloneImage 402
-#define MGK_ResourceLimitErrorUnableToComputeImageSignature 403
-#define MGK_ResourceLimitErrorUnableToConstituteImage 404
-#define MGK_ResourceLimitErrorUnableToConvertFont 405
-#define MGK_ResourceLimitErrorUnableToConvertStringToTokens 406
-#define MGK_ResourceLimitErrorUnableToCreateColormap 407
-#define MGK_ResourceLimitErrorUnableToCreateColorTransform 408
-#define MGK_ResourceLimitErrorUnableToCreateCommandWidget 409
-#define MGK_ResourceLimitErrorUnableToCreateImageGroup 410
-#define MGK_ResourceLimitErrorUnableToCreateImageMontage 411
-#define MGK_ResourceLimitErrorUnableToCreateXWindow 412
-#define MGK_ResourceLimitErrorUnableToCropImage 413
-#define MGK_ResourceLimitErrorUnableToDespeckleImage 414
-#define MGK_ResourceLimitErrorUnableToDetermineImageClass 415
-#define MGK_ResourceLimitErrorUnableToDetermineTheNumberOfImageColors 416
-#define MGK_ResourceLimitErrorUnableToDitherImage 417
-#define MGK_ResourceLimitErrorUnableToDrawOnImage 418
-#define MGK_ResourceLimitErrorUnableToEdgeImage 419
-#define MGK_ResourceLimitErrorUnableToEmbossImage 420
-#define MGK_ResourceLimitErrorUnableToEnhanceImage 421
-#define MGK_ResourceLimitErrorUnableToFloodfillImage 422
-#define MGK_ResourceLimitErrorUnableToGammaCorrectImage 423
-#define MGK_ResourceLimitErrorUnableToGetBestIconSize 424
-#define MGK_ResourceLimitErrorUnableToGetFromRegistry 425
-#define MGK_ResourceLimitErrorUnableToGetPackageInfo 426
-#define MGK_ResourceLimitErrorUnableToLevelImage 427
-#define MGK_ResourceLimitErrorUnableToMagnifyImage 428
-#define MGK_ResourceLimitErrorUnableToManageColor 429
-#define MGK_ResourceLimitErrorUnableToMapImage 430
-#define MGK_ResourceLimitErrorUnableToMapImageSequence 431
-#define MGK_ResourceLimitErrorUnableToMedianFilterImage 432
-#define MGK_ResourceLimitErrorUnableToMotionBlurImage 433
-#define MGK_ResourceLimitErrorUnableToNoiseFilterImage 434
-#define MGK_ResourceLimitErrorUnableToNormalizeImage 435
-#define MGK_ResourceLimitErrorUnableToOpenColorProfile 436
-#define MGK_ResourceLimitErrorUnableToQuantizeImage 437
-#define MGK_ResourceLimitErrorUnableToQuantizeImageSequence 438
-#define MGK_ResourceLimitErrorUnableToReadTextChunk 439
-#define MGK_ResourceLimitErrorUnableToReadXImage 440
-#define MGK_ResourceLimitErrorUnableToReadXServerColormap 441
-#define MGK_ResourceLimitErrorUnableToResizeImage 442
-#define MGK_ResourceLimitErrorUnableToRotateImage 443
-#define MGK_ResourceLimitErrorUnableToSampleImage 444
-#define MGK_ResourceLimitErrorUnableToScaleImage 445
-#define MGK_ResourceLimitErrorUnableToSelectImage 446
-#define MGK_ResourceLimitErrorUnableToSharpenImage 447
-#define MGK_ResourceLimitErrorUnableToShaveImage 448
-#define MGK_ResourceLimitErrorUnableToShearImage 449
-#define MGK_ResourceLimitErrorUnableToSortImageColormap 450
-#define MGK_ResourceLimitErrorUnableToThresholdImage 451
-#define MGK_ResourceLimitErrorUnableToTransformColorspace 452
-#define MGK_ResourceLimitFatalErrorMemoryAllocationFailed 453
-#define MGK_ResourceLimitFatalErrorSemaporeOperationFailed 454
-#define MGK_ResourceLimitFatalErrorUnableToAllocateAscii85Info 455
-#define MGK_ResourceLimitFatalErrorUnableToAllocateCacheInfo 456
-#define MGK_ResourceLimitFatalErrorUnableToAllocateCacheView 457
-#define MGK_ResourceLimitFatalErrorUnableToAllocateColorInfo 458
-#define MGK_ResourceLimitFatalErrorUnableToAllocateDashPattern 459
-#define MGK_ResourceLimitFatalErrorUnableToAllocateDelegateInfo 460
-#define MGK_ResourceLimitFatalErrorUnableToAllocateDerivatives 461
-#define MGK_ResourceLimitFatalErrorUnableToAllocateDrawContext 462
-#define MGK_ResourceLimitFatalErrorUnableToAllocateDrawInfo 463
-#define MGK_ResourceLimitFatalErrorUnableToAllocateDrawingWand 464
-#define MGK_ResourceLimitFatalErrorUnableToAllocateGammaMap 465
-#define MGK_ResourceLimitFatalErrorUnableToAllocateImage 466
-#define MGK_ResourceLimitFatalErrorUnableToAllocateImagePixels 467
-#define MGK_ResourceLimitFatalErrorUnableToAllocateLogInfo 468
-#define MGK_ResourceLimitFatalErrorUnableToAllocateMagicInfo 469
-#define MGK_ResourceLimitFatalErrorUnableToAllocateMagickInfo 470
-#define MGK_ResourceLimitFatalErrorUnableToAllocateModuleInfo 471
-#define MGK_ResourceLimitFatalErrorUnableToAllocateMontageInfo 472
-#define MGK_ResourceLimitFatalErrorUnableToAllocateQuantizeInfo 473
-#define MGK_ResourceLimitFatalErrorUnableToAllocateRandomKernel 474
-#define MGK_ResourceLimitFatalErrorUnableToAllocateRegistryInfo 475
-#define MGK_ResourceLimitFatalErrorUnableToAllocateSemaphoreInfo 476
-#define MGK_ResourceLimitFatalErrorUnableToAllocateString 477
-#define MGK_ResourceLimitFatalErrorUnableToAllocateTypeInfo 478
-#define MGK_ResourceLimitFatalErrorUnableToAllocateWand 479
-#define MGK_ResourceLimitFatalErrorUnableToAnimateImageSequence 480
-#define MGK_ResourceLimitFatalErrorUnableToCloneBlobInfo 481
-#define MGK_ResourceLimitFatalErrorUnableToCloneCacheInfo 482
-#define MGK_ResourceLimitFatalErrorUnableToCloneImage 483
-#define MGK_ResourceLimitFatalErrorUnableToCloneImageInfo 484
-#define MGK_ResourceLimitFatalErrorUnableToConcatenateString 485
-#define MGK_ResourceLimitFatalErrorUnableToConvertText 486
-#define MGK_ResourceLimitFatalErrorUnableToCreateColormap 487
-#define MGK_ResourceLimitFatalErrorUnableToDestroySemaphore 488
-#define MGK_ResourceLimitFatalErrorUnableToDisplayImage 489
-#define MGK_ResourceLimitFatalErrorUnableToEscapeString 490
-#define MGK_ResourceLimitFatalErrorUnableToInitializeSemaphore 491
-#define MGK_ResourceLimitFatalErrorUnableToInterpretMSLImage 492
-#define MGK_ResourceLimitFatalErrorUnableToLockSemaphore 493
-#define MGK_ResourceLimitFatalErrorUnableToObtainRandomEntropy 494
-#define MGK_ResourceLimitFatalErrorUnableToUnlockSemaphore 495
-#define MGK_ResourceLimitWarningMemoryAllocationFailed 496
-#define MGK_StreamErrorImageDoesNotContainTheStreamGeometry 497
-#define MGK_StreamErrorNoStreamHandlerIsDefined 498
-#define MGK_StreamErrorPixelCacheIsNotOpen 499
-#define MGK_StreamErrorUnableToAcquirePixelStream 500
-#define MGK_StreamErrorUnableToSetPixelStream 501
-#define MGK_StreamErrorUnableToSyncPixelStream 502
-#define MGK_StreamFatalErrorDefault 503
-#define MGK_StreamWarningDefault 504
-#define MGK_TypeErrorFontSubstitutionRequired 505
-#define MGK_TypeErrorUnableToGetTypeMetrics 506
-#define MGK_TypeErrorUnableToInitializeFreetypeLibrary 507
-#define MGK_TypeErrorUnableToReadFont 508
-#define MGK_TypeErrorUnrecognizedFontEncoding 509
-#define MGK_TypeFatalErrorDefault 510
-#define MGK_TypeWarningDefault 511
-#define MGK_WandErrorInvalidColormapIndex 512
-#define MGK_WandErrorWandAPINotImplemented 513
-#define MGK_WandErrorWandContainsNoImageIndexs 514
-#define MGK_WandErrorWandContainsNoImages 515
-#define MGK_XServerErrorColorIsNotKnownToServer 516
-#define MGK_XServerErrorNoWindowWithSpecifiedIDExists 517
-#define MGK_XServerErrorStandardColormapIsNotInitialized 518
-#define MGK_XServerErrorUnableToConnectToRemoteDisplay 519
-#define MGK_XServerErrorUnableToCreateBitmap 520
-#define MGK_XServerErrorUnableToCreateColormap 521
-#define MGK_XServerErrorUnableToCreatePixmap 522
-#define MGK_XServerErrorUnableToCreateProperty 523
-#define MGK_XServerErrorUnableToCreateStandardColormap 524
-#define MGK_XServerErrorUnableToDisplayImageInfo 525
-#define MGK_XServerErrorUnableToGetProperty 526
-#define MGK_XServerErrorUnableToGetStandardColormap 527
-#define MGK_XServerErrorUnableToGetVisual 528
-#define MGK_XServerErrorUnableToGrabMouse 529
-#define MGK_XServerErrorUnableToLoadFont 530
-#define MGK_XServerErrorUnableToMatchVisualToStandardColormap 531
-#define MGK_XServerErrorUnableToOpenXServer 532
-#define MGK_XServerErrorUnableToReadXAttributes 533
-#define MGK_XServerErrorUnableToReadXWindowImage 534
-#define MGK_XServerErrorUnrecognizedColormapType 535
-#define MGK_XServerErrorUnrecognizedGravityType 536
-#define MGK_XServerErrorUnrecognizedVisualSpecifier 537
-#define MGK_XServerFatalErrorUnableToAllocateXHints 538
-#define MGK_XServerFatalErrorUnableToCreateCursor 539
-#define MGK_XServerFatalErrorUnableToCreateGraphicContext 540
-#define MGK_XServerFatalErrorUnableToCreateStandardColormap 541
-#define MGK_XServerFatalErrorUnableToCreateTextProperty 542
-#define MGK_XServerFatalErrorUnableToCreateXImage 543
-#define MGK_XServerFatalErrorUnableToCreateXPixmap 544
-#define MGK_XServerFatalErrorUnableToCreateXWindow 545
-#define MGK_XServerFatalErrorUnableToDisplayImage 546
-#define MGK_XServerFatalErrorUnableToDitherImage 547
-#define MGK_XServerFatalErrorUnableToGetPixelInfo 548
-#define MGK_XServerFatalErrorUnableToGetVisual 549
-#define MGK_XServerFatalErrorUnableToLoadFont 550
-#define MGK_XServerFatalErrorUnableToMakeXWindow 551
-#define MGK_XServerFatalErrorUnableToOpenXServer 552
-#define MGK_XServerFatalErrorUnableToViewFonts 553
-#define MGK_XServerWarningUnableToGetVisual 554
-#define MGK_XServerWarningUsingDefaultVisual 555
+#define MGK_CorruptImageWarningCorruptImage 161
+#define MGK_CorruptImageWarningImproperImageHeader 162
+#define MGK_CorruptImageWarningInvalidColormapIndex 163
+#define MGK_CorruptImageWarningLengthAndFilesizeDoNotMatch 164
+#define MGK_CorruptImageWarningNegativeOrZeroImageSize 165
+#define MGK_CorruptImageWarningNonOS2HeaderSizeError 166
+#define MGK_CorruptImageWarningSkipToSyncByte 167
+#define MGK_CorruptImageWarningStaticPlanesValueNotEqualToOne 168
+#define MGK_CorruptImageWarningUnrecognizedBitsPerPixel 169
+#define MGK_CorruptImageWarningUnrecognizedImageCompression 170
+#define MGK_DelegateErrorDelegateFailed 171
+#define MGK_DelegateErrorFailedToAllocateArgumentList 172
+#define MGK_DelegateErrorFailedToAllocateGhostscriptInterpreter 173
+#define MGK_DelegateErrorFailedToComputeOutputSize 174
+#define MGK_DelegateErrorFailedToFindGhostscript 175
+#define MGK_DelegateErrorFailedToRenderFile 176
+#define MGK_DelegateErrorFailedToScanFile 177
+#define MGK_DelegateErrorNoTagFound 178
+#define MGK_DelegateErrorPostscriptDelegateFailed 179
+#define MGK_DelegateErrorUnableToCreateImage 180
+#define MGK_DelegateErrorUnableToCreateImageComponent 181
+#define MGK_DelegateErrorUnableToDecodeImageFile 182
+#define MGK_DelegateErrorUnableToEncodeImageFile 183
+#define MGK_DelegateErrorUnableToInitializeFPXLibrary 184
+#define MGK_DelegateErrorUnableToInitializeWMFLibrary 185
+#define MGK_DelegateErrorUnableToManageJP2Stream 186
+#define MGK_DelegateErrorUnableToWriteSVGFormat 187
+#define MGK_DelegateErrorWebPABIMismatch 188
+#define MGK_DelegateFatalErrorDefault 189
+#define MGK_DelegateWarningDefault 190
+#define MGK_DrawErrorAlreadyPushingPatternDefinition 191
+#define MGK_DrawErrorDrawingRecursionDetected 192
+#define MGK_DrawErrorFloatValueConversionError 193
+#define MGK_DrawErrorIntegerValueConversionError 194
+#define MGK_DrawErrorInvalidPrimitiveArgument 195
+#define MGK_DrawErrorNonconformingDrawingPrimitiveDefinition 196
+#define MGK_DrawErrorPrimitiveArithmeticOverflow 197
+#define MGK_DrawErrorTooManyCoordinates 198
+#define MGK_DrawErrorUnableToPrint 199

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Graphicsmagick-commit mailing list
Graphicsmagick-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic