]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/cache-private.h
(no commit message)
[imagemagick] / MagickCore / cache-private.h
index 5a2ff6254054b28fac2ddfa9d28c261d313dfcb1..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,6 +118,13 @@ typedef struct _CacheInfo
   ColorspaceType
     colorspace;
 
+  MagickBooleanType
+    matte;
+
+  size_t
+    columns,
+    rows;
+
   size_t
     metacontent_extent,
     number_channels;
@@ -131,10 +138,6 @@ typedef struct _CacheInfo
   MagickBooleanType
     mapped;
 
-  size_t
-    columns,
-    rows;
-
   MagickOffsetType
     offset;