From: cristy Date: Wed, 6 May 2015 13:44:09 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1056 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85893d3e6c7c3be90933301e43bcae51ca20a5e6;p=imagemagick --- diff --git a/MagickCore/xml-tree.c b/MagickCore/xml-tree.c index 3b1c3b85d..1a7e57449 100644 --- a/MagickCore/xml-tree.c +++ b/MagickCore/xml-tree.c @@ -1663,7 +1663,7 @@ static void ParseProcessingInstructions(XMLTreeRoot *root,char *xml, j++; root->processing_instructions[i]=(char **) ResizeQuantumMemory( root->processing_instructions[i],(size_t) (j+3), - sizeof(*root->processing_instructions)); + sizeof(**root->processing_instructions)); if (root->processing_instructions[i] == (char **) NULL) ThrowFatalException(ResourceLimitFatalError,"MemoryAllocationFailed"); root->processing_instructions[i][j+2]=(char *) ResizeQuantumMemory( @@ -1850,7 +1850,7 @@ static MagickBooleanType ParseInternalDoctype(XMLTreeRoot *root,char *xml, ThrowFatalException(ResourceLimitFatalError, "MemoryAllocationFailed"); root->attributes[i]=(char **) AcquireQuantumMemory(2, - sizeof(*root->attributes)); + sizeof(**root->attributes)); if (root->attributes[i] == (char **) NULL) ThrowFatalException(ResourceLimitFatalError, "MemoryAllocationFailed"); @@ -1860,7 +1860,7 @@ static MagickBooleanType ParseInternalDoctype(XMLTreeRoot *root,char *xml, } for (j=1; root->attributes[i][j] != (char *) NULL; j+=3) ; root->attributes[i]=(char **) ResizeQuantumMemory( - root->attributes[i],(size_t) (j+4),sizeof(*root->attributes)); + root->attributes[i],(size_t) (j+4),sizeof(**root->attributes)); if (root->attributes[i] == (char **) NULL) ThrowFatalException(ResourceLimitFatalError, "MemoryAllocationFailed"); diff --git a/coders/tiff.c b/coders/tiff.c index f7111c627..d0550fc06 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -935,7 +935,7 @@ static TIFFMethodType GetJPEGMethod(Image* image,TIFF *tiff,uint16 photometric, i+=(size_t) length; } } - SeekBlob(image,position,SEEK_SET); + (void) SeekBlob(image,position,SEEK_SET); return(method); } diff --git a/images/wand.ico b/images/wand.ico index 0aeb05ffb..20a03052d 100644 Binary files a/images/wand.ico and b/images/wand.ico differ diff --git a/images/wand.png b/images/wand.png index b8c87627c..26c838856 100644 Binary files a/images/wand.png and b/images/wand.png differ diff --git a/index.html b/index.html index 826b6fa1a..8cba5cc6e 100644 --- a/index.html +++ b/index.html @@ -48,14 +48,14 @@ Tools Options Development - Community - Search + Community + Search
-

Features and Capabilities • ImageMagick News • Community

+

Features and Capabilities • News • Community

ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

@@ -191,16 +191,16 @@ ImageMagickExamples of ImageMagick Usage shows how to use ImageMagick from the command-line to accomplish any of these tasks and much more. Also, see Fred's ImageMagick Scripts: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations. With Magick.NET, use ImageMagick without having to install ImageMagick on your server or desktop.

-

ImageMagick News

+

News

The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other. With ImageMagick version 7, we aim to improve the design based on lessons learned from the version 6 implementation. See the porting guide to track the progress of the version 7 development effort.

Community

-

To join the ImageMagick community, try the discourse server. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions.

+

To join the ImageMagick community, try the discourse server. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions.

diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index f85446258..424e06efe 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -111,7 +111,7 @@ regsvr32 /u /s ImageMagickObject.dll diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 7ea2047e2..ce429dfdf 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -618,7 +618,7 @@ identify -list format diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index 8de4d0b85..5633c597e 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -382,7 +382,7 @@ _MAGICKMOD_ diff --git a/www/animate.html b/www/animate.html index f6bca30a3..18a1f935b 100644 --- a/www/animate.html +++ b/www/animate.html @@ -513,7 +513,7 @@ transparent, extract, background, or shape the alpha channel diff --git a/www/api.html b/www/api.html index eff45e51a..a58c94f47 100644 --- a/www/api.html +++ b/www/api.html @@ -161,7 +161,7 @@ diff --git a/www/api/animate.html b/www/api/animate.html index aedc85582..71491b49f 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -91,7 +91,7 @@ MagickBooleanType AnimateImages(const ImageInfo *image_info, diff --git a/www/api/annotate.html b/www/api/annotate.html index 7df6db2cf..8f596c399 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -281,7 +281,7 @@ MagickBooleanType GetTypeMetrics(Image *image,const DrawInfo *draw_info, diff --git a/www/api/attribute.html b/www/api/attribute.html index 7600aedf8..9dd338a40 100644 --- a/www/api/attribute.html +++ b/www/api/attribute.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -342,7 +342,7 @@ MagickBooleanType SetImageType(Image *image,const ImageType type, diff --git a/www/api/blob.html b/www/api/blob.html index e197bffec..297e6b757 100644 --- a/www/api/blob.html +++ b/www/api/blob.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -286,7 +286,7 @@ MagickBooleanType InjectImageBlob(const ImageInfo *image_info, diff --git a/www/api/cache-view.html b/www/api/cache-view.html index 6652332bd..881c60850 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -644,7 +644,7 @@ MagickBooleanType SyncCacheViewAuthenticPixels(CacheView *cache_view, diff --git a/www/api/cache.html b/www/api/cache.html index 6fd5215a8..89a0fbea6 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -450,7 +450,7 @@ MagickBooleanType SyncAuthenticPixels(Image *image, diff --git a/www/api/channel.html b/www/api/channel.html index a25630f4e..8b5635224 100644 --- a/www/api/channel.html +++ b/www/api/channel.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -194,7 +194,7 @@ MagickBooleanType SetImageAlphaChannel(Image *image, diff --git a/www/api/cipher.html b/www/api/cipher.html index d6e614460..f6ec5c194 100644 --- a/www/api/cipher.html +++ b/www/api/cipher.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -293,7 +293,7 @@ MagickBooleanType EncipherImage(Image *image,const char *passphrase, diff --git a/www/api/color.html b/www/api/color.html index 49f224d22..fc14c08c1 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -198,7 +198,7 @@ MagickBooleanType QueryColorname(const Image *image, diff --git a/www/api/colormap.html b/www/api/colormap.html index 699454204..3bc768a99 100644 --- a/www/api/colormap.html +++ b/www/api/colormap.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -124,7 +124,7 @@ MagickBooleanType CycleColormapImage(Image *image,const ssize_t displace, diff --git a/www/api/colorspace.html b/www/api/colorspace.html index 0c2e9c9fc..04323dfd6 100644 --- a/www/api/colorspace.html +++ b/www/api/colorspace.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -122,7 +122,7 @@ MagickBooleanType TransformImageColorspace(Image *image, diff --git a/www/api/compare.html b/www/api/compare.html index 80d153cae..909fa78e6 100644 --- a/www/api/compare.html +++ b/www/api/compare.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -258,7 +258,7 @@ Image *SimilarityImage(const Image *image,const Image *reference, diff --git a/www/api/composite.html b/www/api/composite.html index ccb6eda22..1ea541841 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -142,7 +142,7 @@ MagickBooleanType TextureImage(Image *image,const Image *texture, diff --git a/www/api/constitute.html b/www/api/constitute.html index bfbc4d4ea..4d50d3a2e 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -288,7 +288,7 @@ MagickBooleanType WriteImages(const ImageInfo *image_info,Image *images, diff --git a/www/api/decorate.html b/www/api/decorate.html index c8070e2ca..de0d51e29 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -166,7 +166,7 @@ MagickBooleanType RaiseImage(const Image *image, diff --git a/www/api/deprecate.html b/www/api/deprecate.html index 34cd04070..46f8129a0 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -60,7 +60,7 @@ diff --git a/www/api/display.html b/www/api/display.html index 735c907c4..511036972 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -161,7 +161,7 @@ MagickBooleanType XDisplayBackgroundImage(Display *display, diff --git a/www/api/distort.html b/www/api/distort.html index e0696a726..11a5fdac9 100644 --- a/www/api/distort.html +++ b/www/api/distort.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -223,7 +223,7 @@ Image *SparseColorImage(const Image *image, diff --git a/www/api/draw.html b/www/api/draw.html index 5c3b810b0..b72a254e5 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -347,7 +347,7 @@ void GetAffineMatrix(AffineMatrix *affine_matrix) diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index 6a00fa066..a9e2d7b19 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -3748,7 +3748,7 @@ MagickBooleanType PushDrawingWand(DrawingWand *wand) diff --git a/www/api/effect.html b/www/api/effect.html index e10155839..9dfefc698 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -657,7 +657,7 @@ ExceptionInfo *exception) diff --git a/www/api/enhance.html b/www/api/enhance.html index b8e3ea325..37b63d770 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -741,7 +741,7 @@ MagickBooleanType SigmoidalContrastImage(Image *image, diff --git a/www/api/exception.html b/www/api/exception.html index d78ce6524..b2cfb86f3 100644 --- a/www/api/exception.html +++ b/www/api/exception.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -450,7 +450,7 @@ MagickBooleanType ThrowException(ExceptionInfo *exception, diff --git a/www/api/feature.html b/www/api/feature.html index 83756d189..d7c43ebb4 100644 --- a/www/api/feature.html +++ b/www/api/feature.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -213,7 +213,7 @@ Image *MeanShiftImage(const Image *image,const size_t width, diff --git a/www/api/fourier.html b/www/api/fourier.html index 1274540ef..36b7b284f 100644 --- a/www/api/fourier.html +++ b/www/api/fourier.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -158,7 +158,7 @@ Image *InverseFourierTransformImage(const Image *magnitude_image, diff --git a/www/api/fx.html b/www/api/fx.html index de168b654..6160f9f72 100644 --- a/www/api/fx.html +++ b/www/api/fx.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -781,7 +781,7 @@ Image *WaveImage(const Image *image,const double amplitude, diff --git a/www/api/histogram.html b/www/api/histogram.html index cc4192f87..fc0a4bde2 100644 --- a/www/api/histogram.html +++ b/www/api/histogram.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -203,7 +203,7 @@ Image *UniqueImageColors(const Image *image,ExceptionInfo *exception) diff --git a/www/api/image-view.html b/www/api/image-view.html index fc68c6615..620df53ad 100644 --- a/www/api/image-view.html +++ b/www/api/image-view.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -617,7 +617,7 @@ MagickBooleanType UpdateImageViewIterator(ImageView *source, diff --git a/www/api/image.html b/www/api/image.html index 6af5483ae..a380e730f 100644 --- a/www/api/image.html +++ b/www/api/image.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -1024,7 +1024,7 @@ MagickBooleanType SyncImagesSettings(const ImageInfo *image_info, diff --git a/www/api/layer.html b/www/api/layer.html index c337aa1ee..a505ac9f6 100644 --- a/www/api/layer.html +++ b/www/api/layer.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -379,7 +379,7 @@ Image *MergeImageLayers(const Image *image, diff --git a/www/api/list.html b/www/api/list.html index 5aeb37f04..17a3120a4 100644 --- a/www/api/list.html +++ b/www/api/list.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -719,7 +719,7 @@ Image *SplitImageList(Image *images) diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html index 365a55ef5..0362847de 100644 --- a/www/api/magick-deprecate.html +++ b/www/api/magick-deprecate.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -60,7 +60,7 @@ diff --git a/www/api/magick-image.html b/www/api/magick-image.html index a397e2c58..dc67ac0b2 100644 --- a/www/api/magick-image.html +++ b/www/api/magick-image.html @@ -28,8 +28,8 @@ - - + + @@ -53,7 +53,7 @@ Options Development Community - Search + Search @@ -7694,7 +7694,7 @@ MagickBooleanType MagickWriteImagesFile(MagickWand *wand,FILE *file) diff --git a/www/api/magick-property.html b/www/api/magick-property.html index a8236057c..e4ba9e039 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -1872,7 +1872,7 @@ MagickBooleanType MagickSetType(MagickWand *wand, diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html index 1b8a76964..3123fa79c 100644 --- a/www/api/magick-wand.html +++ b/www/api/magick-wand.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -644,7 +644,7 @@ MagickBooleanType IsMagickWandInstantiated(void) diff --git a/www/api/magick.html b/www/api/magick.html index d924a247e..cad2b02ac 100644 --- a/www/api/magick.html +++ b/www/api/magick.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -173,7 +173,7 @@ int SetMagickPrecision(const int precision) diff --git a/www/api/memory.html b/www/api/memory.html index 7328b7210..c8c310952 100644 --- a/www/api/memory.html +++ b/www/api/memory.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -428,7 +428,7 @@ SetMagickMemoryMethods(AcquireMemoryHandler acquire_memory_handler, diff --git a/www/api/mime.html b/www/api/mime.html index ce0c7cc81..f31bfb963 100644 --- a/www/api/mime.html +++ b/www/api/mime.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -211,7 +211,7 @@ MagickBooleanType ListMimeInfo(FILE *file,ExceptionInfo *exception) diff --git a/www/api/module.html b/www/api/module.html index 3d569ea6b..fc4e7f669 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -483,7 +483,7 @@ MagickBooleanType UnregisterModule(const ModuleInfo *module_info, diff --git a/www/api/mogrify.html b/www/api/mogrify.html index 2230b4752..e5bfa7f25 100644 --- a/www/api/mogrify.html +++ b/www/api/mogrify.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -106,7 +106,7 @@ MagickBooleanType MagickCommandGenesis(ImageInfo *image_info, diff --git a/www/api/monitor.html b/www/api/monitor.html index e1f317baf..78260636b 100644 --- a/www/api/monitor.html +++ b/www/api/monitor.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -138,7 +138,7 @@ MagickProgressMonitor SetImageInfoProgressMonitor(ImageInfo *image_info, diff --git a/www/api/montage.html b/www/api/montage.html index 1168026a1..81e627991 100644 --- a/www/api/montage.html +++ b/www/api/montage.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -174,7 +174,7 @@ Image *MontageImageList(const ImageInfo *image_info, diff --git a/www/api/morphology.html b/www/api/morphology.html index f0130fec8..a9df264d2 100644 --- a/www/api/morphology.html +++ b/www/api/morphology.html @@ -28,8 +28,8 @@ - - + + @@ -53,7 +53,7 @@ Options Development Community - Search + Search @@ -599,7 +599,7 @@ void ZeroKernelNans (KernelInfo *kernel) diff --git a/www/api/paint.html b/www/api/paint.html index 21e3ca29c..b6e15698c 100644 --- a/www/api/paint.html +++ b/www/api/paint.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -272,7 +272,7 @@ MagickBooleanType TransparentPaintImageChroma(Image *image, diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html index 7c64ef9d1..d0003810c 100644 --- a/www/api/pixel-iterator.html +++ b/www/api/pixel-iterator.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -483,7 +483,7 @@ MagickBooleanType PixelSyncIterator(PixelIterator *iterator) diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html index 76ad0644d..9e3fedb3f 100644 --- a/www/api/pixel-wand.html +++ b/www/api/pixel-wand.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -1552,7 +1552,7 @@ void PixelSetYellowQuantum(PixelWand *wand,const Quantum yellow) diff --git a/www/api/profile.html b/www/api/profile.html index 3d7e02d67..564b1cff0 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -325,7 +325,7 @@ MagickBooleanType SyncImageProfiles(Image *image) diff --git a/www/api/property.html b/www/api/property.html index 09424d8b0..fc255e1bf 100644 --- a/www/api/property.html +++ b/www/api/property.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -388,7 +388,7 @@ MagickBooleanType SetImageProperty(Image *image,const char *property, diff --git a/www/api/quantize.html b/www/api/quantize.html index 72e190031..f7ed2db5e 100644 --- a/www/api/quantize.html +++ b/www/api/quantize.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -464,7 +464,7 @@ MagickBooleanType SetGrayscaleImage(Image *image, diff --git a/www/api/registry.html b/www/api/registry.html index b735a0371..2cfffbf5e 100644 --- a/www/api/registry.html +++ b/www/api/registry.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -231,7 +231,7 @@ MagickBooleanType SetImageRegistry(const RegistryType type, diff --git a/www/api/resize.html b/www/api/resize.html index 63f17d0da..d24c1208c 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -421,7 +421,7 @@ Image *ThumbnailImage(const Image *image,const size_t columns, diff --git a/www/api/resource.html b/www/api/resource.html index 3b0c26f4d..f8175cadc 100644 --- a/www/api/resource.html +++ b/www/api/resource.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -248,7 +248,7 @@ MagickBooleanType SetMagickResourceLimit(const ResourceType type, diff --git a/www/api/segment.html b/www/api/segment.html index 41937b2a2..d492fdac1 100644 --- a/www/api/segment.html +++ b/www/api/segment.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -93,7 +93,7 @@ MagickBooleanType SegmentImage(Image *image, diff --git a/www/api/shear.html b/www/api/shear.html index 241626952..2d9b9b3ab 100644 --- a/www/api/shear.html +++ b/www/api/shear.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -166,7 +166,7 @@ Image *ShearRotateImage(const Image *image,const double degrees, diff --git a/www/api/signature.html b/www/api/signature.html index a87b6ba33..54fd7832a 100644 --- a/www/api/signature.html +++ b/www/api/signature.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -86,7 +86,7 @@ MagickBooleanType SignatureImage(Image *image,ExceptionInfo *exception) diff --git a/www/api/statistic.html b/www/api/statistic.html index a4aa0e44f..af2143456 100644 --- a/www/api/statistic.html +++ b/www/api/statistic.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -468,7 +468,7 @@ Image *StatisticImage(const Image *image,const StatisticType type, diff --git a/www/api/stream.html b/www/api/stream.html index 793f0fdaa..4d499d6f7 100644 --- a/www/api/stream.html +++ b/www/api/stream.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -122,7 +122,7 @@ MagickBooleanType WriteStream(const ImageInfo *image_info,Image *, diff --git a/www/api/transform.html b/www/api/transform.html index 632fde399..61b2f04f3 100644 --- a/www/api/transform.html +++ b/www/api/transform.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -551,7 +551,7 @@ Image *TrimImage(const Image *image,ExceptionInfo *exception) diff --git a/www/api/version.html b/www/api/version.html index 7f8c1e510..7bb90c701 100644 --- a/www/api/version.html +++ b/www/api/version.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -248,7 +248,7 @@ void ListMagickVersion(FILE *file) diff --git a/www/api/wand-view.html b/www/api/wand-view.html index 9d7be7f4b..02bb2a44c 100644 --- a/www/api/wand-view.html +++ b/www/api/wand-view.html @@ -24,8 +24,8 @@ - - + + @@ -49,7 +49,7 @@ Options Development Community - Search + Search @@ -539,7 +539,7 @@ MagickBooleanType UpdateWandViewIterator(WandView *source, diff --git a/www/architecture.html b/www/architecture.html index 87df620cf..39f11d3bc 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -1397,7 +1397,7 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,const char **argv diff --git a/www/binary-releases.html b/www/binary-releases.html index f1369c412..a91d833e5 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -394,7 +394,7 @@ convert "e:/myimages/image.png" "e:/myimages/image.jpg" diff --git a/www/changelog.html b/www/changelog.html index 5fe72911d..dfb5a7270 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -1,31 +1,35 @@ - + + + + + - - - + + + ImageMagick: Changelog - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -54,15 +58,33 @@
-
+
2012-04-27 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...>
+
  • Allow the use of set and escapes when no images in memory (unless you attempt to access per-image meta-data) Currently does not include %[fx:...] and %[pixel:...]
  • +
    2012-10-05 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...>
    +
  • Rather than replicate 'options' into 'artifacts' make a link from image to image_info and lookup a global option if no artifact is defined.
  • +
    2012-09-11 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
    +
  • sigmoidal-contrast:
  • +
  • Remove unnecessary initial ClampToQuantum.
  • +
    2012-09-10 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
    +
  • sigmoidal-contrast:
  • +
  • Direct computation, without LUT;
  • +
  • Fix re-declaration of i (at the top, and inside a conditional).
  • +
    2012-09-04 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
    +
  • Add tanh/atanh clone of legacy sigmoidal map (faster & more accurate).
  • +
    2012-08-08 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
    +
  • Add final ClampToQuantum in sigmoidal colormap loop.
  • +
  • Remove OpenMP calls from colormap update loops.
  • +
    2011-08-01 7.0.0-0 Cristy <quetzlzacatenango@image...>
    +
  • New version 7.0.0-0.
  • +
    diff --git a/www/cipher.html b/www/cipher.html index 0c401453a..8494330d3 100644 --- a/www/cipher.html +++ b/www/cipher.html @@ -110,7 +110,7 @@ Examples Encrypti diff --git a/www/color.html b/www/color.html index d3d165cca..7587442d7 100644 --- a/www/color.html +++ b/www/color.html @@ -4924,7 +4924,7 @@ device-cmyk(0.11, 0.48, 0.83, 0.00) diff --git a/www/command-line-options.html b/www/command-line-options.html index 4c8aca479..d679da240 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -7513,7 +7513,7 @@ colors than the target window colormap allows. Use diff --git a/www/command-line-processing.html b/www/command-line-processing.html index 6c0f4baf5..52503611d 100644 --- a/www/command-line-processing.html +++ b/www/command-line-processing.html @@ -651,7 +651,7 @@ convert -define stream:buffer-size=0 logo: gif:- | display gif:- diff --git a/www/command-line-tools.html b/www/command-line-tools.html index bcdf64532..fb7c92a3f 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -79,7 +79,7 @@ diff --git a/www/compare.html b/www/compare.html index 7b5448251..40598dcc8 100644 --- a/www/compare.html +++ b/www/compare.html @@ -331,7 +331,7 @@ transparent, extract, background, or shape the alpha channel diff --git a/www/compose.html b/www/compose.html index 0a186d998..77bd9ece4 100644 --- a/www/compose.html +++ b/www/compose.html @@ -612,7 +612,7 @@ with a brief summary of what they do. For more details see the equivalent diff --git a/www/composite.html b/www/composite.html index 15a9506fb..73468b4a6 100644 --- a/www/composite.html +++ b/www/composite.html @@ -507,7 +507,7 @@ transparent, extract, background, or shape the alpha channel diff --git a/www/conjure.html b/www/conjure.html index 48b252743..3e536d996 100644 --- a/www/conjure.html +++ b/www/conjure.html @@ -1119,7 +1119,7 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, diff --git a/www/connected-components.html b/www/connected-components.html index a332ac9a6..c1336e9db 100644 --- a/www/connected-components.html +++ b/www/connected-components.html @@ -95,7 +95,7 @@ convert objects.gif -define connected-components:area-threshold=410 -connected-c diff --git a/www/contact.html b/www/contact.html index f66ddda04..64f6fe89c 100644 --- a/www/contact.html +++ b/www/contact.html @@ -60,9 +60,9 @@

    Contact the Wizards

    Enter this code, -b6c614, in the Authenticate field and fill in the remaining fields. Press Send to forward your message to the ImageMagick wizards:

    +6fec73, in the Authenticate field and fill in the remaining fields. Press Send to forward your message to the ImageMagick wizards:


    -
    +
    @@ -115,7 +115,7 @@ b6c614, in the Authenticate field and fill in the remaining fields. Pres diff --git a/www/convert.html b/www/convert.html index 5d67ab57e..f42635fc8 100644 --- a/www/convert.html +++ b/www/convert.html @@ -1287,7 +1287,7 @@ transparent, extract, background, or shape the alpha channel diff --git a/www/display.html b/www/display.html index a746f4220..9f4536d22 100644 --- a/www/display.html +++ b/www/display.html @@ -550,7 +550,7 @@ transparent, extract, background, or shape the alpha channel diff --git a/www/distribute-pixel-cache.html b/www/distribute-pixel-cache.html index cacbbe2d6..82a9aec96 100644 --- a/www/distribute-pixel-cache.html +++ b/www/distribute-pixel-cache.html @@ -70,7 +70,7 @@ convert -limit memory 1GiB -limit map 2GiB -limit disk 4GiB \ diff --git a/www/download.html b/www/download.html index 4c2635830..7104c2a6e 100644 --- a/www/download.html +++ b/www/download.html @@ -118,11 +118,11 @@
    rsync://mirror.imagemagick.org/magick_ftp/ (FTP mirror)
    rsync://mirror.imagemagick.org/magick_svn/ (Subversion repository mirror)
    -

    If you want to add a new mirror, please contact us.

    +

    If you want to add a new mirror, please contact us.

    diff --git a/www/escape.html b/www/escape.html index 0af1f5d9c..fde055bc4 100644 --- a/www/escape.html +++ b/www/escape.html @@ -830,7 +830,7 @@ Post ObjectData Descriptor Record diff --git a/www/examples.html b/www/examples.html index 2e5b62537..cc06cdde1 100644 --- a/www/examples.html +++ b/www/examples.html @@ -61,7 +61,7 @@ diff --git a/www/exception.html b/www/exception.html index be71489b5..ac277ccb9 100644 --- a/www/exception.html +++ b/www/exception.html @@ -250,7 +250,7 @@ diff --git a/www/export.html b/www/export.html index b882715f8..0e929b0c9 100644 --- a/www/export.html +++ b/www/export.html @@ -61,7 +61,7 @@ diff --git a/www/formats.html b/www/formats.html index 3f54060b7..0f4535144 100644 --- a/www/formats.html +++ b/www/formats.html @@ -1910,7 +1910,7 @@ convert \( -size 15x15 canvas:black canvas:white -append \) \ diff --git a/www/fx.html b/www/fx.html index 62e68794b..432260c06 100644 --- a/www/fx.html +++ b/www/fx.html @@ -400,7 +400,7 @@ convert rose: -duplicate 29 -virtual-pixel Gray -distort SRT '%[fx:360.0*t/n]' \ diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index fa4fbac61..8c8771b13 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -88,7 +88,7 @@ Features: HDRI diff --git a/www/history.html b/www/history.html index 2d5661985..52506377b 100644 --- a/www/history.html +++ b/www/history.html @@ -76,7 +76,7 @@ I swear by my life and my love of it that I will never live for the sake of anot diff --git a/www/identify.html b/www/identify.html index 2a9676c97..99bfd6607 100644 --- a/www/identify.html +++ b/www/identify.html @@ -414,7 +414,7 @@ transparent, extract, background, or shape the alpha channel diff --git a/www/import.html b/www/import.html index ab5e44297..131ee2894 100644 --- a/www/import.html +++ b/www/import.html @@ -408,7 +408,7 @@ import -window root screen.ps diff --git a/www/index.html b/www/index.html index c7530c4d5..05a81d1e3 100644 --- a/www/index.html +++ b/www/index.html @@ -55,7 +55,7 @@
    -

    Features and Capabilities • ImageMagick News • Community

    +

    Features and Capabilities • News • Community

    ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

    @@ -191,7 +191,7 @@ ImageMagickExamples of ImageMagick Usage shows how to use ImageMagick from the command-line to accomplish any of these tasks and much more. Also, see Fred's ImageMagick Scripts: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations. With Magick.NET, use ImageMagick without having to install ImageMagick on your server or desktop.

    -

    ImageMagick News

    +

    News

    The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other. With ImageMagick version 7, we aim to improve the design based on lessons learned from the version 6 implementation. See the porting guide to track the progress of the version 7 development effort.

    @@ -200,7 +200,7 @@ ImageMagick diff --git a/www/install-source.html b/www/install-source.html index 2d1c7be92..9221faa7c 100644 --- a/www/install-source.html +++ b/www/install-source.html @@ -141,7 +141,7 @@ validate
    diff --git a/www/jp2.html b/www/jp2.html index d531da36e..87fd0fae6 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -139,7 +139,7 @@ convert wizard.png -resize 4096x2160! -depth 12 wizard.jp2 diff --git a/www/license.html b/www/license.html index e720d266d..31a4e5114 100644 --- a/www/license.html +++ b/www/license.html @@ -184,7 +184,7 @@ diff --git a/www/links.html b/www/links.html index 8c3e030db..9e360bfbd 100644 --- a/www/links.html +++ b/www/links.html @@ -162,7 +162,7 @@ diff --git a/www/magick++.html b/www/magick++.html index ae853022b..7da905615 100644 --- a/www/magick++.html +++ b/www/magick++.html @@ -306,7 +306,7 @@ of installing ImageMagick in a known location.
    diff --git a/www/magick-core.html b/www/magick-core.html index 526f749c6..212674b90 100644 --- a/www/magick-core.html +++ b/www/magick-core.html @@ -305,7 +305,7 @@ int main(int argc,char **argv) diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html index 5a326ca3b..02b599a15 100644 --- a/www/magick-vector-graphics.html +++ b/www/magick-vector-graphics.html @@ -863,7 +863,7 @@ round diff --git a/www/magick-wand.html b/www/magick-wand.html index 5675c023f..862daebb5 100644 --- a/www/magick-wand.html +++ b/www/magick-wand.html @@ -357,7 +357,7 @@ int main(int argc,char **argv) diff --git a/www/magick.html b/www/magick.html index 91f8e4d8c..496645f43 100644 --- a/www/magick.html +++ b/www/magick.html @@ -141,7 +141,7 @@
    diff --git a/www/t-shirt.html b/www/t-shirt.html index 90664b6ec..f761a55b4 100644 --- a/www/t-shirt.html +++ b/www/t-shirt.html @@ -89,7 +89,7 @@

    Shipping is free in the USA. Add $5.00 USD for shipping to Canada and Mexico. Add $10.00 USD for all other locations.

    diff --git a/www/webp.html b/www/webp.html index dc350e4e6..e59ed9862 100644 --- a/www/webp.html +++ b/www/webp.html @@ -160,7 +160,7 @@