]> granicus.if.org Git - imagemagick/blobdiff - magick/transform.h
(no commit message)
[imagemagick] / magick / transform.h
index 98d83d7485a35f12852d52b8b72a03488e7198d6..07098aa7e0b6b6b34c93642690b0af7d1db0ba6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization
+  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.
@@ -26,6 +26,7 @@ extern MagickExport Image
   *ChopImage(const Image *,const RectangleInfo *,ExceptionInfo *),
   *ConsolidateCMYKImages(const Image *,ExceptionInfo *),
   *CropImage(const Image *,const RectangleInfo *,ExceptionInfo *),
+  *CropImageToTiles(const Image *,const char *, ExceptionInfo *),
   *ExcerptImage(const Image *,const RectangleInfo *,ExceptionInfo *),
   *ExtentImage(const Image *,const RectangleInfo *,ExceptionInfo *),
   *FlipImage(const Image *,ExceptionInfo *),