From: Cristy Date: Sun, 14 May 2017 16:25:22 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.5-7~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3de16b8f1b87c8be2c005582c3b424975fcb996;p=imagemagick ... --- diff --git a/MagickCore/magick.c b/MagickCore/magick.c index dc16b7206..e6e3acfab 100644 --- a/MagickCore/magick.c +++ b/MagickCore/magick.c @@ -1500,6 +1500,9 @@ MagickExport void MagickCoreGenesis(const char *path, */ (void) ConfigureComponentGenesis(); (void) PolicyComponentGenesis(); +#if defined(MAGICKCORE_ZERO_CONFIGURATION_SUPPORT) + (void) ZeroConfigurationPolicy; +#endif (void) CacheComponentGenesis(); (void) ResourceComponentGenesis(); (void) CoderComponentGenesis(); diff --git a/MagickCore/policy-private.h b/MagickCore/policy-private.h index 63683b53f..b81adec21 100644 --- a/MagickCore/policy-private.h +++ b/MagickCore/policy-private.h @@ -22,6 +22,18 @@ extern "C" { #endif +#if defined(MAGICKCORE_ZERO_CONFIGURATION_SUPPORT) +/* + Zero configuration security policy. Discussion @ + https://www.imagemagick.org/script/security-policy.php. +*/ +static const char + *ZeroConfigurationPolicy = \ +" \ + \ +"; +#endif + extern MagickPrivate MagickBooleanType PolicyComponentGenesis(void); diff --git a/configure b/configure index 7eff410e4..76661976b 100755 --- a/configure +++ b/configure @@ -4519,7 +4519,7 @@ MAGICK_PATCHLEVEL_VERSION=7 MAGICK_VERSION=7.0.5-7 -MAGICK_GIT_REVISION=20041:16a4635:20170513 +MAGICK_GIT_REVISION=20043:448775d:20170514 # Substitute library versioning diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index a528aa646..2f79c7d37 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -130,4 +130,4 @@ regsvr32 /u /s ImageMagickObject.dll - \ No newline at end of file + \ No newline at end of file diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 5cb34b454..0b4a07806 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -78,7 +78,7 @@ tar xvzf ImageMagick.tar.gz

The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system. This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.). If you are willing to accept configure's default options, and build from within the source directory, you can simply type:

-
 cd ImageMagick-7.0.5-4 ./configure
+
 cd ImageMagick-7.0.5-6 ./configure

Watch the configure script output to verify that it finds everything that you think it should. Pay particular attention to the last lines of the script output. For example, here is a recent report from our system:

@@ -534,7 +534,7 @@ sudo port install jpeg

Download the ImageMagick source distribution and verify the distribution against its message digest.

Unpack and change into the top-level ImageMagick directory:

-
 tar xvzf ImageMagick-7.0.5-4.tar.gz cd ImageMagick-7.0.5-4

Configure ImageMagick:

+
 tar xvzf ImageMagick-7.0.5-6.tar.gz cd ImageMagick-7.0.5-6

Configure ImageMagick:

 ./configure --prefix=/opt --with-quantum-depth=16 \
   --disable-dependency-tracking --with-x=yes \
@@ -566,7 +566,7 @@ display -display :0
 
 

Although you can download and install delegate libraries yourself, many are already available in the GnuWin32 distribution. Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc. Make sure you specify the development headers when you install a package. Next type,

-
 tar jxvf ImageMagick-7.0.5-?.tar.bz2
cd ImageMagick-7.0.5-4
export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"
export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"
./configure --without-perl
make
sudo make install
+
 tar jxvf ImageMagick-7.0.5-?.tar.bz2
cd ImageMagick-7.0.5-6
export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"
export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"
./configure --without-perl
make
sudo make install

Dealing with Unexpected Problems

Chances are the download, configure, build, and install of ImageMagick went flawlessly as it is intended, however, certain systems and environments may cause one or more steps to fail. We discuss a few problems we've run across and how to take corrective action to ensure you have a working release of ImageMagick

@@ -636,4 +636,4 @@ identify -list format - \ No newline at end of file + \ No newline at end of file diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index c177f7c18..1d365c0ed 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -331,7 +331,7 @@ dmake release
  1. Double-click on - VisualMagick/bin/ImageMagick-7.0.5-4-Q16-windows-dll.exe + VisualMagick/bin/ImageMagick-7.0.5-6-Q16-windows-dll.exe to launch the ImageMagick binary distribution.
  2. Complete the installer screens to install ImageMagick on your system.
@@ -401,4 +401,4 @@ _MAGICKMOD_ - \ No newline at end of file + \ No newline at end of file diff --git a/www/animate.html b/www/animate.html index 6d2e9940c..0509be8c6 100644 --- a/www/animate.html +++ b/www/animate.html @@ -532,4 +532,4 @@ transparent, extract, background, or shape the alpha channel - \ No newline at end of file + \ No newline at end of file diff --git a/www/architecture.html b/www/architecture.html index 7b1863ad5..a2cbad535 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -135,7 +135,7 @@ if (image == (Image *) NULL)

When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache. For example, a 1-channel 1-bit monochrome PBM image is scaled to 8-bit gray image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version. You can determine which version you have with the ‑version option:

-
 identify -version
Version: ImageMagick 7.0.5-4 2017-03-18 Q16 https://www.imagemagick.org
+
 identify -version
Version: ImageMagick 7.0.5-6 2017-05-18 Q16 https://www.imagemagick.org

As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time). In most cases, the benefits of the pixel cache typically outweigh any disadvantages.

Access the Pixel Cache

@@ -1423,4 +1423,4 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,const char **argv - \ No newline at end of file + \ No newline at end of file diff --git a/www/changelog.html b/www/changelog.html index 112cbef7c..91039de6e 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -56,7 +56,26 @@
-
2017-03-24 7.0.5-4 Cristy <quetzlzacatenango@image...>
+
2017-05-12 7.0.5-6 Cristy <quetzlzacatenango@image...>
+
  • Release ImageMagick version 7.0.5-6, GIT revision 20039:9371904:20170512.
  • +
    2017-05-10 7.0.5-6 John Cupitt <jcupitt@gmail.com>
    +
  • Revise DICOM window and rescale handling (reference https://github.com/ImageMagick/ImageMagick/pull/484)
  • +
    2017-05-06 7.0.5-6 Cristy <quetzlzacatenango@image...>
    +
  • Restore the -alpha Shape option (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31879).
  • +
  • Fix transient PDF bug (reference https://github.com/ImageMagick/ImageMagick/issues/463).
  • +
  • The +opaque option now works on all channels (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31862).
  • +
  • Ensure backwards compatibility for the -combine option (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31855).
  • +
  • Check for EOF conditions for RLE image format.
  • +
  • Reset histogram page geometry (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31920).
  • +
    2017-04-24 7.0.5-5 Cristy <quetzlzacatenango@image...>
    +
  • Release ImageMagick version 7.0.5-5, GIT revision 19915:12eec43:20170424.
  • +
    2017-03-26 7.0.5-5 Cristy <quetzlzacatenango@image...>
    +
  • Minimize buffer copies to improve OpenCL performance.
  • +
  • Morphology thinning is no longer a no-op (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31650).
  • +
  • Patch two PCD writer problems, corrupt output and dark pixels (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=3164).
  • +
  • Support ICC based PDF's (reference https://github.com/ImageMagick/ImageMagick/issues/417).
  • +
  • Fix improper EPS clip path rendering (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31722).
  • +
    2017-03-24 7.0.5-4 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-4, GIT revision 19754:350fff3:20170324.
  • 2017-03-21 7.0.5-4 Cristy <quetzlzacatenango@image...>
  • Respect -loop option for animate -window (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31619).
  • @@ -64,7 +83,7 @@
  • Release ImageMagick version 7.0.5-3, GIT revision 19741:070c3fb:20170317.
  • 2017-03-14 7.0.5-3 Cristy <quetzlzacatenango@image...>
  • Support namespaces for the security policy.
  • -
  • Support the -authenticate option for PDF (reference Counting objects: 7, done.g/discourse-server/viewtopic.html?f=3&t=31530).
  • +
  • Support the -authenticate option for PDF (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31530).
  • 2017-03-11 7.0.5-2 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-2, GIT revision 19696:da91a7c:20170311.
  • 2017-03-06 7.0.5-2 Cristy <quetzlzacatenango@image...>
    @@ -375,4 +394,4 @@
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/cipher.html b/www/cipher.html index bff28c529..83d25403b 100644 --- a/www/cipher.html +++ b/www/cipher.html @@ -140,4 +140,4 @@ Examples - \ No newline at end of file + \ No newline at end of file diff --git a/www/color-management.html b/www/color-management.html index a8357f99c..6ce1862c3 100644 --- a/www/color-management.html +++ b/www/color-management.html @@ -150,4 +150,4 @@ convert myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/color.html b/www/color.html index 9c95c0c75..02ee04731 100644 --- a/www/color.html +++ b/www/color.html @@ -4951,4 +4951,4 @@ device-cmyk(0.11, 0.48, 0.83, 0.00)
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/command-line-options.html b/www/command-line-options.html index c51ff66b0..bd6ec4dcc 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -1330,6 +1330,7 @@ YIQ YPbPr YUV Undefined

    -combine

    +

    +combine colorspace

    Combine one or more images into a single image.

    @@ -8094,4 +8095,4 @@ but with strict boolean masking.

    - \ No newline at end of file + \ No newline at end of file diff --git a/www/command-line-processing.html b/www/command-line-processing.html index 44316f14b..ac3b1925d 100644 --- a/www/command-line-processing.html +++ b/www/command-line-processing.html @@ -688,4 +688,4 @@ magick -define stream:buffer-size=0 logo: gif:- | display gif:- - \ No newline at end of file + \ No newline at end of file diff --git a/www/command-line-tools.html b/www/command-line-tools.html index 2bff4a32b..2601f663b 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -107,4 +107,4 @@ magick convert logo: logo.jpg - \ No newline at end of file + \ No newline at end of file diff --git a/www/compare.html b/www/compare.html index 7265d1508..e0bffaf69 100644 --- a/www/compare.html +++ b/www/compare.html @@ -365,4 +365,4 @@ transparent, extract, background, or shape the alpha channel - \ No newline at end of file + \ No newline at end of file diff --git a/www/compose.html b/www/compose.html index 86068e5bb..925feceaf 100644 --- a/www/compose.html +++ b/www/compose.html @@ -644,4 +644,3 @@ href="https://www.imagemagick.org/script/command-line-options.html#list">-list c - \ No newline at end of file diff --git a/www/composite.html b/www/composite.html index ac5c8e7df..268e4fae6 100644 --- a/www/composite.html +++ b/www/composite.html @@ -526,4 +526,4 @@ transparent, extract, background, or shape the alpha channel - \ No newline at end of file + \ No newline at end of file diff --git a/www/conjure.html b/www/conjure.html index 87f149dcf..195c92218 100644 --- a/www/conjure.html +++ b/www/conjure.html @@ -1138,4 +1138,4 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, - \ No newline at end of file + \ No newline at end of file diff --git a/www/connected-components.html b/www/connected-components.html index 262c33a7a..0dfb001a5 100644 --- a/www/connected-components.html +++ b/www/connected-components.html @@ -121,4 +121,4 @@ Objects (id: bounding-box centroid area mean-color): - \ No newline at end of file + \ No newline at end of file diff --git a/www/convert.html b/www/convert.html index 55b65644e..954f6972c 100644 --- a/www/convert.html +++ b/www/convert.html @@ -1322,4 +1322,4 @@ transparent, extract, background, or shape the alpha channel - \ No newline at end of file + \ No newline at end of file diff --git a/www/develop.html b/www/develop.html index 936255c66..2ad74cc8a 100644 --- a/www/develop.html +++ b/www/develop.html @@ -103,6 +103,7 @@
    Lua
    Lua bindings to ImageMagick for LuaJIT using FFI.
    +
    Lua bindings to ImageMagick for Lua using pure-C.
    Neko
    @@ -185,4 +186,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/www/display.html b/www/display.html index 006b22ff0..03475e582 100644 --- a/www/display.html +++ b/www/display.html @@ -569,4 +569,4 @@ transparent, extract, background, or shape the alpha channel - \ No newline at end of file + \ No newline at end of file diff --git a/www/distribute-pixel-cache.html b/www/distribute-pixel-cache.html index 6be185565..2654de407 100644 --- a/www/distribute-pixel-cache.html +++ b/www/distribute-pixel-cache.html @@ -89,4 +89,4 @@ convert -limit memory 1GiB -limit map 2GiB -limit disk 4GiB \ - \ No newline at end of file + \ No newline at end of file diff --git a/www/download.html b/www/download.html index 55af15b94..b028344ab 100644 --- a/www/download.html +++ b/www/download.html @@ -76,16 +76,16 @@ - ImageMagick-7.0.5-4.x86_64.rpm - download - download + ImageMagick-7.0.5-6.x86_64.rpm + download + download Redhat / CentOS 7.1 x86_64 RPM - ImageMagick-libs-7.0.5-4.x86_64.rpm - download - download + ImageMagick-libs-7.0.5-6.x86_64.rpm + download + download Redhat / CentOS 7.1 x86_64 RPM @@ -122,8 +122,8 @@

    ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:

    -
     rpm -Uvh ImageMagick-7.0.5-4.x86_64.rpm

    You'll need the libraries as well:

    -
     rpm -Uvh ImageMagick-libs-7.0.5-4.x86_64.rpm
    +
     rpm -Uvh ImageMagick-7.0.5-6.x86_64.rpm

    You'll need the libraries as well:

    +
     rpm -Uvh ImageMagick-libs-7.0.5-6.x86_64.rpm

    For other systems, create (or choose) a directory to install the package into and change to that directory, for example:

    @@ -258,7 +258,7 @@ display logo.gif
     
     ./imagemagick_compile.sh VERSION
     
    -

    where VERSION is the version of ImageMagick you want to compile (i.e.: 7.0.5-4, svn, ...)

    +

    where VERSION is the version of ImageMagick you want to compile (i.e.: 7.0.5-6, svn, ...)

    This script compiles ImageMagick as a static library to be included in iOS projects and adds support for

      @@ -307,9 +307,9 @@ display logo.gif - ImageMagick-7.0.5-4-Q16-x64-dll.exe - download - download + ImageMagick-7.0.5-6-Q16-x64-dll.exe + download + download Win64 dynamic at 16 bits-per-pixel component @@ -327,93 +327,93 @@ display logo.gif - ImageMagick-7.0.5-4-Q16-x64-static.exe - download - download + ImageMagick-7.0.5-6-Q16-x64-static.exe + download + download Win64 static at 16 bits-per-pixel component - ImageMagick-7.0.5-4-Q8-x64-dll.exe - download - download + ImageMagick-7.0.5-6-Q8-x64-dll.exe + download + download Win64 dynamic at 8 bits-per-pixel component - ImageMagick-7.0.5-4-Q8-x64-static.exe - download - download + ImageMagick-7.0.5-6-Q8-x64-static.exe + download + download Win64 static at 8 bits-per-pixel component - ImageMagick-7.0.5-4-Q16-HDRI-x64-dll.exe - download - download + ImageMagick-7.0.5-6-Q16-HDRI-x64-dll.exe + download + download Win64 dynamic at 16 bits-per-pixel component with high dynamic-range imaging enabled - ImageMagick-7.0.5-4-Q16-HDRI-x64-static.exe - download - download + ImageMagick-7.0.5-6-Q16-HDRI-x64-static.exe + download + download Win64 static at 16 bits-per-pixel component with high dynamic-range imaging enabled - ImageMagick-7.0.5-4-Q16-x86-dll.exe - download - download + ImageMagick-7.0.5-6-Q16-x86-dll.exe + download + download Win32 dynamic at 16 bits-per-pixel component - ImageMagick-7.0.5-4-Q16-x86-static.exe - download - download + ImageMagick-7.0.5-6-Q16-x86-static.exe + download + download Win32 static at 16 bits-per-pixel component - ImageMagick-7.0.5-4-Q8-x86-dll.exe - download - download + ImageMagick-7.0.5-6-Q8-x86-dll.exe + download + download Win32 dynamic at 8 bits-per-pixel component - ImageMagick-7.0.5-4-Q8-x86-static.exe - download - download + ImageMagick-7.0.5-6-Q8-x86-static.exe + download + download Win32 static at 8 bits-per-pixel component - ImageMagick-7.0.5-4-Q16-HDRI-x86-dll.exe - download - download + ImageMagick-7.0.5-6-Q16-HDRI-x86-dll.exe + download + download Win32 dynamic at 16 bits-per-pixel component with high dynamic-range imaging enabled - ImageMagick-7.0.5-4-Q16-HDRI-x86-static.exe - download - download + ImageMagick-7.0.5-6-Q16-HDRI-x86-static.exe + download + download Win32 static at 16 bits-per-pixel component with high dynamic-range imaging enabled - ImageMagick-7.0.5-4-portable-Q16-x86.zip - download - download + ImageMagick-7.0.5-6-portable-Q16-x86.zip + download + download Portable Win32 static at 16 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries). - ImageMagick-7.0.5-4-portable-Q16-x64.zip - download - download + ImageMagick-7.0.5-6-portable-Q16-x64.zip + download + download Portable Win64 static at 16 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries). @@ -464,4 +464,4 @@ objShell.Exec("magick ""e:/myimages/image.png"" ""e:/myimages/image.jpg""") - \ No newline at end of file + \ No newline at end of file diff --git a/www/escape.html b/www/escape.html index 5753c6b5d..a80b9b999 100644 --- a/www/escape.html +++ b/www/escape.html @@ -887,4 +887,4 @@ Post ObjectData Descriptor Record - \ No newline at end of file + \ No newline at end of file diff --git a/www/examples.html b/www/examples.html index 46b80f0bf..30a17b3b7 100644 --- a/www/examples.html +++ b/www/examples.html @@ -80,4 +80,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/www/exception.html b/www/exception.html index 1c0a7ae11..c60489c70 100644 --- a/www/exception.html +++ b/www/exception.html @@ -269,4 +269,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/www/export.html b/www/export.html index ad09d5188..e8b4452bf 100644 --- a/www/export.html +++ b/www/export.html @@ -80,4 +80,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/www/formats.html b/www/formats.html index 70ac81c66..347bc65f7 100644 --- a/www/formats.html +++ b/www/formats.html @@ -1032,7 +1032,7 @@ convert \( -size 15x15 canvas:black canvas:white -append \) \ SVG RW Scalable Vector Graphics - ImageMagick utilizes inkscape if its in your execution path otherwise RSVG. If neither are available, ImageMagick reverts to its internal SVG renderer. The default resolution is 90 DPI. Use -size command line option to specify the maximum width and height. + ImageMagick utilizes inkscape if its in your execution path otherwise RSVG. If neither are available, ImageMagick reverts to its internal SVG renderer. The default resolution is 96 DPI. Use -size command line option to specify the maximum width and height. @@ -1967,4 +1967,4 @@ convert \( -size 15x15 canvas:black canvas:white -append \) \ - \ No newline at end of file + \ No newline at end of file diff --git a/www/fx.html b/www/fx.html index b3e847483..eb094fc25 100644 --- a/www/fx.html +++ b/www/fx.html @@ -420,4 +420,4 @@ convert rose: -duplicate 29 -virtual-pixel Gray -distort SRT '%[fx:360.0*t/n]' \ - \ No newline at end of file + \ No newline at end of file diff --git a/www/gradient.html b/www/gradient.html index c6cfb1051..809356ad0 100644 --- a/www/gradient.html +++ b/www/gradient.html @@ -241,4 +241,4 @@ convert -size 256x256 -define gradient:radii=128,64 -define gradient:angle=45 ra - \ No newline at end of file + \ No newline at end of file diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index 14c488fb8..ecd3060f2 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -107,4 +107,4 @@ Features: HDRI - \ No newline at end of file + \ No newline at end of file diff --git a/www/history.html b/www/history.html index e415a7304..9d698cae8 100644 --- a/www/history.html +++ b/www/history.html @@ -97,4 +97,4 @@ I swear by my life and my love of it that I will never live for the sake of anot - \ No newline at end of file + \ No newline at end of file diff --git a/www/identify.html b/www/identify.html index 4dd5d6d4e..76600c801 100644 --- a/www/identify.html +++ b/www/identify.html @@ -429,4 +429,4 @@ transparent, extract, background, or shape the alpha channel - \ No newline at end of file + \ No newline at end of file diff --git a/www/import.html b/www/import.html index 5d2f138b4..e96dc1a68 100644 --- a/www/import.html +++ b/www/import.html @@ -427,4 +427,4 @@ import -window root screen.ps - \ No newline at end of file + \ No newline at end of file diff --git a/www/index.html b/www/index.html index 93d1c814c..47bdfaf7d 100644 --- a/www/index.html +++ b/www/index.html @@ -68,7 +68,7 @@ Use ImageMagickABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory error and thread data race detection to prevent security vulnerabilities.

      -

      The current release is ImageMagick 7.0.5-4. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.

      +

      The current release is ImageMagick 7.0.5-6. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.

      The authoritative ImageMagick web site is https://www.imagemagick.org. The authoritative source code repository is http://git.imagemagick.org/repos/ImageMagick. We maintain a source code mirror at GitLab and GitHub.

      @@ -239,4 +239,4 @@ Use ImageMagickObtaining Magick++

      Magick++ is included as part of ImageMagick -source releases and may be retrieved via ftp +source releases and may be retrieved via ftp or GIT.

      Installation

      @@ -187,4 +187,4 @@ int main(int argc,char **argv) - \ No newline at end of file + \ No newline at end of file diff --git a/www/magick-core.html b/www/magick-core.html index a37e156e8..d8e695012 100644 --- a/www/magick-core.html +++ b/www/magick-core.html @@ -337,4 +337,4 @@ int main(int argc,char **argv) - \ No newline at end of file + \ No newline at end of file diff --git a/www/magick-script.html b/www/magick-script.html index 6a30bceb9..637b18ad9 100644 --- a/www/magick-script.html +++ b/www/magick-script.html @@ -1282,4 +1282,4 @@ transparent, extract, background, or shape the alpha channel - \ No newline at end of file + \ No newline at end of file diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html index 31f349baa..c91f478ed 100644 --- a/www/magick-vector-graphics.html +++ b/www/magick-vector-graphics.html @@ -881,4 +881,4 @@ round
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/magick-wand.html b/www/magick-wand.html index bedc29ad1..932666bfc 100644 --- a/www/magick-wand.html +++ b/www/magick-wand.html @@ -362,7 +362,7 @@ int main(int argc,char **argv) return(0); }
    -

    MagickWand Examples in C illustrates how to use the ImageMagick MagickWand API. Each example is presented as a C function, complete with headers, so that it can be copied to a file and then included in your own C project.

    +

    MagickWand Examples in C illustrates how to use the ImageMagick MagickWand API. Each example is presented as a C function, complete with headers, so that it can be copied to a file and then included in your own C project.