summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorcristy <urban-warrior@git.imagemagick.org>2015-01-22 11:52:01 +0000
committercristy <urban-warrior@git.imagemagick.org>2015-01-22 11:52:01 +0000
commitdef23e5d7331b1a13ed593b6d6aca516da382328 (patch)
tree44f74ac8ba8ca69dde331ee4d755e1c7b36dbb3a /tests
parent3a89fa4ae8254eda5e264fb9d6bfd97ea3022773 (diff)
downloadImageMagick-def23e5d7331b1a13ed593b6d6aca516da382328.tar.gz
Diffstat (limited to 'tests')
-rw-r--r--tests/validate.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/validate.h b/tests/validate.h
index fc3b08ffa..4c4fff04e 100644
--- a/tests/validate.h
+++ b/tests/validate.h
@@ -437,15 +437,15 @@ static const struct ReferenceTypes
reference_types[] =
{
{ TrueColorType, 8 },
- { TrueColorMatteType, 8 },
+ { TrueColorAlphaType, 8 },
{ GrayscaleType, 8 },
- { GrayscaleMatteType, 8 },
+ { GrayscaleAlphaType, 8 },
{ PaletteType, 8 },
- { PaletteMatteType, 8 },
- { PaletteBilevelMatteType, 8 },
+ { PaletteAlphaType, 8 },
+ { PaletteBilevelAlphaType, 8 },
{ BilevelType, 1 },
{ ColorSeparationType, 8 },
- { ColorSeparationMatteType, 8 },
+ { ColorSeparationAlphaType, 8 },
{ TrueColorType, 10 },
{ TrueColorType, 12 },
{ TrueColorType, 16 },