Reporting Bugs
Please report any bugs via the Magick++ Bug Tracking System at
-http://www.imagemagick.org/discourse-server/.
+https://imagemagick.org/discourse-server/.
"<delegatemap>"
" <delegate decode=\"bpg\" command=\""bpgdec" -b 16 -o "%o.png" "%i"; mv "%o.png" "%o"\"/>"
" <delegate decode=\"png\" encode=\"bpg\" command=\""bpgenc" -b 12 -o "%o" "%i"\"/>"
- " <delegate decode=\"browse\" stealth=\"True\" spawn=\"True\" command=\""xdg-open" http://www.imagemagick.org/; rm "%i"\"/>"
+ " <delegate decode=\"browse\" stealth=\"True\" spawn=\"True\" command=\""xdg-open" https://imagemagick.org/; rm "%i"\"/>"
" <delegate decode=\"cdr\" command=\""uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o"\"/>"
" <delegate decode=\"cgm\" command=\""uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o"\"/>"
" <delegate decode=\"https\" command=\""curl" -s -k -L -o "%o" "https:%M"\"/>"
2014-11-05 7.03 Cristy <quetzlzacatenango@image...>
* Add support for $image->Colorspace() (reference
- https://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=30980).
+ https://imagemagick.org/discourse-server/viewtopic.php?f=7&t=30980).
2011-08-01 7.00 Cristy <quetzlzacatenango@image...>
* New version 7.00.
# 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://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,
A web page has been set up for this extension. See:
file:///usr/local/share/doc/ImageMagick-7.0.0/www/perl-magick.html
- http://www.imagemagick.org/script/perl-magick.php
+ https://imagemagick.org/script/perl-magick.php
If you have problems, go to
- http://www.imagemagick.org/discourse-server/viewforum.php?f=7
+ https://imagemagick.org/discourse-server/viewforum.php?f=7
=head1 AUTHOR
# Please check the following prerequisites:
#
# 1) You need to have installed ImageMagick Windows binaries from
-# http://www.imagemagick.org/script/binary-releases.php#windows
+# https://imagemagick.org/script/binary-releases.php#windows
#
# 2) We only support dynamic (DLL) ImageMagick binaries
# note: it is not possible to mix 32/64-bit binaries of perl and ImageMagick
#
# 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://imagemagick.org/script/license.php.
#
# Makefile for building PerlMagick under Windows
#
# 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://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,
# 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://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,
<Project>
<name>ImageMagick</name>
<shortdesc xml:lang="en">ImageMagick: convert, edit, or compose images.</shortdesc>
- <homepage rdf:resource="https://www.imagemagick.org/"/>
+ <homepage rdf:resource="https://imagemagick.org/"/>
<created>@PACKAGE_RELEASE_DATE@</created>
<description xml:lang="en">
security vulnerabilities.
ImageMagick is available from
- https://www.imagemagick.org/script/download.php. It runs on Linux, Windows,
+ https://imagemagick.org/script/download.php. 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
+ https://imagemagick.org. The authoritative source code repository is
https://git.imagemagick.org/repos/ImageMagick/.
<maintainer>
<foaf:Person>
<foaf:name>ImageMagick Studio LLC</foaf:name>
- <foaf:homepage rdf:resource="https://www.imagemagick.org/"/>
+ <foaf:homepage rdf:resource="https://imagemagick.org/"/>
</foaf:Person>
</maintainer>
</Version>
</release>
- <download-page rdf:resource="https://www.imagemagick.org/script/download.php"/>
+ <download-page rdf:resource="https://imagemagick.org/script/download.php"/>
<download-mirror rdf:resource="https://sourceforge.net/projects/imagemagick/"/>
<!-- Licensing details -->
- <license rdf:resource="https://www.imagemagick.org/script/license.php"/>
+ <license rdf:resource="https://imagemagick.org/script/license.php"/>
<!-- source repository -->
<repository>
<foaf:maker>
<foaf:Person>
<foaf:name>ImageMagick Studio LLC</foaf:name>
- <foaf:homepage rdf:resource="https://www.imagemagick.org/"/>
+ <foaf:homepage rdf:resource="https://imagemagick.org/"/>
</foaf:Person>
</foaf:maker>
</rdf:Description>
# 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://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,
<configure name="TARGET_OS" value="@MAGICK_TARGET_OS@"/>
<configure name="TARGET_VENDOR" value="@MAGICK_TARGET_VENDOR@"/>
<configure name="VERSION" value="@PACKAGE_VERSION@"/>
- <configure name="WEBSITE" value="http://www.imagemagick.org"/>
+ <configure name="WEBSITE" value="https://imagemagick.org"/>
</configuremap>
<delegate decode="bpg" command=""@BPGDecodeDelegate@" -b 16 -o "%o.png" "%i"; @MVDelegate@ "%o.png" "%o""/>
<delegate decode="png" encode="bpg" command=""@BPGEncodeDelegate@" -b 12 -o "%o" "%i""/>
<delegate decode="blender" command=""@BlenderDecodeDelegate@" -b "%i" -F PNG -o "%o""\n"@ConvertDelegate@" convert -concatenate "%o*.png" "%o""/>
- <delegate decode="browse" stealth="True" spawn="True" command=""@BrowseDelegate@" http://www.imagemagick.org/; @RMDelegate@ "%i""/>
+ <delegate decode="browse" stealth="True" spawn="True" command=""@BrowseDelegate@" https://imagemagick.org/; @RMDelegate@ "%i""/>
<delegate decode="cdr" command=""@UniconvertorDelegate@" "%i" "%o.svg"; @MVDelegate@ "%o.svg" "%o""/>
<delegate decode="cgm" command=""@UniconvertorDelegate@" "%i" "%o.svg"; @MVDelegate@ "%o.svg" "%o""/>
<delegate decode="https" command=""@WWWDecodeDelegate@" -s -k -L -o "%o" "https:%M""/>
# 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://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,
# 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://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,
<table border="0" cellpadding="0" cellspacing="0" summary="Masthead" width="100%">
<tbody>
<tr>
-<td bgcolor="#003399" width="25%" height="118" background="../images/background.gif"><a href="http://www.imagemagick.org/"><img src="../images/script.gif" width="278" height="118" border="0" alt="" /></a></td>
+<td bgcolor="#003399" width="25%" height="118" background="../images/background.gif"><a href="https://imagemagick.org/"><img src="../images/script.gif" width="278" height="118" border="0" alt="" /></a></td>
<td bgcolor="#003399" width="60%" height="118" background="../images/background.gif"><a href="http://www.networkeleven.com/direct.php?magick_all"><img src="../images/promote.png" border="0" width="186" height="52" vspace="29" alt="Powered by NetworkEleven" /></a></td>
<td bgcolor="#003399" width="114" height="118" align="right"><img src="../images/sprite.png" width="114" height="118" alt="" /></td>
-<td bgcolor="#003399" width="114" height="118" align="right"><a href="http://www.imagemagick.net"><img src="../images/logo.png" width="114" height="118" border="0" alt="ImageMagick logo" /></a></td>
+<td bgcolor="#003399" width="114" height="118" align="right"><a href="https://imagemagick.net"><img src="../images/logo.png" width="114" height="118" border="0" alt="ImageMagick logo" /></a></td>
</tr></tbody></table>
</table><table align="left" border=0 cellpadding=2 cellspacing=2 summary="Navigation buttons" width="20%">
<tr>
# 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://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,