From: Cristy Date: Sat, 5 Nov 2016 02:32:09 +0000 (-0400) Subject: Prefer https over http X-Git-Tag: 7.0.3-6~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=645995913f3c40c32046d9a5194cefc1cc2ab739;p=imagemagick Prefer https over http --- diff --git a/AUTHORS.txt b/AUTHORS.txt index 1789a962b..5f9777640 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -110,7 +110,7 @@ Anthony Thyssen image sequence operators, and GIF animation processing. Wrote the image perspective distortions (-distort) and resampling methods. Maintains a comprehensive set of examples of using ImageMagick at - http://www.imagemagick.org/Usage/. + https://www.imagemagick.org/Usage/. Milan Votava Contributed support for Wireless BitMap, used in WAP - Wireless Access diff --git a/ChangeLog b/ChangeLog index 075560e51..384b28171 100644 --- a/ChangeLog +++ b/ChangeLog @@ -175,7 +175,7 @@ * Coder path traversal is not authorized (bug report provided by Masaaki Chida). * Turn off alpha channel for the compare difference image (reference - http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828). + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828). 2016-05-31 7.0.1-8 Cristy * Release ImageMagick version 7.0.1-8, GIT revision 18334:97775b5:20160531. diff --git a/ImageMagick.spec.in b/ImageMagick.spec.in index 9117b45e0..de9d1b15c 100644 --- a/ImageMagick.spec.in +++ b/ImageMagick.spec.in @@ -7,9 +7,9 @@ Version: %{VERSION} Release: %{Patchlevel} Summary: Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats. In addition resize, rotate, shear, distort and transform images. Group: Applications/Multimedia -License: http://www.imagemagick.org/script/license.php -Url: http://www.imagemagick.org/ -Source0: http://www.imagemagick.org/download/%{name}/%{name}-%{VERSION}-%{Patchlevel}.tar.bz2 +License: https://www.imagemagick.org/script/license.php +Url: https://www.imagemagick.org/ +Source0: https://www.imagemagick.org/download/%{name}/%{name}-%{VERSION}-%{Patchlevel}.tar.bz2 Requires: %{name}-libs = %{version}-%{release} @@ -35,7 +35,7 @@ ImageMagick is free software delivered as a ready-to-run binary distribution or The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory error and thread data race detection to prevent security vulnerabilities. -The authoritative ImageMagick web site is http://www.imagemagick.org. The authoritative source code repository is http://git.imagemagick.org/repos/ImageMagick. We maintain a source code mirror at GitHub. +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 GitHub. %package devel Summary: Library links and header files for ImageMagick application development @@ -81,7 +81,7 @@ Group: Documentation ImageMagick documentation, this package contains usage (for the commandline tools) and API (for the libraries) documentation in HTML format. Note this documentation can also be found on the ImageMagick website: -http://www.imagemagick.org/. +https://www.imagemagick.org/. %package perl diff --git a/LICENSE b/LICENSE index fb303da42..c7a343c08 100644 --- a/LICENSE +++ b/LICENSE @@ -94,7 +94,7 @@ To apply the ImageMagick License to your work, attach the following boilerplate this file except in compliance with the License. You may obtain a copy of the License at - http://www.imagemagick.org/script/license.php + https://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 diff --git a/Makefile.am b/Makefile.am index 33406e25a..1cfae754b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, diff --git a/Makefile.in b/Makefile.in index ace6a7896..31eabb8b3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, @@ -39,7 +39,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, @@ -55,7 +55,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, @@ -71,7 +71,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, @@ -87,7 +87,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, @@ -104,7 +104,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, @@ -129,7 +129,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, @@ -145,7 +145,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, @@ -161,7 +161,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, @@ -4988,7 +4988,7 @@ UTILITIES_UNINSTALL_LOCAL_TARGETS = uninstall-local-utilities # 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 +# https://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, diff --git a/NOTICE b/NOTICE index 335ebcdce..b93551f6a 100644 --- a/NOTICE +++ b/NOTICE @@ -8,7 +8,7 @@ to making software imaging solutions freely available. You may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.imagemagick.org/script/license.php + https://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 diff --git a/QuickStart.txt b/QuickStart.txt index 343e8440b..cd26745e4 100644 --- a/QuickStart.txt +++ b/QuickStart.txt @@ -1,7 +1,7 @@ This file documents how to use the binary distribution packages built by ImageMagick Studio LLC, and found in the ImageMagick 'binaries' subdirectory of ImageMagick ftp sites. Those who want to build ImageMagick from source -code should refer to http://www.imagemagick.org/script/install-source.php. +code should refer to https://www.imagemagick.org/script/install-source.php. Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install: diff --git a/README.md b/README.md index e7933297d..cb0f13998 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ImageMagick ===========

-ImageMagick logo +ImageMagick logo -[ImageMagick®](http://www.imagemagick.org/) is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of [formats](http://www.imagemagick.org/script/formats.php) (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. +[ImageMagick®](https://www.imagemagick.org/) is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of [formats](https://www.imagemagick.org/script/formats.php) (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. | Version | *nix | Windows | @@ -18,51 +18,51 @@ The functionality of ImageMagick is typically utilized from the command line or ImageMagick utilizes multiple computational threads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes. -ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 [license](http://www.imagemagick.org/script/license.php). +ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 [license](https://www.imagemagick.org/script/license.php). The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory error and thread data race detection to prevent security vulnerabilities. -ImageMagick is available from http://www.imagemagick.org/script/binary-releases.php. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others. +ImageMagick is available from https://www.imagemagick.org/script/binary-releases.php. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others. -The authoritative ImageMagick web site is http://www.imagemagick.org. The authoritative source code repository is http://git.imagemagick.org/repos/ImageMagick/. +The authoritative ImageMagick web site is https://www.imagemagick.org. The authoritative source code repository is http://git.imagemagick.org/repos/ImageMagick/. #### Features and Capabilities Here are just a few examples of what ImageMagick can do: -* [Format conversion](http://www.imagemagick.org/script/convert.php): convert an image from one [format](http://www.imagemagick.org/script/formats.php) to another (e.g. PNG to JPEG). -* [Transform](http://www.imagemagick.org/Usage/resize/): resize, rotate, deskew, crop, flip or trim an image. -* [Transparency](http://www.imagemagick.org/Usage/masking/): render portions of an image invisible. -* [Draw](http://www.imagemagick.org/Usage/draw/): add shapes or text to an image. -* [Decorate](http://www.imagemagick.org/Usage/crop/): add a border or frame to an image. -* [Special effects](http://www.imagemagick.org/Usage/blur/): blur, sharpen, threshold, or tint an image. -* [Animation](http://www.imagemagick.org/Usage/anim_basics/): create a GIF animation sequence from a group of images. -* [Text & comments](http://www.imagemagick.org/Usage/text/): insert descriptive or artistic text in an image. -* [Image gradients](http://www.imagemagick.org/script/gradient.php): create a gradual blend of one color whose shape is horizontal, vertical, circular, or ellipical. -* [Image identification](http://www.imagemagick.org/script/identify.php): describe the format and attributes of an image. -* [Composite](http://www.imagemagick.org/script/composite.php): overlap one image over another. -* [Montage](http://www.imagemagick.org/script/montage.php): juxtapose image thumbnails on an image canvas. -* [Generalized pixel distortion](http://www.imagemagick.org/Usage/distorts/): correct for, or induce image distortions including perspective. -* [Morphology of shapes](http://www.imagemagick.org/Usage/morphology/): extract features, describe shapes and recognize patterns in images. -* [Delineate image features](http://www.imagemagick.org/Usage/transform/#vision): Canny edge detection, mean-shift, Hough lines. -* [Motion picture support](http://www.imagemagick.org/script/motion-picture.php): read and write the common image formats used in digital film work. -* [Image calculator](http://www.imagemagick.org/script/fx.php): apply a mathematical expression to an image or image channels. -* [Connected component labeling](http://www.imagemagick.org/script/connected-components.php): uniquely label connected regions in an image. -* [Discrete Fourier transform](http://www.imagemagick.org/Usage/fourier/): implements the forward and inverse [DFT](http://en.wikipedia.org/wiki/Discrete_Fourier_transform). +* [Format conversion](https://www.imagemagick.org/script/convert.php): convert an image from one [format](https://www.imagemagick.org/script/formats.php) to another (e.g. PNG to JPEG). +* [Transform](https://www.imagemagick.org/Usage/resize/): resize, rotate, deskew, crop, flip or trim an image. +* [Transparency](https://www.imagemagick.org/Usage/masking/): render portions of an image invisible. +* [Draw](https://www.imagemagick.org/Usage/draw/): add shapes or text to an image. +* [Decorate](https://www.imagemagick.org/Usage/crop/): add a border or frame to an image. +* [Special effects](https://www.imagemagick.org/Usage/blur/): blur, sharpen, threshold, or tint an image. +* [Animation](https://www.imagemagick.org/Usage/anim_basics/): create a GIF animation sequence from a group of images. +* [Text & comments](https://www.imagemagick.org/Usage/text/): insert descriptive or artistic text in an image. +* [Image gradients](https://www.imagemagick.org/script/gradient.php): create a gradual blend of one color whose shape is horizontal, vertical, circular, or ellipical. +* [Image identification](https://www.imagemagick.org/script/identify.php): describe the format and attributes of an image. +* [Composite](https://www.imagemagick.org/script/composite.php): overlap one image over another. +* [Montage](https://www.imagemagick.org/script/montage.php): juxtapose image thumbnails on an image canvas. +* [Generalized pixel distortion](https://www.imagemagick.org/Usage/distorts/): correct for, or induce image distortions including perspective. +* [Morphology of shapes](https://www.imagemagick.org/Usage/morphology/): extract features, describe shapes and recognize patterns in images. +* [Delineate image features](https://www.imagemagick.org/Usage/transform/#vision): Canny edge detection, mean-shift, Hough lines. +* [Motion picture support](https://www.imagemagick.org/script/motion-picture.php): read and write the common image formats used in digital film work. +* [Image calculator](https://www.imagemagick.org/script/fx.php): apply a mathematical expression to an image or image channels. +* [Connected component labeling](https://www.imagemagick.org/script/connected-components.php): uniquely label connected regions in an image. +* [Discrete Fourier transform](https://www.imagemagick.org/Usage/fourier/): implements the forward and inverse [DFT](http://en.wikipedia.org/wiki/Discrete_Fourier_transform). * [Perceptual hash](http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html): maps visually identical images to the same or similar hash-- useful in image retrieval, authentication, indexing, or copy detection as well as digital watermarking. * [Complex text layout](https://en.wikipedia.org/wiki/Complex_text_layout) bidirectional text support and shaping. -* [Color management](http://www.imagemagick.org/script/color-management.php): accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace. -* [High dynamic-range images](http://www.imagemagick.org/script/high-dynamic-range.php): accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows. -* [Encipher or decipher an image](http://www.imagemagick.org/script/cipher.php): convert ordinary images into unintelligible gibberish and back again. -* [Virtual pixel support](http://www.imagemagick.org/script/architecture.php#virtual-pixels): convenient access to pixels outside the image region. -* [Large image support](http://www.imagemagick.org/script/architecture.php#tera-pixel): read, process, or write mega-, giga-, or tera-pixel image sizes. -* [Threads of execution support](http://www.imagemagick.org/script/architecture.php#threads): ImageMagick is thread safe and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by multicore processor chips. -* [Distributed pixel cache](http://www.imagemagick.org/script/distribute-pixel-cache.php): offload intermediate pixel storage to one or more remote servers. -* [Heterogeneous distributed processing](http://www.imagemagick.org/script/architecture.php#distributed): certain algorithms are OpenCL-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors. -* [ImageMagick on the iPhone](http://www.imagemagick.org/script/binary-releases.php#iOS): convert, edit, or compose images on your iPhone. - -[Examples of ImageMagick Usage](http://www.imagemagick.org/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](http://www.fmwconcepts.com/imagemagick/): a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations. With [Magick.NET](https://magick.codeplex.com/), use ImageMagick without having to install ImageMagick on your server or desktop. +* [Color management](https://www.imagemagick.org/script/color-management.php): accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace. +* [High dynamic-range images](https://www.imagemagick.org/script/high-dynamic-range.php): accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows. +* [Encipher or decipher an image](https://www.imagemagick.org/script/cipher.php): convert ordinary images into unintelligible gibberish and back again. +* [Virtual pixel support](https://www.imagemagick.org/script/architecture.php#virtual-pixels): convenient access to pixels outside the image region. +* [Large image support](https://www.imagemagick.org/script/architecture.php#tera-pixel): read, process, or write mega-, giga-, or tera-pixel image sizes. +* [Threads of execution support](https://www.imagemagick.org/script/architecture.php#threads): ImageMagick is thread safe and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by multicore processor chips. +* [Distributed pixel cache](https://www.imagemagick.org/script/distribute-pixel-cache.php): offload intermediate pixel storage to one or more remote servers. +* [Heterogeneous distributed processing](https://www.imagemagick.org/script/architecture.php#distributed): certain algorithms are OpenCL-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors. +* [ImageMagick on the iPhone](https://www.imagemagick.org/script/binary-releases.php#iOS): convert, edit, or compose images on your iPhone. + +[Examples of ImageMagick Usage](https://www.imagemagick.org/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](http://www.fmwconcepts.com/imagemagick/): a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations. With [Magick.NET](https://magick.codeplex.com/), use ImageMagick without having to install ImageMagick on your server or desktop. #### 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](http://nextgen.imagemagick.org), we aim to improve the design based on lessons learned from the version 6 implementation. See the [porting](http://www.imagemagick.org/script/porting.php) guide to track the progress of the version 7 development effort. +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](http://nextgen.imagemagick.org), we aim to improve the design based on lessons learned from the version 6 implementation. See the [porting](https://www.imagemagick.org/script/porting.php) guide to track the progress of the version 7 development effort. diff --git a/README.txt b/README.txt index 010612676..6c40c9b66 100644 --- a/README.txt +++ b/README.txt @@ -30,11 +30,11 @@ Introduction to ImageMagick security vulnerabilities. ImageMagick is available from - http://www.imagemagick.org/script/binary-releases.php. It runs on Linux, + https://www.imagemagick.org/script/binary-releases.php. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others. The authoritative ImageMagick web site is - http://www.imagemagick.org. The authoritative source code repository is + https://www.imagemagick.org. The authoritative source code repository is http://git.imagemagick.org/repos/ImageMagick/. diff --git a/configure b/configure index 70fff2eac..26530e4d2 100755 --- a/configure +++ b/configure @@ -593,7 +593,7 @@ PACKAGE_TARNAME='ImageMagick' PACKAGE_VERSION='7.0.3-6' PACKAGE_STRING='ImageMagick 7.0.3-6' PACKAGE_BUGREPORT='https://github.com/ImageMagick/ImageMagick/issues' -PACKAGE_URL='http://www.imagemagick.org' +PACKAGE_URL='https://www.imagemagick.org' ac_unique_file="MagickCore/MagickCore.h" # Factoring default headers for most tests. @@ -2103,7 +2103,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . -ImageMagick home page: . +ImageMagick home page: . _ACEOF ac_status=$? fi @@ -38262,7 +38262,7 @@ Configuration commands: $config_commands Report bugs to . -ImageMagick home page: ." +ImageMagick home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/configure.ac b/configure.ac index e552860b4..f96eae24b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, @@ -40,7 +40,7 @@ AC_INIT([ImageMagick], [magick_version], [https://github.com/ImageMagick/ImageMagick/issues], [magick_tar_name], - [http://www.imagemagick.org]) + [https://www.imagemagick.org]) AC_CONFIG_SRCDIR([MagickCore/MagickCore.h]) AC_CONFIG_AUX_DIR([config]) AC_REQUIRE_AUX_FILE([tap-driver.sh]) diff --git a/index.html b/index.html index e1fabbdbd..4d6732203 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - + @@ -49,8 +49,8 @@ Command-line Resources Develop - Search - Community + Search + Community @@ -69,7 +69,7 @@ ImageMagick7.0.2-0. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.

-

The authoritative ImageMagick web site is http://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.

+

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.

We continue to maintain the legacy release of ImageMagick, version 6, at http://legacy.imagemagick.org.

@@ -78,7 +78,7 @@ ImageMagick - + @@ -102,15 +102,15 @@ ImageMagickDecorate + - - + + - + @@ -118,7 +118,7 @@ ImageMagickDraw + @@ -130,7 +130,7 @@ ImageMagickformat to another (e.g. PNG to JPEG). - + @@ -166,7 +166,7 @@ ImageMagickMorphology of shapes + @@ -174,19 +174,19 @@ ImageMagickNoise and color reduction - + + - + - + @@ -194,11 +194,11 @@ ImageMagickparallel to take advantage of speed-ups offered by multicore processor chips. - + - + @@ -208,7 +208,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.

+

Examples 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.

News

@@ -217,7 +217,7 @@ ImageMagicksecurity policy that suits your local environment.

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. If you want to contribute image processing algorithms, other enhancements, or bug fixes, open an issue.

+

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. If you want to contribute image processing algorithms, other enhancements, or bug fixes, open an issue.

diff --git a/magick.sh.in b/magick.sh.in index b034bd78a..3784d50bc 100755 --- a/magick.sh.in +++ b/magick.sh.in @@ -6,7 +6,7 @@ # You may not use this file except in compliance with the License. You may # obtain a copy of the License at # -# http://www.imagemagick.org/script/license.php +# https://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, diff --git a/winpath.sh b/winpath.sh index 70f0be50b..488c268e1 100755 --- a/winpath.sh +++ b/winpath.sh @@ -4,7 +4,7 @@ # # This program is covered by multiple licenses, which are described in # LICENSE. You should have received a copy of LICENSE with this -# package; otherwise see http://www.imagemagick.org/script/license.php. +# package; otherwise see https://www.imagemagick.org/script/license.php. # # Convert the specified POSIX path to a Windows path under MinGW and Cygwin # The optional second parameter specifies the level of backslash escaping
AnimationAnimation create a GIF animation sequence from a group of images.
Decorate add a border or frame to an image.
Delineate image featuresCanny edge detection, Hough lines.Delineate image featuresCanny edge detection, Hough lines.
Discrete Fourier transformDiscrete Fourier transform implements the forward and inverse DFT.
Draw add shapes or text to an image.
Generalized pixel distortionGeneralized pixel distortion correct for, or induce image distortions including perspective.
Morphology of shapes extract features, describe shapes, and recognize patterns in images.
Kuwahara Filter, mean-shift.Noise and color reductionKuwahara Filter, mean-shift.
Perceptual hash map visually identical images to the same or similar hash-- useful in image retrieval, authentication, indexing, or copy detection as well as digital watermarking.
Special effectsSpecial effects blur, sharpen, threshold, or tint an image.
Text & commentsText & comments insert descriptive or artistic text in an image.
TransformTransform resize, rotate, deskew, crop, flip or trim an image.
TransparencyTransparency render portions of an image invisible.