]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/cache-private.h
(no commit message)
[imagemagick] / MagickCore / cache-private.h
index 5906035ef165da77e34de21bedef758d088ccab6..e76cd6688bd0f06124950f047b2eabdb4edb726a 100644 (file)
@@ -1,12 +1,12 @@
 /*
   Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
-  
+
   You may not use this file except in compliance with the License.
   obtain a copy of the License at
-  
+
     http://www.imagemagick.org/script/license.php
-  
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -118,9 +118,16 @@ typedef struct _CacheInfo
   ColorspaceType
     colorspace;
 
+  MagickBooleanType
+    matte;
+
+  size_t
+    columns,
+    rows;
+
   size_t
     metacontent_extent,
-    pixel_channels;
+    number_channels;
 
   CacheType
     type;
@@ -131,10 +138,6 @@ typedef struct _CacheInfo
   MagickBooleanType
     mapped;
 
-  size_t
-    columns,
-    rows;
-
   MagickOffsetType
     offset;