From: cristy Date: Fri, 18 Feb 2011 01:10:02 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1630f7f97ff43d37055ce2c0e5a249ebd6af3f97;p=imagemagick --- diff --git a/coders/tiff.c b/coders/tiff.c index f9a3cdcac..ed8961d54 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -829,7 +829,7 @@ static Image *ReadTIFFImage(const ImageInfo *image_info, (void) MagickSetThreadValue(tiff_exception,exception); error_handler=TIFFSetErrorHandler(TIFFErrors); warning_handler=TIFFSetWarningHandler(TIFFWarnings); - tiff=TIFFClientOpen(image->filename,"r",(thandle_t) image,TIFFReadBlob, + tiff=TIFFClientOpen(image->filename,"rb",(thandle_t) image,TIFFReadBlob, TIFFWriteBlob,TIFFSeekBlob,TIFFCloseBlob,TIFFGetBlobSize,TIFFMapBlob, TIFFUnmapBlob); if (tiff == (TIFF *) NULL) diff --git a/images/donate.png b/images/donate.png new file mode 100644 index 000000000..cf5cb4822 Binary files /dev/null and b/images/donate.png differ diff --git a/images/logo-sm-flop.png b/images/logo-sm-flop.png new file mode 100644 index 000000000..f80b94bea Binary files /dev/null and b/images/logo-sm-flop.png differ diff --git a/images/logo-sm-fx.png b/images/logo-sm-fx.png new file mode 100644 index 000000000..385f874b3 Binary files /dev/null and b/images/logo-sm-fx.png differ diff --git a/images/logo-sm.png b/images/logo-sm.png new file mode 100644 index 000000000..cbdbc4ae9 Binary files /dev/null and b/images/logo-sm.png differ diff --git a/www/api/MagickCore/struct__CacheView.html b/www/api/MagickCore/struct__CacheView.html new file mode 100644 index 000000000..f7f3924ba --- /dev/null +++ b/www/api/MagickCore/struct__CacheView.html @@ -0,0 +1,189 @@ + + + + +MagickCore: _CacheView Struct Reference + + + + + + + + + + +
+
+ + + + + + +
+
MagickCore 6.6.7
+
+
+
+
+ +
+
+
+ +
+
+ +
+

_CacheView Struct Reference

+
+
+
+Collaboration diagram for _CacheView:
+
+
Collaboration graph
+ + +
[legend]
+ + + + + + + + +

+Data Fields

Imageimage
VirtualPixelMethod virtual_pixel_method
size_t number_threads
NexusInfo ** nexus_info
MagickBooleanType debug
size_t signature
+

Detailed Description

+
+

Definition at line 62 of file cache-view.c.

+

Field Documentation

+ + + + + + + + + + + + +
The documentation for this struct was generated from the following file: +
+
+ + + +