Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

1,374,988

Downloads of v 7.1.2.100:

3,932

Last Update:

13 Aug 2025

Package Maintainer(s):

Software Author(s):

  • ImageMagick Studio LLC

Tags:

ImageMagick (Install)

This is not the latest version of ImageMagick (Install) available.

  • 1
  • 2
  • 3

7.1.2.100 | Updated: 13 Aug 2025

Downloads:

1,374,988

Downloads of v 7.1.2.100:

3,932

Maintainer(s):

Software Author(s):

  • ImageMagick Studio LLC

ImageMagick (Install) 7.1.2.100

This is not the latest version of ImageMagick (Install) available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by ImageMagick Studio LLC. The inclusion of ImageMagick Studio LLC trademark(s), if any, upon this webpage is solely to identify ImageMagick Studio LLC goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install ImageMagick (Install), run the following command from the command line or from PowerShell:

>

To upgrade ImageMagick (Install), run the following command from the command line or from PowerShell:

>

To uninstall ImageMagick (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade imagemagick.app -y --source="'INTERNAL REPO URL'" --version="'7.1.2.100'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade imagemagick.app -y --source="'INTERNAL REPO URL'" --version="'7.1.2.100'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install imagemagick.app
  win_chocolatey:
    name: imagemagick.app
    version: '7.1.2.100'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'imagemagick.app' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '7.1.2.100'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller imagemagick.app
{
    Name     = "imagemagick.app"
    Version  = "7.1.2.100"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'imagemagick.app':
  ensure   => '7.1.2.100',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.

  • Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
  • Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
  • Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.

Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.

Package Approved

This package was approved as a trusted package on 13 Aug 2025.

Description

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 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. 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.

This package installs the dynamic 16 bits-per-pixel (with high dynamic-range imaging enabled for x64) version of ImageMagick.

You can add -PackageParameters InstallDevelopmentHeaders=true to the choco install command in order to install the development headers and libraries for C and C++

You can add -PackageParameters LegacySupport=true to the choco install command in order to install the legacy utilities (e.g. convert)

You can add -PackageParameters NoDesktop=true to the choco install command in order to not create a desktop icon

You can add -PackageParameters InstallOldFFmpeg=true to the choco install command to install the FFmpeg included with ImageMagick


legal\LICENSE.txt
From: https://github.com/ImageMagick/ImageMagick/blob/master/LICENSE

--------------------

                         ImageMagick License
             https://imagemagick.org/script/license.php

Before we get to the text of the license, lets just review what the license says in simple terms:

It allows you to:

  * freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes;
  * use ImageMagick software in packages or distributions that you create;
  * link against a library under a different license;
  * link code under a different license against a library under this license;
  * merge code into a work under a different license;
  * extend patent grants to any code using code under this license;
  * and extend patent protection.

It forbids you to:

  * redistribute any piece of ImageMagick-originated software without proper attribution;
  * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution;
  * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question.

It requires you to:

  * include a copy of the license in any redistribution you may make that includes ImageMagick software;
  * provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software.

It does not require you to:

  * include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;
  * submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged).

A few other clarifications include:

  * ImageMagick is freely available without charge;
  * you may include ImageMagick on a DVD as long as you comply with the terms of the license;
  * you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software;
  * the license is compatible with the GPL V3.
  * when exporting the ImageMagick software, review its export classification.

Terms and Conditions for Use, Reproduction, and Distribution

The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow:

Copyright @ 1999 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.

1. Definitions.

License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.

Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.

Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.

You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License.

Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.

Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.

Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).

Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.

Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as Not a Contribution.

Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:

  * You must give any other recipients of the Work or Derivative Works a copy of this License; and
  * You must cause any modified files to carry prominent notices stating that You changed the files; and
  * You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
  * If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.

How to Apply the License to your Work

To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information (don't include the brackets). The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   Licensed under the ImageMagick License (the "License"); you may not use
   this file except in compliance with the License.  You may obtain a copy
   of the License at

     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, WITHOUT
   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
   License for the specific language governing permissions and limitations
   under the License.
legal\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Go to

   x32: https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-1-Q16-x86-dll.exe
   x64: https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-1-Q16-HDRI-x64-dll.exe

   to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
   - Use powershell function 'Get-FileHash'
   - Use Chocolatey utility 'checksum.exe'

   checksum32: 5E953240A9A27A66FA5C2B4C10EA4822108967F9B89EA92A0AE7365DD9ACA768
   checksum64: 4ADF1C80D9A37DB9372B9C3580F8B2F9C96DA64519043C4DF96DBCD60E4B808A
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir              = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
  packageName    = $Env:ChocolateyPackageName
  installerType  = 'exe'
  file           = Get-Item $toolsDir\*_x32.exe
  file64         = Get-Item $toolsDir\*_x64.exe
  silentArgs     = '/VERYSILENT'
  validExitCodes = @(0)
  softwareName   = 'ImageMagick*'
}

if ($env:chocolateyPackageParameters) {
    $packageParams = ConvertFrom-StringData $env:chocolateyPackageParameters.Replace(" ", "`n")
    $additionalTasks = @()
    if ($packageParams.InstallDevelopmentHeaders) {
        $additionalTasks += 'install_devel'
    }
    if ($packageParams.LegacySupport) {
        $additionalTasks += 'legacy_support'
    }
    if ($packageParams.NoDesktop) {
        $additionalTasks += '!desktop_icon'
    }
    if (-not $packageParams.InstallOldFFmpeg) {
        $additionalTasks += '!install_FFmpeg'
        # If NOT installing FFmpeg when NOT present, warn of unavailable features. Suggest 'choco install ffmpeg'.
        if (-not (Get-Command ffmpeg -ErrorAction SilentlyContinue)) {
            Write-Warning "FFmpeg is not present on this system and ImageMagick's outdated FFmpeg has not been enabled. Some ImageMagick features will be unavailable. Install FFmpeg via 'choco install ffmpeg'."
        }
    }
    # If FFmpeg is already present, warn user of PATH conflicts
    elseif (Get-Command ffmpeg -ErrorAction SilentlyContinue) {
        Write-Warning "FFmpeg is already present on the system. Installing ImageMagicks's FFmpeg will cause a PATH conflict and ImageMagick's outdated FFmpeg will be selected."
    }

    if ($additionalTasks.length -gt 0) {
        $packageArgs.silentArgs = $packageArgs.silentArgs + ' /MERGETASKS=' + ($additionalTasks -join ',')
    }
}

#Uninstall old version if present
$UninstallKey = $(Get-UninstallRegistryKey -softwareName $packageArgs.softwareName).UninstallString

if ($UninstallKey.count -eq 1) {
    # foreach ($key in $UninstallKey){
        Write-Host "Uninstalling previous version is required for silent upgrade"
        Uninstall-ChocolateyPackage $packageArgs.packageName $packageArgs.installerType $packageArgs.silentArgs $UninstallKey
    # }
}elseif ($UninstallKey.count -gt 1) {
    throw "Uninstallation of the old version was aborted because they are too much uninstall entries. List of entries : $UninstallKey"
}

Write-Verbose "Installing with arguments: $($packageArgs.silentArgs)"
Install-ChocolateyInstallPackage @packageArgs

# Remove the binaries from the tools folder so they do not take up extra space.
Get-ChildItem $toolsDir\*.exe | ForEach-Object { Remove-Item $_ -ErrorAction SilentlyContinue; if (Test-Path $_) { Set-Content "$_.ignore" "" } }
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop';

$packageArgs = @{
  packageName    = $Env:ChocolateyPackageName
  installerType  = 'exe'
  silentArgs     = '/VERYSILENT'
  validExitCodes = @(0)
  softwareName   = 'ImageMagick*'
}
   
$UninstallKey = $(Get-UninstallRegistryKey -softwareName $packageArgs.softwareName).UninstallString

if ($UninstallKey.count -eq 1) {
        Uninstall-ChocolateyPackage $packageArgs.packageName $packageArgs.installerType $packageArgs.silentArgs $UninstallKey
}elseif ($UninstallKey.count -gt 1) {
    throw "Uninstallation was aborted because they are too much uninstall entries. List of entries : $UninstallKey"
}
tools\ImageMagick-7.1.2-1-Q16-HDRI-x64-dll_x64.exe
md5: D11BE69E7A58FA6C21EA9F881AE24A4C | sha1: A0DCE2CBD8CD33721A56BB058E150A794AD6D7E9 | sha256: 4ADF1C80D9A37DB9372B9C3580F8B2F9C96DA64519043C4DF96DBCD60E4B808A | sha512: B5D3F520ED4FB10007990C773B2222707969D194F3506B410B0EC0B4D27B184EE6385D8D598718E7929717F5B9B78049B74FE96FC9BEFDD8995C6B458F86C662
tools\ImageMagick-7.1.2-1-Q16-x86-dll_x32.exe
md5: 39C78ED0B42036F3531E03385361601F | sha1: 8842B82C5C51FE7AC5FEE038A0B512B1578881C4 | sha256: 5E953240A9A27A66FA5C2B4C10EA4822108967F9B89EA92A0AE7365DD9ACA768 | sha512: 166C32D7BEE1633F79B0713E85558C59E94D17BA27DF584F846303416E5A08DA7862771901AC113C581460B95FE17B8C0689B188AFDC3F2592D2D28054562AB2

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
ImageMagick (Install) 7.1.2.100 3932 Wednesday, August 13, 2025 Approved
ImageMagick (Install) 7.1.2 7595 Friday, July 18, 2025 Approved
ImageMagick (Install) 7.1.1.4700 24052 Sunday, March 30, 2025 Approved
ImageMagick (Install) 7.1.1.4600 3621 Wednesday, March 19, 2025 Approved
ImageMagick (Install) 7.1.1.4500 3392 Monday, March 10, 2025 Approved
ImageMagick (Install) 7.1.1.4400 4361 Sunday, February 23, 2025 Approved
ImageMagick (Install) 7.1.1.4300 13346 Monday, December 23, 2024 Approved
ImageMagick (Install) 7.1.1.4200 464 Sunday, December 22, 2024 Approved
ImageMagick (Install) 7.1.1.4100 7665 Sunday, November 17, 2024 Approved
ImageMagick (Install) 7.1.1.4000 2822 Sunday, November 10, 2024 Approved
ImageMagick (Install) 7.1.1.3900 8053 Sunday, October 6, 2024 Approved
ImageMagick (Install) 7.1.1.3800 6788 Monday, September 2, 2024 Approved
ImageMagick (Install) 7.1.1.3700 2616 Monday, August 26, 2024 Approved
ImageMagick (Install) 7.1.1.3600 5854 Sunday, July 28, 2024 Approved
ImageMagick (Install) 7.1.1.3500 3493 Monday, July 15, 2024 Approved
ImageMagick (Install) 7.1.1.3400 4916 Monday, June 24, 2024 Approved
ImageMagick (Install) 7.1.1.3300 3278 Sunday, May 26, 2024 Approved
ImageMagick (Install) 7.1.1.3200 1182 Monday, May 6, 2024 Approved
ImageMagick (Install) 7.1.1.3100 971 Monday, April 22, 2024 Approved
ImageMagick (Install) 7.1.1.3000 957 Monday, April 8, 2024 Approved
ImageMagick (Install) 7.1.1.2900 39228 Monday, February 26, 2024 Approved
ImageMagick (Install) 7.1.1.2800 5662 Monday, February 12, 2024 Approved
ImageMagick (Install) 7.1.1.2700 5708 Monday, January 22, 2024 Approved
ImageMagick (Install) 7.1.1.2600 4321 Monday, January 8, 2024 Approved
ImageMagick (Install) 7.1.1.2500 2996 Sunday, December 31, 2023 Approved
ImageMagick (Install) 7.1.1.2400 1893 Tuesday, December 26, 2023 Approved
ImageMagick (Install) 7.1.1.2300 4300 Monday, December 11, 2023 Approved
ImageMagick (Install) 7.1.1.2200 3626 Monday, December 4, 2023 Approved
ImageMagick (Install) 7.1.1.2100 10674 Sunday, October 22, 2023 Approved
ImageMagick (Install) 7.1.1.2000 4428 Monday, October 9, 2023 Approved
ImageMagick (Install) 7.1.1.1900 3004 Sunday, October 1, 2023 Approved
ImageMagick (Install) 7.1.1.1800 3059 Sunday, September 24, 2023 Approved
ImageMagick (Install) 7.1.1.1700 2636 Wednesday, September 20, 2023 Approved
ImageMagick (Install) 7.1.1.1600 1376 Monday, September 18, 2023 Approved
ImageMagick (Install) 7.1.1.1500 9637 Monday, July 31, 2023 Approved
ImageMagick (Install) 7.1.1.1400 2685 Saturday, July 22, 2023 Approved
ImageMagick (Install) 7.1.1.1300 2624 Monday, July 17, 2023 Approved
ImageMagick (Install) 7.1.1.1200 5465 Monday, June 26, 2023 Approved
ImageMagick (Install) 7.1.1.1100 7554 Tuesday, May 30, 2023 Approved
ImageMagick (Install) 7.1.1.1000 3053 Monday, May 22, 2023 Approved
ImageMagick (Install) 7.1.1.900 2424 Monday, May 15, 2023 Approved
ImageMagick (Install) 7.1.1.800 5596 Sunday, April 23, 2023 Approved
ImageMagick (Install) 7.1.1.600 5094 Monday, April 3, 2023 Approved
ImageMagick (Install) 7.1.1.500 2841 Tuesday, March 28, 2023 Approved
ImageMagick (Install) 7.1.1.400 2956 Sunday, March 19, 2023 Approved
ImageMagick (Install) 7.1.1.300 2903 Sunday, March 12, 2023 Approved
ImageMagick (Install) 7.1.1.200 782 Friday, March 10, 2023 Approved
ImageMagick (Install) 7.1.0.6200 3569 Monday, February 13, 2023 Approved
ImageMagick (Install) 7.1.0.6100 5799 Wednesday, February 8, 2023 Approved
ImageMagick (Install) 7.1.0.60 3046 Monday, January 30, 2023 Approved
ImageMagick (Install) 7.1.0.59 1300 Sunday, January 29, 2023 Approved
ImageMagick (Install) 7.1.0.58 1248 Wednesday, January 25, 2023 Approved
ImageMagick (Install) 7.1.0.57 5227 Saturday, December 31, 2022 Approved
ImageMagick (Install) 7.1.0.56 3186 Thursday, December 29, 2022 Approved
ImageMagick (Install) 7.1.0.55 1886 Monday, December 19, 2022 Approved
ImageMagick (Install) 7.1.0.54 3986 Sunday, December 11, 2022 Approved
ImageMagick (Install) 7.1.0.53 2138 Monday, December 5, 2022 Approved
ImageMagick (Install) 7.1.0.52 3316 Tuesday, November 8, 2022 Approved
ImageMagick (Install) 7.1.0.51 7489 Tuesday, October 18, 2022 Approved
ImageMagick (Install) 7.1.0.50 3164 Sunday, October 9, 2022 Approved
ImageMagick (Install) 7.1.0.49 3713 Sunday, September 25, 2022 Approved
ImageMagick (Install) 7.1.0.48 4797 Monday, September 12, 2022 Approved
ImageMagick (Install) 7.1.0.47 5348 Sunday, August 28, 2022 Approved
ImageMagick (Install) 7.1.0.46 2672 Thursday, August 18, 2022 Approved
ImageMagick (Install) 7.1.0.45 2635 Tuesday, August 2, 2022 Approved
ImageMagick (Install) 7.1.0.44 4536 Monday, July 25, 2022 Approved
ImageMagick (Install) 7.1.0.43 3739 Sunday, July 10, 2022 Approved
ImageMagick (Install) 7.1.0.41 1451 Thursday, July 7, 2022 Approved
ImageMagick (Install) 7.1.0.40 1599 Monday, July 4, 2022 Approved
ImageMagick (Install) 7.1.0.37 6480 Monday, June 6, 2022 Approved
ImageMagick (Install) 7.1.0.36 2153 Tuesday, May 31, 2022 Approved
ImageMagick (Install) 7.1.0.35 3822 Wednesday, May 18, 2022 Approved
ImageMagick (Install) 7.1.0.34 1218 Monday, May 16, 2022 Approved
ImageMagick (Install) 7.1.0.33 2566 Sunday, May 8, 2022 Approved
ImageMagick (Install) 7.1.0.32 2834 Sunday, May 1, 2022 Approved
ImageMagick (Install) 7.1.0.31 2403 Sunday, April 24, 2022 Approved
ImageMagick (Install) 7.1.0.30 1578 Monday, April 18, 2022 Approved
ImageMagick (Install) 7.1.0.29 6046 Monday, March 28, 2022 Approved
ImageMagick (Install) 7.1.0.28 1583 Tuesday, March 22, 2022 Approved
ImageMagick (Install) 7.1.0.27 4628 Sunday, March 6, 2022 Approved
ImageMagick (Install) 7.1.0.26 3104 Tuesday, February 22, 2022 Approved
ImageMagick (Install) 7.1.0.25 1704 Wednesday, February 16, 2022 Approved
ImageMagick (Install) 7.1.0.24 2673 Sunday, February 13, 2022 Approved
ImageMagick (Install) 7.1.0.23 2421 Sunday, February 6, 2022 Approved
ImageMagick (Install) 7.1.0.22 2582 Sunday, January 30, 2022 Approved
ImageMagick (Install) 7.1.0.21 590 Saturday, January 29, 2022 Approved
ImageMagick (Install) 7.1.0.20 2408 Sunday, January 23, 2022 Approved
ImageMagick (Install) 7.1.0.19 5997 Thursday, December 23, 2021 Approved
ImageMagick (Install) 7.1.0.18 2027 Sunday, December 19, 2021 Approved
ImageMagick (Install) 7.1.0.17 3428 Monday, December 6, 2021 Approved
ImageMagick (Install) 7.1.0.16 2990 Thursday, November 25, 2021 Approved
ImageMagick (Install) 7.1.0.15 2705 Sunday, November 21, 2021 Approved
ImageMagick (Install) 7.1.0.14 1517 Tuesday, November 16, 2021 Approved
ImageMagick (Install) 7.1.0.13 4137 Saturday, October 30, 2021 Approved
ImageMagick (Install) 7.1.0.12 1702 Wednesday, October 27, 2021 Approved
ImageMagick (Install) 7.1.0.11 1241 Monday, October 25, 2021 Approved
ImageMagick (Install) 7.1.0.10 3641 Monday, October 11, 2021 Approved
ImageMagick (Install) 7.1.0.9 2266 Monday, October 4, 2021 Approved
ImageMagick (Install) 7.1.0.8 3900 Sunday, September 19, 2021 Approved
ImageMagick (Install) 7.1.0.7 2027 Monday, September 13, 2021 Approved
ImageMagick (Install) 7.1.0.5 4174 Monday, August 23, 2021 Approved
ImageMagick (Install) 7.1.0.4 5041 Monday, July 19, 2021 Approved
ImageMagick (Install) 7.1.0.3 697 Sunday, July 18, 2021 Approved
ImageMagick (Install) 7.1.0.2 4456 Saturday, June 26, 2021 Approved
ImageMagick (Install) 7.1.0.1 1573 Tuesday, June 22, 2021 Approved
ImageMagick (Install) 7.1.0.0 3335 Monday, June 14, 2021 Approved
ImageMagick (Install) 7.0.11.14 3112 Tuesday, June 1, 2021 Approved
ImageMagick (Install) 7.0.11.13 2690 Wednesday, May 19, 2021 Approved
ImageMagick (Install) 7.0.11.12 2358 Monday, May 10, 2021 Approved
ImageMagick (Install) 7.0.11.11 1487 Thursday, May 6, 2021 Approved
ImageMagick (Install) 7.0.11.10 1776 Friday, April 30, 2021 Approved
ImageMagick (Install) 7.0.11.9 206 Monday, April 26, 2021 Approved
ImageMagick (Install) 7.0.11.8 2835 Sunday, April 18, 2021 Approved
ImageMagick (Install) 7.0.11.7 1732 Tuesday, April 13, 2021 Approved
ImageMagick (Install) 7.0.11.6 2817 Sunday, April 4, 2021 Approved
ImageMagick (Install) 7.0.11.5 968 Monday, March 29, 2021 Approved
ImageMagick (Install) 7.0.11.4 3581 Sunday, March 21, 2021 Approved
ImageMagick (Install) 7.0.11.3 3159 Monday, March 8, 2021 Approved
ImageMagick (Install) 7.0.11.2 2270 Monday, March 1, 2021 Approved
ImageMagick (Install) 7.0.11.1 2529 Monday, February 22, 2021 Approved
ImageMagick (Install) 7.0.11.0 2708 Saturday, February 13, 2021 Approved
ImageMagick (Install) 7.0.10.62 2369 Monday, February 8, 2021 Approved
ImageMagick (Install) 7.0.10.61 2471 Sunday, January 31, 2021 Approved
ImageMagick (Install) 7.0.10.60 1476 Tuesday, January 26, 2021 Approved
ImageMagick (Install) 7.0.10.59 1719 Monday, January 25, 2021 Approved
ImageMagick (Install) 7.0.10.58 2603 Sunday, January 17, 2021 Approved
ImageMagick (Install) 7.0.10.57 2828 Sunday, January 10, 2021 Approved
ImageMagick (Install) 7.0.10.56 6648 Wednesday, January 6, 2021 Approved
ImageMagick (Install) 7.0.10.55 1489 Monday, January 4, 2021 Approved
ImageMagick (Install) 7.0.10.54 397 Sunday, January 3, 2021 Approved
ImageMagick (Install) 7.0.10.53 5650 Friday, December 25, 2020 Approved
ImageMagick (Install) 7.0.10.52 2046 Sunday, December 20, 2020 Approved
ImageMagick (Install) 7.0.10.51 680 Saturday, December 19, 2020 Approved
ImageMagick (Install) 7.0.10.50 1170 Thursday, December 17, 2020 Approved
ImageMagick (Install) 7.0.10.49 1346 Tuesday, December 15, 2020 Approved
ImageMagick (Install) 7.0.10.48 1513 Friday, December 11, 2020 Approved
ImageMagick (Install) 7.0.10.47 598 Thursday, December 10, 2020 Approved
ImageMagick (Install) 7.0.10.46 2152 Sunday, December 6, 2020 Approved
ImageMagick (Install) 7.0.10.45 1621 Tuesday, December 1, 2020 Approved
ImageMagick (Install) 7.0.10.44 1461 Sunday, November 29, 2020 Approved
ImageMagick (Install) 7.0.10.43 1598 Tuesday, November 24, 2020 Approved
ImageMagick (Install) 7.0.10.42 737 Monday, November 23, 2020 Approved
ImageMagick (Install) 7.0.10.41 629 Sunday, November 22, 2020 Approved
ImageMagick (Install) 7.0.10.40 348 Saturday, November 21, 2020 Approved
ImageMagick (Install) 7.0.10.39 1175 Wednesday, November 18, 2020 Approved
ImageMagick (Install) 7.0.10.37 2901 Sunday, November 8, 2020 Approved
ImageMagick (Install) 7.0.10.36 374 Saturday, November 7, 2020 Approved
ImageMagick (Install) 7.0.10.35 1924 Monday, November 2, 2020 Approved
ImageMagick (Install) 7.0.10.29 8594 Monday, September 7, 2020 Approved
ImageMagick (Install) 7.0.10.28 3470 Monday, August 17, 2020 Approved
ImageMagick (Install) 7.0.10.27 1149 Wednesday, August 12, 2020 Approved
ImageMagick (Install) 7.0.10.26 1362 Monday, August 10, 2020 Approved
ImageMagick (Install) 7.0.10.19 6810 Saturday, June 13, 2020 Approved
ImageMagick (Install) 7.0.10.18 872 Wednesday, June 10, 2020 Approved
ImageMagick (Install) 7.0.10.17 1120 Monday, June 8, 2020 Approved
ImageMagick (Install) 7.0.10.16 2050 Monday, June 1, 2020 Approved
ImageMagick (Install) 7.0.10.15 556 Sunday, May 31, 2020 Approved
ImageMagick (Install) 7.0.10.14 1743 Sunday, May 24, 2020 Approved
ImageMagick (Install) 7.0.10.13 1320 Monday, May 18, 2020 Approved
ImageMagick (Install) 7.0.10.12 1035 Saturday, May 16, 2020 Approved
ImageMagick (Install) 7.0.10.11 1742 Sunday, May 10, 2020 Approved
ImageMagick (Install) 7.0.10.10 2264 Wednesday, April 29, 2020 Approved
ImageMagick (Install) 7.0.10.9 947 Tuesday, April 28, 2020 Approved
ImageMagick (Install) 7.0.10.8 773 Sunday, April 26, 2020 Approved
ImageMagick (Install) 7.0.10.7 1473 Monday, April 20, 2020 Approved
ImageMagick (Install) 7.0.10.6 1706 Tuesday, April 7, 2020 Approved
ImageMagick (Install) 7.0.10.5 1698 Monday, April 6, 2020 Approved
ImageMagick (Install) 7.0.10.3 1601 Sunday, March 29, 2020 Approved
ImageMagick (Install) 7.0.10.2 1553 Monday, March 23, 2020 Approved
ImageMagick (Install) 7.0.10.1 1573 Tuesday, March 17, 2020 Approved
ImageMagick (Install) 7.0.10.0 3410 Sunday, March 8, 2020 Approved
ImageMagick (Install) 7.0.9.27 1593 Sunday, March 1, 2020 Approved
ImageMagick (Install) 7.0.9.26 1406 Tuesday, February 25, 2020 Approved
ImageMagick (Install) 7.0.9.25 951 Saturday, February 22, 2020 Approved
ImageMagick (Install) 7.0.9.24 1106 Tuesday, February 18, 2020 Approved
ImageMagick (Install) 7.0.9.23 903 Sunday, February 16, 2020 Approved
ImageMagick (Install) 7.0.9.22 1689 Sunday, February 9, 2020 Approved
ImageMagick (Install) 7.0.9.21 1763 Sunday, February 2, 2020 Approved
ImageMagick (Install) 7.0.9.20 1116 Wednesday, January 29, 2020 Approved
ImageMagick (Install) 7.0.9.19 872 Monday, January 27, 2020 Approved
ImageMagick (Install) 7.0.9.17 1621 Tuesday, January 21, 2020 Approved
ImageMagick (Install) 7.0.9.16 1601 Monday, January 13, 2020 Approved
ImageMagick (Install) 7.0.9.14 1370 Tuesday, January 7, 2020 Approved
ImageMagick (Install) 7.0.9.12 331 Monday, January 6, 2020 Approved
ImageMagick (Install) 7.0.9.10 247 Tuesday, January 7, 2020 Approved
ImageMagick (Install) 7.0.9.9 1584 Thursday, December 19, 2019 Approved
ImageMagick (Install) 7.0.9.8 1478 Monday, December 9, 2019 Approved
ImageMagick (Install) 7.0.9.7 1144 Tuesday, December 3, 2019 Approved
ImageMagick (Install) 7.0.9.6 969 Thursday, November 28, 2019 Approved
ImageMagick (Install) 7.0.9.5 3556 Monday, November 18, 2019 Approved
ImageMagick (Install) 7.0.9.4 548 Sunday, November 17, 2019 Approved
ImageMagick (Install) 7.0.9.3 581 Friday, November 15, 2019 Approved
ImageMagick (Install) 7.0.9.2 1598 Saturday, November 2, 2019 Approved
ImageMagick (Install) 7.0.9.1 758 Wednesday, October 30, 2019 Approved
ImageMagick (Install) 7.0.9.0 874 Sunday, October 27, 2019 Approved
ImageMagick (Install) 7.0.8.68 4320 Monday, October 7, 2019 Approved
ImageMagick (Install) 7.0.8.67 1113 Wednesday, October 2, 2019 Approved
ImageMagick (Install) 7.0.8.66 2120 Thursday, September 26, 2019 Approved
ImageMagick (Install) 7.0.8.64 1698 Thursday, September 12, 2019 Approved
ImageMagick (Install) 7.0.8.63 1328 Wednesday, September 4, 2019 Approved
ImageMagick (Install) 7.0.8.62 3415 Monday, August 26, 2019 Approved
ImageMagick (Install) 7.0.8.61 1453 Monday, August 19, 2019 Approved
ImageMagick (Install) 7.0.8.56 3443 Monday, July 22, 2019 Approved
ImageMagick (Install) 7.0.8.55 550 Sunday, July 21, 2019 Approved
ImageMagick (Install) 7.0.8.54 568 Friday, July 19, 2019 Approved
ImageMagick (Install) 7.0.8.53 1839 Tuesday, July 9, 2019 Approved
ImageMagick (Install) 7.0.8.49 1936 Wednesday, June 12, 2019 Approved
ImageMagick (Install) 7.0.8.48 522409 Monday, June 3, 2019 Approved
ImageMagick (Install) 7.0.8.45 2422 Monday, May 13, 2019 Approved
ImageMagick (Install) 7.0.8.44 928 Thursday, May 9, 2019 Approved
ImageMagick (Install) 7.0.8.34 4296 Friday, March 22, 2019 Approved
ImageMagick (Install) 7.0.8.33 1407 Wednesday, March 13, 2019 Approved
ImageMagick (Install) 7.0.8.32 1100 Thursday, March 7, 2019 Approved
ImageMagick (Install) 7.0.8.28 1720 Tuesday, February 19, 2019 Approved
ImageMagick (Install) 7.0.8.27 1331 Monday, February 11, 2019 Approved
ImageMagick (Install) 7.0.8.26 636 Saturday, February 9, 2019 Approved
ImageMagick (Install) 7.0.8.25 919 Saturday, February 2, 2019 Approved
ImageMagick (Install) 7.0.8.24 1611 Wednesday, January 23, 2019 Approved
ImageMagick (Install) 7.0.8.16 2798 Tuesday, December 11, 2018 Approved
ImageMagick (Install) 7.0.8.15 1061 Wednesday, December 5, 2018 Approved
ImageMagick (Install) 7.0.8.14 1285 Monday, November 26, 2018 Approved
ImageMagick (Install) 7.0.8.10 4304 Thursday, August 23, 2018 Approved
ImageMagick (Install) 7.0.8.7 2390 Friday, July 20, 2018 Approved
ImageMagick (Install) 7.0.7.38 2458 Friday, June 8, 2018 Approved
ImageMagick (Install) 7.0.7.37 1217 Wednesday, May 30, 2018 Approved
ImageMagick (Install) 7.0.7.36 320 Wednesday, May 30, 2018 Approved
ImageMagick (Install) 7.0.7.35 1004 Tuesday, May 22, 2018 Approved
ImageMagick (Install) 7.0.7.33 1221 Thursday, May 17, 2018 Approved
ImageMagick (Install) 7.0.7.28 4215 Thursday, March 29, 2018 Approved
ImageMagick (Install) 7.0.7.27 1183 Sunday, March 25, 2018 Approved
ImageMagick (Install) 7.0.7.6 8391 Thursday, October 5, 2017 Approved
ImageMagick (Install) 7.0.7.5 1277 Monday, October 2, 2017 Approved
ImageMagick (Install) 7.0.7.4 993 Sunday, September 24, 2017 Approved
ImageMagick (Install) 7.0.7.3 884 Monday, September 18, 2017 Approved
ImageMagick (Install) 7.0.7.2 937 Wednesday, September 13, 2017 Approved
ImageMagick (Install) 7.0.7.1 745 Sunday, September 10, 2017 Approved
ImageMagick (Install) 7.0.7.0 982 Monday, September 4, 2017 Approved
ImageMagick (Install) 7.0.6.10 949 Monday, August 28, 2017 Approved
ImageMagick (Install) 7.0.6.9 991 Monday, August 21, 2017 Approved
ImageMagick (Install) 7.0.6.8 581 Sunday, August 20, 2017 Approved
ImageMagick (Install) 7.0.6.7 964 Sunday, August 13, 2017 Approved
ImageMagick (Install) 7.0.6.6 586 Friday, August 11, 2017 Approved
ImageMagick (Install) 7.0.6.5 1018 Friday, August 4, 2017 Approved
ImageMagick (Install) 7.0.6.4 1013 Sunday, July 30, 2017 Approved
ImageMagick (Install) 7.0.6.3 881 Tuesday, July 25, 2017 Approved
ImageMagick (Install) 7.0.6.2 663 Saturday, July 22, 2017 Approved
ImageMagick (Install) 7.0.6.1 1105 Sunday, July 16, 2017 Approved
ImageMagick (Install) 7.0.6.0 1995 Monday, June 12, 2017 Approved
ImageMagick (Install) 7.0.5.10 807 Saturday, June 3, 2017 Approved
ImageMagick (Install) 7.0.5.9 1288 Monday, May 29, 2017 Approved
ImageMagick (Install) 7.0.5.8 566 Sunday, May 28, 2017 Approved
ImageMagick (Install) 7.0.5.7 1018 Saturday, May 20, 2017 Approved
ImageMagick (Install) 7.0.5.6 458 Friday, May 19, 2017 Approved
ImageMagick (Install) 7.0.5.5 1825 Tuesday, April 25, 2017 Approved
ImageMagick (Install) 7.0.5.4 2100 Sunday, March 26, 2017 Approved
ImageMagick (Install) 7.0.5.3 1103 Sunday, March 19, 2017 Approved
ImageMagick (Install) 7.0.5.2 1038 Sunday, March 12, 2017 Approved
ImageMagick (Install) 7.0.5.1 934 Sunday, March 5, 2017 Approved
ImageMagick (Install) 7.0.5.0 1074 Thursday, February 23, 2017 Approved
ImageMagick (Install) 7.0.4.9 951 Thursday, February 16, 2017 Approved
ImageMagick (Install) 7.0.4.3 1226 Tuesday, January 10, 2017 Approved
ImageMagick (Install) 7.0.3.10 2776 Sunday, December 11, 2016 Approved
ImageMagick (Install) 7.0.3.9 983 Monday, December 5, 2016 Approved
ImageMagick (Install) 7.0.3.8 1051 Friday, November 25, 2016 Approved
ImageMagick (Install) 7.0.3.7 1017 Tuesday, November 15, 2016 Approved
ImageMagick (Install) 7.0.3.6 845 Wednesday, November 9, 2016 Approved
ImageMagick (Install) 7.0.3.5 1008 Monday, October 31, 2016 Approved
ImageMagick (Install) 7.0.3.4 1159 Sunday, October 16, 2016 Approved
ImageMagick (Install) 7.0.3.1 491 Thursday, September 22, 2016 Approved
ImageMagick (Install) 7.0.2.5 2937 Wednesday, July 27, 2016 Approved
ImageMagick (Install) 7.0.2.4 591 Sunday, July 17, 2016 Approved
ImageMagick (Install) 7.0.2.1 449 Thursday, June 23, 2016 Approved
ImageMagick (Install) 7.0.1.5 515 Friday, May 20, 2016 Approved
ImageMagick (Install) 7.0.1.0 556 Monday, May 2, 2016 Approved
ImageMagick (Install) 6.9.13.2800 12 Monday, August 25, 2025 Approved
ImageMagick (Install) 6.9.13.2700 18 Wednesday, August 13, 2025 Approved
ImageMagick (Install) 6.9.13.2600 22 Friday, July 18, 2025 Approved
ImageMagick (Install) 6.9.13.2500 180 Sunday, March 30, 2025 Approved
ImageMagick (Install) 6.9.13.2400 33 Wednesday, March 19, 2025 Approved
ImageMagick (Install) 6.9.13.2300 39 Monday, March 10, 2025 Approved
ImageMagick (Install) 6.9.13.2200 45 Sunday, February 23, 2025 Approved
ImageMagick (Install) 6.9.13.2100 75 Monday, December 23, 2024 Approved
ImageMagick (Install) 6.9.13.2000 72 Sunday, December 22, 2024 Approved
ImageMagick (Install) 6.9.13.1900 81 Sunday, November 17, 2024 Approved
ImageMagick (Install) 6.9.13.1800 67 Sunday, November 10, 2024 Approved
ImageMagick (Install) 6.9.13.1700 84 Sunday, October 6, 2024 Approved
ImageMagick (Install) 6.9.13.1600 97 Monday, September 2, 2024 Approved
ImageMagick (Install) 6.9.13.1500 97 Monday, August 26, 2024 Approved
ImageMagick (Install) 6.9.13.1400 94 Sunday, July 28, 2024 Approved
ImageMagick (Install) 6.9.13.1300 91 Monday, July 15, 2024 Approved
ImageMagick (Install) 6.9.13.1200 110 Monday, June 24, 2024 Approved
ImageMagick (Install) 6.9.13.1100 110 Sunday, May 26, 2024 Approved
ImageMagick (Install) 6.9.13.1000 119 Monday, May 6, 2024 Approved
ImageMagick (Install) 6.9.13.900 105 Monday, April 22, 2024 Approved
ImageMagick (Install) 6.9.13.800 107 Monday, April 8, 2024 Approved
ImageMagick (Install) 6.9.13.700 160 Monday, February 26, 2024 Approved
ImageMagick (Install) 6.9.13.600 101 Monday, February 12, 2024 Approved
ImageMagick (Install) 6.9.13.500 128 Monday, January 22, 2024 Approved
ImageMagick (Install) 6.9.13.400 96 Monday, January 8, 2024 Approved
ImageMagick (Install) 6.9.13.300 94 Sunday, December 31, 2023 Approved
ImageMagick (Install) 6.9.13.200 106 Tuesday, December 26, 2023 Approved
ImageMagick (Install) 6.9.13.100 87 Monday, December 11, 2023 Approved
ImageMagick (Install) 6.9.13 117 Monday, December 4, 2023 Approved
ImageMagick (Install) 6.9.12.9800 95 Monday, October 9, 2023 Approved
ImageMagick (Install) 6.9.12.9700 124 Sunday, October 1, 2023 Approved
ImageMagick (Install) 6.9.12.9600 1480 Sunday, September 24, 2023 Approved
ImageMagick (Install) 6.9.12.9500 125 Wednesday, September 20, 2023 Approved
ImageMagick (Install) 6.9.12.9400 154 Monday, September 18, 2023 Approved
ImageMagick (Install) 6.9.12.9300 107 Monday, July 31, 2023 Approved
ImageMagick (Install) 6.9.12.9200 159 Saturday, July 22, 2023 Approved
ImageMagick (Install) 6.9.12.9100 168 Monday, July 17, 2023 Approved
ImageMagick (Install) 6.9.12.9000 166 Monday, June 26, 2023 Approved
ImageMagick (Install) 6.9.12.8800 143 Monday, May 22, 2023 Approved
ImageMagick (Install) 6.9.12.8700 117 Monday, May 15, 2023 Approved
ImageMagick (Install) 6.9.12.8600 146 Sunday, April 23, 2023 Approved
ImageMagick (Install) 6.9.12.8500 156 Monday, April 17, 2023 Approved
ImageMagick (Install) 6.9.12.8400 161 Tuesday, April 4, 2023 Approved
ImageMagick (Install) 6.9.12.8300 135 Monday, March 27, 2023 Approved
ImageMagick (Install) 6.9.12.8200 162 Sunday, March 19, 2023 Approved
ImageMagick (Install) 6.9.12.8100 155 Sunday, March 12, 2023 Approved
ImageMagick (Install) 6.9.12.8000 150 Friday, March 10, 2023 Approved
ImageMagick (Install) 6.9.12.7700 186 Monday, February 13, 2023 Approved
ImageMagick (Install) 6.9.12.7600 101 Monday, February 6, 2023 Approved
ImageMagick (Install) 6.9.12.75 149 Monday, January 30, 2023 Approved
ImageMagick (Install) 6.9.12.74 170 Sunday, January 29, 2023 Approved
ImageMagick (Install) 6.9.12.73 160 Monday, January 23, 2023 Approved
ImageMagick (Install) 6.9.12.72 143 Saturday, December 31, 2022 Approved
ImageMagick (Install) 6.9.12.71 98 Thursday, December 29, 2022 Approved
ImageMagick (Install) 6.9.12.70 166 Sunday, December 18, 2022 Approved
ImageMagick (Install) 6.9.12.69 132 Sunday, December 11, 2022 Approved
ImageMagick (Install) 6.9.12.68 152 Monday, December 5, 2022 Approved
ImageMagick (Install) 6.9.12.67 138 Monday, November 7, 2022 Approved
ImageMagick (Install) 6.9.12.66 162 Tuesday, October 18, 2022 Approved
ImageMagick (Install) 6.9.12.65 142 Sunday, October 9, 2022 Approved
ImageMagick (Install) 6.9.12.64 163 Sunday, September 25, 2022 Approved
ImageMagick (Install) 6.9.12.62 156 Sunday, August 28, 2022 Approved
ImageMagick (Install) 6.9.12.61 163 Thursday, August 18, 2022 Approved
ImageMagick (Install) 6.9.12.60 179 Monday, August 1, 2022 Approved
ImageMagick (Install) 6.9.12.59 180 Monday, July 25, 2022 Approved
ImageMagick (Install) 6.9.12.58 167 Sunday, July 10, 2022 Approved
ImageMagick (Install) 6.9.12.56 187 Thursday, July 7, 2022 Approved
ImageMagick (Install) 6.9.12.55 153 Monday, July 4, 2022 Approved
ImageMagick (Install) 6.9.12.52 174 Monday, June 6, 2022 Approved
ImageMagick (Install) 6.9.12.51 187 Tuesday, May 31, 2022 Approved
ImageMagick (Install) 6.9.12.50 165 Wednesday, May 18, 2022 Approved
ImageMagick (Install) 6.9.12.49 162 Monday, May 16, 2022 Approved
ImageMagick (Install) 6.9.12.48 169 Sunday, May 8, 2022 Approved
ImageMagick (Install) 6.9.12.47 148 Sunday, May 1, 2022 Approved
ImageMagick (Install) 6.9.12.46 176 Sunday, April 24, 2022 Approved
ImageMagick (Install) 6.9.12.45 163 Sunday, April 17, 2022 Approved
ImageMagick (Install) 6.9.12.44 206 Monday, March 28, 2022 Approved
ImageMagick (Install) 6.9.12.43 212 Monday, March 21, 2022 Approved
ImageMagick (Install) 6.9.12.42 203 Sunday, March 6, 2022 Approved
ImageMagick (Install) 6.9.12.41 210 Tuesday, February 22, 2022 Approved
ImageMagick (Install) 6.9.12.40 177 Wednesday, February 16, 2022 Approved
ImageMagick (Install) 6.9.12.39 193 Sunday, February 13, 2022 Approved
ImageMagick (Install) 6.9.12.38 172 Sunday, February 6, 2022 Approved
ImageMagick (Install) 6.9.12.37 150 Sunday, January 30, 2022 Approved
ImageMagick (Install) 6.9.12.36 211 Saturday, January 29, 2022 Approved
ImageMagick (Install) 6.9.12.35 171 Sunday, January 23, 2022 Approved
ImageMagick (Install) 6.9.12.34 198 Thursday, December 23, 2021 Approved
ImageMagick (Install) 6.9.12.33 181 Sunday, December 19, 2021 Approved
ImageMagick (Install) 6.9.12.32 174 Monday, December 6, 2021 Approved
ImageMagick (Install) 6.9.12.31 201 Tuesday, November 23, 2021 Approved
ImageMagick (Install) 6.9.12.30 180 Sunday, November 21, 2021 Approved
ImageMagick (Install) 6.9.12.29 173 Monday, November 15, 2021 Approved
ImageMagick (Install) 6.9.12.28 195 Saturday, October 30, 2021 Approved
ImageMagick (Install) 6.9.12.27 193 Wednesday, October 27, 2021 Approved
ImageMagick (Install) 6.9.12.26 217 Monday, October 25, 2021 Approved
ImageMagick (Install) 6.9.12.25 163 Monday, October 11, 2021 Approved
ImageMagick (Install) 6.9.12.24 177 Monday, October 4, 2021 Approved
ImageMagick (Install) 6.9.12.23 178 Sunday, September 19, 2021 Approved
ImageMagick (Install) 6.9.12.22 204 Tuesday, September 14, 2021 Approved
ImageMagick (Install) 6.9.12.21 191 Sunday, September 5, 2021 Approved
ImageMagick (Install) 6.9.12.20 229 Monday, August 23, 2021 Approved
ImageMagick (Install) 6.9.12.19 217 Monday, July 19, 2021 Approved
ImageMagick (Install) 6.9.12.18 170 Sunday, July 18, 2021 Approved
ImageMagick (Install) 6.9.12.17 182 Saturday, June 26, 2021 Approved
ImageMagick (Install) 6.9.12.16 195 Tuesday, June 22, 2021 Approved
ImageMagick (Install) 6.9.12.15 238 Monday, June 14, 2021 Approved
ImageMagick (Install) 6.9.12.14 214 Tuesday, June 1, 2021 Approved
ImageMagick (Install) 6.9.12.13 186 Wednesday, May 19, 2021 Approved
ImageMagick (Install) 6.9.12.12 171 Monday, May 10, 2021 Approved
ImageMagick (Install) 6.9.12.11 155 Thursday, May 6, 2021 Approved
ImageMagick (Install) 6.9.12.10 210 Friday, April 30, 2021 Approved
ImageMagick (Install) 6.9.12.8 176 Sunday, April 18, 2021 Approved
ImageMagick (Install) 6.9.12.7 156 Tuesday, April 13, 2021 Approved
ImageMagick (Install) 6.9.12.6 198 Sunday, April 4, 2021 Approved
ImageMagick (Install) 6.9.12.5 288 Monday, March 29, 2021 Approved
ImageMagick (Install) 6.9.12.4 167 Sunday, March 21, 2021 Approved
ImageMagick (Install) 6.9.12.3 186 Monday, March 8, 2021 Approved
ImageMagick (Install) 6.9.12.2 178 Monday, March 1, 2021 Approved
ImageMagick (Install) 6.9.12.1 161 Monday, February 22, 2021 Approved
ImageMagick (Install) 6.9.12.0 228 Saturday, February 13, 2021 Approved
ImageMagick (Install) 6.9.11.62 195 Monday, February 8, 2021 Approved
ImageMagick (Install) 6.9.11.61 203 Sunday, January 31, 2021 Approved
ImageMagick (Install) 6.9.11.60 248 Tuesday, January 26, 2021 Approved
ImageMagick (Install) 6.9.11.59 215 Monday, January 25, 2021 Approved
ImageMagick (Install) 6.9.11.58 226 Sunday, January 17, 2021 Approved
ImageMagick (Install) 6.9.11.57 224 Sunday, January 10, 2021 Approved
ImageMagick (Install) 6.9.11.56 223 Wednesday, January 6, 2021 Approved
ImageMagick (Install) 6.9.11.55 233 Monday, January 4, 2021 Approved
ImageMagick (Install) 6.9.11.54 229 Sunday, January 3, 2021 Approved
ImageMagick (Install) 6.9.11.53 247 Friday, December 25, 2020 Approved
ImageMagick (Install) 6.9.11.52 235 Sunday, December 20, 2020 Approved
ImageMagick (Install) 6.9.11.51 213 Saturday, December 19, 2020 Approved
ImageMagick (Install) 6.9.11.50 212 Thursday, December 17, 2020 Approved
ImageMagick (Install) 6.9.11.49 201 Tuesday, December 15, 2020 Approved
ImageMagick (Install) 6.9.11.48 230 Friday, December 11, 2020 Approved
ImageMagick (Install) 6.9.11.47 195 Thursday, December 10, 2020 Approved
ImageMagick (Install) 6.9.11.46 187 Sunday, December 6, 2020 Approved
ImageMagick (Install) 6.9.11.45 197 Tuesday, December 1, 2020 Approved
ImageMagick (Install) 6.9.11.44 216 Sunday, November 29, 2020 Approved
ImageMagick (Install) 6.9.11.43 196 Tuesday, November 24, 2020 Approved
ImageMagick (Install) 6.9.11.42 219 Monday, November 23, 2020 Approved
ImageMagick (Install) 6.9.11.41 285 Sunday, November 22, 2020 Approved
ImageMagick (Install) 6.9.11.40 294 Saturday, November 21, 2020 Approved
ImageMagick (Install) 6.9.11.39 225 Wednesday, November 18, 2020 Approved
ImageMagick (Install) 6.9.11.38 224 Sunday, November 15, 2020 Approved
ImageMagick (Install) 6.9.11.37 189 Sunday, November 8, 2020 Approved
ImageMagick (Install) 6.9.11.36 216 Saturday, November 7, 2020 Approved
ImageMagick (Install) 6.9.11.35 222 Tuesday, November 3, 2020 Approved
ImageMagick (Install) 6.9.11.29 159 Monday, September 7, 2020 Approved
ImageMagick (Install) 6.9.11.28 186 Monday, August 17, 2020 Approved
ImageMagick (Install) 6.9.11.26 168 Monday, August 10, 2020 Approved
ImageMagick (Install) 6.9.11.25 150 Sunday, August 2, 2020 Approved
ImageMagick (Install) 6.9.11.24 177 Sunday, July 19, 2020 Approved
ImageMagick (Install) 6.9.11.23 197 Sunday, July 5, 2020 Approved
ImageMagick (Install) 6.9.11.22 187 Sunday, June 28, 2020 Approved
ImageMagick (Install) 6.9.11.21 172 Wednesday, June 24, 2020 Approved
ImageMagick (Install) 6.9.11.20 193 Sunday, June 21, 2020 Approved
ImageMagick (Install) 6.9.11.19 199 Saturday, June 13, 2020 Approved
ImageMagick (Install) 6.9.11.18 188 Wednesday, June 10, 2020 Approved
ImageMagick (Install) 6.9.11.17 174 Monday, June 8, 2020 Approved
ImageMagick (Install) 6.9.11.16 201 Monday, June 1, 2020 Approved
ImageMagick (Install) 6.9.11.15 211 Sunday, May 31, 2020 Approved
ImageMagick (Install) 6.9.11.14 228 Sunday, May 24, 2020 Approved
ImageMagick (Install) 6.9.11.13 251 Monday, May 18, 2020 Approved
ImageMagick (Install) 6.9.11.12 210 Saturday, May 16, 2020 Approved
ImageMagick (Install) 6.9.11.11 199 Sunday, May 10, 2020 Approved
ImageMagick (Install) 6.9.11.10 247 Wednesday, April 29, 2020 Approved
ImageMagick (Install) 6.9.11.9 214 Tuesday, April 28, 2020 Approved
ImageMagick (Install) 6.9.11.8 232 Sunday, April 26, 2020 Approved
ImageMagick (Install) 6.9.11.7 169 Monday, April 20, 2020 Approved
ImageMagick (Install) 6.9.11.6 167 Tuesday, April 7, 2020 Approved
ImageMagick (Install) 6.9.11.5 152 Monday, April 6, 2020 Approved
ImageMagick (Install) 6.9.11.3 189 Sunday, March 29, 2020 Approved
ImageMagick (Install) 6.9.11.2 161 Monday, March 23, 2020 Approved
ImageMagick (Install) 6.9.11.1 184 Tuesday, March 17, 2020 Approved
ImageMagick (Install) 6.9.11.0 231 Sunday, March 8, 2020 Approved
ImageMagick (Install) 6.9.10.97 218 Sunday, March 1, 2020 Approved
ImageMagick (Install) 6.9.10.96 205 Tuesday, February 25, 2020 Approved
ImageMagick (Install) 6.9.10.95 167 Saturday, February 22, 2020 Approved
ImageMagick (Install) 6.9.10.94 190 Tuesday, February 18, 2020 Approved
ImageMagick (Install) 6.9.10.93 182 Sunday, February 16, 2020 Approved
ImageMagick (Install) 6.9.10.92 183 Sunday, February 9, 2020 Approved
ImageMagick (Install) 6.9.10.91 230 Sunday, February 2, 2020 Approved
ImageMagick (Install) 6.9.10.90 216 Wednesday, January 29, 2020 Approved
ImageMagick (Install) 6.9.10.89 231 Monday, January 27, 2020 Approved
ImageMagick (Install) 6.9.10.87 232 Tuesday, January 21, 2020 Approved
ImageMagick (Install) 6.9.10.86 222 Monday, January 13, 2020 Approved
ImageMagick (Install) 6.9.10.84 174 Tuesday, January 7, 2020 Approved
ImageMagick (Install) 6.9.10.83 188 Monday, January 6, 2020 Approved
ImageMagick (Install) 6.9.10.79 211 Wednesday, December 18, 2019 Approved
ImageMagick (Install) 6.9.10.78 207 Wednesday, December 11, 2019 Approved
ImageMagick (Install) 6.9.10.77 233 Wednesday, December 4, 2019 Approved
ImageMagick (Install) 6.9.10.75 211 Thursday, November 28, 2019 Approved
ImageMagick (Install) 6.9.10.74 235 Monday, November 18, 2019 Approved
ImageMagick (Install) 6.9.10.73 198 Saturday, November 16, 2019 Approved
ImageMagick (Install) 6.9.10.72 162 Friday, November 15, 2019 Approved
ImageMagick (Install) 6.9.10.71 193 Sunday, November 3, 2019 Approved
ImageMagick (Install) 6.9.10.70 210 Wednesday, October 30, 2019 Approved
ImageMagick (Install) 6.9.10.69 204 Saturday, October 26, 2019 Approved
ImageMagick (Install) 6.9.10.68 247 Monday, October 7, 2019 Approved
ImageMagick (Install) 6.9.10.67 210 Tuesday, October 1, 2019 Approved
ImageMagick (Install) 6.9.10.66 214 Thursday, September 26, 2019 Approved
ImageMagick (Install) 6.9.10.64 192 Friday, September 13, 2019 Approved
ImageMagick (Install) 6.9.10.63 215 Wednesday, September 4, 2019 Approved
ImageMagick (Install) 6.9.10.62 218 Monday, August 26, 2019 Approved
ImageMagick (Install) 6.9.10.61 261 Monday, August 19, 2019 Approved
ImageMagick (Install) 6.9.10.56 217 Monday, July 22, 2019 Approved
ImageMagick (Install) 6.9.10.54 227 Friday, July 19, 2019 Approved
ImageMagick (Install) 6.9.10.53 234 Tuesday, July 9, 2019 Approved
ImageMagick (Install) 6.9.10.49 215 Wednesday, June 12, 2019 Approved
ImageMagick (Install) 6.9.10.48 194 Monday, June 3, 2019 Approved
ImageMagick (Install) 6.9.10.45 244 Monday, May 13, 2019 Approved
ImageMagick (Install) 6.9.10.44 221 Thursday, May 9, 2019 Approved
ImageMagick (Install) 6.9.10.34 175 Friday, March 22, 2019 Approved
ImageMagick (Install) 6.9.10.32 217 Thursday, March 7, 2019 Approved
ImageMagick (Install) 6.9.10.28 228 Tuesday, February 19, 2019 Approved
ImageMagick (Install) 6.9.10.27 217 Monday, February 11, 2019 Approved
ImageMagick (Install) 6.9.10.26 232 Saturday, February 9, 2019 Approved
ImageMagick (Install) 6.9.10.25 273 Saturday, February 2, 2019 Approved
ImageMagick (Install) 6.9.10.24 313 Wednesday, January 23, 2019 Approved
ImageMagick (Install) 6.9.10.16 295 Tuesday, December 11, 2018 Approved
ImageMagick (Install) 6.9.10.14 280 Monday, November 26, 2018 Approved
ImageMagick (Install) 6.9.10.10 574 Thursday, August 23, 2018 Approved
ImageMagick (Install) 6.9.10.7 329 Friday, July 20, 2018 Approved
ImageMagick (Install) 6.9.9.50 309 Friday, June 8, 2018 Approved
ImageMagick (Install) 6.9.9.49 311 Wednesday, May 30, 2018 Approved
ImageMagick (Install) 6.9.9.48 300 Wednesday, May 30, 2018 Approved
ImageMagick (Install) 6.9.9.47 286 Tuesday, May 22, 2018 Approved
ImageMagick (Install) 6.9.9.45 306 Thursday, May 17, 2018 Approved
ImageMagick (Install) 6.9.9.40 328 Thursday, March 29, 2018 Approved
ImageMagick (Install) 6.9.9.39 372 Sunday, March 25, 2018 Approved
ImageMagick (Install) 6.9.9.38 358 Wednesday, March 14, 2018 Approved
ImageMagick (Install) 6.9.9.35 356 Monday, February 19, 2018 Approved
ImageMagick (Install) 6.9.9.34 366 Tuesday, January 23, 2018 Approved
ImageMagick (Install) 6.9.9.27 365 Monday, December 18, 2017 Approved
ImageMagick (Install) 6.9.9.23 391 Monday, November 13, 2017 Approved
ImageMagick (Install) 6.9.9.22 423 Monday, November 6, 2017 Approved
ImageMagick (Install) 6.9.9.21 384 Wednesday, November 1, 2017 Approved
ImageMagick (Install) 6.9.9.20 427 Monday, October 16, 2017 Approved
ImageMagick (Install) 6.9.9.19 393 Sunday, October 8, 2017 Approved
ImageMagick (Install) 6.9.9.18 372 Thursday, October 5, 2017 Approved
ImageMagick (Install) 6.9.9.17 424 Monday, October 2, 2017 Approved
ImageMagick (Install) 6.9.9.15 384 Sunday, September 24, 2017 Approved
ImageMagick (Install) 6.9.9.14 375 Monday, September 18, 2017 Approved
ImageMagick (Install) 6.9.9.13 381 Wednesday, September 13, 2017 Approved
ImageMagick (Install) 6.9.9.12 410 Sunday, September 10, 2017 Approved
ImageMagick (Install) 6.9.9.11 466 Monday, September 4, 2017 Approved
ImageMagick (Install) 6.9.9.10 391 Monday, August 28, 2017 Approved
ImageMagick (Install) 6.9.9.9 433 Monday, August 21, 2017 Approved
ImageMagick (Install) 6.9.9.8 424 Sunday, August 20, 2017 Approved
ImageMagick (Install) 6.9.9.7 438 Sunday, August 13, 2017 Approved
ImageMagick (Install) 6.9.9.6 380 Friday, August 11, 2017 Approved
ImageMagick (Install) 6.9.9.5 411 Friday, August 4, 2017 Approved
ImageMagick (Install) 6.9.9.4 436 Sunday, July 30, 2017 Approved
ImageMagick (Install) 6.9.9.3 420 Tuesday, July 25, 2017 Approved
ImageMagick (Install) 6.9.9.2 413 Sunday, July 23, 2017 Approved
ImageMagick (Install) 6.9.9.1 416 Saturday, July 22, 2017 Approved
ImageMagick (Install) 6.9.9.0 425 Sunday, July 16, 2017 Approved
ImageMagick (Install) 6.9.8.10 448 Monday, June 12, 2017 Approved
ImageMagick (Install) 6.9.8.9 433 Saturday, June 3, 2017 Approved
ImageMagick (Install) 6.9.8.8 419 Monday, May 29, 2017 Approved
ImageMagick (Install) 6.9.8.7 388 Sunday, May 28, 2017 Approved
ImageMagick (Install) 6.9.8.6 432 Saturday, May 20, 2017 Approved
ImageMagick (Install) 6.9.8.5 425 Friday, May 19, 2017 Approved
ImageMagick (Install) 6.9.8.4 512 Friday, May 12, 2017 Approved
ImageMagick (Install) 6.9.6.2 1398 Thursday, October 27, 2016 Approved
ImageMagick (Install) 6.9.3.9 643 Monday, May 2, 2016 Approved
ImageMagick (Install) 6.9.3.8 1234 Wednesday, April 13, 2016 Approved
ImageMagick (Install) 6.9.3.7 1825 Monday, March 7, 2016 Approved
ImageMagick (Install) 6.9.3.6 834 Monday, February 29, 2016 Approved
ImageMagick (Install) 6.9.3.5 769 Monday, February 22, 2016 Approved
ImageMagick (Install) 6.9.3.4 728 Monday, February 15, 2016 Approved
ImageMagick (Install) 6.9.3.3 838 Monday, February 8, 2016 Approved
ImageMagick (Install) 6.9.3.2 999 Monday, January 25, 2016 Approved
ImageMagick (Install) 6.9.3.1 731 Monday, January 18, 2016 Approved
ImageMagick (Install) 6.9.3.0 905 Monday, January 4, 2016 Approved
ImageMagick (Install) 6.9.2.10 765 Monday, December 21, 2015 Approved
ImageMagick (Install) 6.9.2.8 809 Monday, December 7, 2015 Approved
ImageMagick (Install) 6.9.2.7 716 Monday, November 30, 2015 Approved
ImageMagick (Install) 6.9.2.6 800 Monday, November 16, 2015 Approved
ImageMagick (Install) 6.9.2.5 785 Monday, November 2, 2015 Approved
ImageMagick (Install) 6.9.2.4 856 Monday, October 12, 2015 Approved
ImageMagick (Install) 6.9.2.3 924 Monday, September 21, 2015 Approved
ImageMagick (Install) 6.9.2.1 660 Monday, September 14, 2015 Approved
ImageMagick (Install) 6.9.2.0 1010 Monday, August 17, 2015 Approved
ImageMagick (Install) 6.9.1.10 883 Monday, July 27, 2015 Approved
ImageMagick (Install) 6.9.1.9 661 Monday, July 20, 2015 Approved
ImageMagick (Install) 6.9.1.8 676 Tuesday, July 14, 2015 Approved
ImageMagick (Install) 6.9.1.7 639 Thursday, July 9, 2015 Approved
ImageMagick (Install) 6.9.1.6 747 Monday, June 22, 2015 Approved
ImageMagick (Install) 6.9.1.4 846 Thursday, June 4, 2015 Approved
ImageMagick (Install) 6.9.1.3 775 Monday, May 25, 2015 Approved
ImageMagick (Install) 6.9.1.2 968 Monday, April 20, 2015 Approved
ImageMagick (Install) 6.9.1.1 826 Monday, April 6, 2015 Approved
ImageMagick (Install) 6.9.1.0 930 Saturday, March 21, 2015 Approved
ImageMagick (Install) 6.9.0.10 496 Friday, March 20, 2015 Approved
ImageMagick (Install) 6.9.0.9 839 Monday, March 2, 2015 Approved
ImageMagick (Install) 6.9.0.7 699 Monday, February 23, 2015 Approved
ImageMagick (Install) 6.9.0.6 673 Wednesday, February 18, 2015 Approved
ImageMagick (Install) 6.9.0.5 659 Monday, February 9, 2015 Approved
ImageMagick (Install) 6.9.0.4 884 Monday, January 19, 2015 Approved
ImageMagick (Install) 6.9.0.3 644 Thursday, January 15, 2015 Approved
ImageMagick (Install) 6.9.0.2 701 Wednesday, January 7, 2015 Approved
ImageMagick (Install) 6.9.0.0 1133 Monday, November 17, 2014 Approved
ImageMagick (Install) 6.8.9.10 714 Thursday, November 6, 2014 Approved
ImageMagick (Install) 6.8.9.9 704 Tuesday, October 28, 2014 Approved
ImageMagick (Install) 6.8.9.8 913 Monday, September 29, 2014 Approved
ImageMagick (Install) 6.8.9.7 841 Wednesday, August 20, 2014 Approved
ImageMagick (Install) 6.8.9.6 712 Monday, July 28, 2014 Approved
ImageMagick (Install) 6.8.9.5 756 Tuesday, July 1, 2014 Approved
ImageMagick (Install) 6.8.9.4 507 Tuesday, June 24, 2014 Approved
ImageMagick (Install) 6.8.9.3 607 Monday, June 9, 2014 Approved
ImageMagick (Install) 6.8.9.2 581 Monday, June 2, 2014 Approved
ImageMagick (Install) 6.8.9.1 651 Monday, May 12, 2014 Approved
ImageMagick (Install) 6.8.9.0 708 Monday, April 14, 2014 Approved
ImageMagick (Install) 6.8.8.10 594 Monday, March 31, 2014 Approved
ImageMagick (Install) 6.8.8.9 580 Thursday, March 20, 2014 Approved
ImageMagick (Install) 6.8.8.8 542 Thursday, March 13, 2014 Approved
ImageMagick (Install) 6.8.8.7 697 Monday, February 17, 2014 Approved
ImageMagick (Install) 6.8.8.6 448 Friday, February 14, 2014 Approved
ImageMagick (Install) 6.8.8.5 526 Monday, February 10, 2014 Approved
ImageMagick (Install) 6.8.8.3 542 Tuesday, January 28, 2014 Approved
ImageMagick (Install) 6.8.8.2 745 Monday, January 13, 2014 Approved
ImageMagick (Install) 6.8.8.1 526 Wednesday, January 8, 2014 Approved
ImageMagick (Install) 6.8.8.0 525 Friday, December 27, 2013 Approved
ImageMagick (Install) 6.8.7.10 553 Monday, December 16, 2013 Approved
ImageMagick (Install) 6.8.7.8 573 Tuesday, December 3, 2013 Approved
ImageMagick (Install) 6.8.7.5 579 Monday, November 11, 2013 Approved
ImageMagick (Install) 6.8.7.4 534 Friday, November 1, 2013 Approved
ImageMagick (Install) 6.8.7.2 558 Thursday, October 24, 2013 Approved
ImageMagick (Install) 6.8.7.1 534 Monday, October 21, 2013 Approved
ImageMagick (Install) 6.8.7.0 632 Friday, September 27, 2013 Approved
ImageMagick (Install) 6.8.6.10 564 Thursday, September 19, 2013 Approved
ImageMagick (Install) 6.8.6.9 577 Monday, August 26, 2013 Approved
ImageMagick (Install) 6.8.6.8 629 Tuesday, August 6, 2013 Approved
ImageMagick (Application Install) 6.8.6.7 541 Thursday, July 25, 2013 Approved
ImageMagick (Application Install) 6.8.6.6 614 Thursday, July 18, 2013 Approved
ImageMagick (Application Install) 6.8.6.5 539 Monday, July 15, 2013 Approved
ImageMagick (Application Install) 6.8.6.4 605 Thursday, July 11, 2013 Approved
ImageMagick (Application Install) 6.8.6.3 556 Sunday, June 30, 2013 Approved
ImageMagick (Application Install) 6.8.6.1 572 Friday, June 21, 2013 Approved
ImageMagick (Application Install) 6.8.6.0 519 Monday, June 17, 2013 Approved
ImageMagick (Application Install) 6.8.5.10 583 Thursday, June 6, 2013 Approved
ImageMagick (Application Install) 6.8.5.9 555 Monday, June 3, 2013 Approved
ImageMagick (Application Install) 6.8.5.8 608 Tuesday, May 28, 2013 Approved
ImageMagick (Application Install) 6.8.5.7 569 Monday, May 20, 2013 Approved
ImageMagick (Application Install) 6.8.5.6 549 Tuesday, May 14, 2013 Approved
ImageMagick (Application Install) 6.8.5.5 569 Wednesday, May 8, 2013 Approved
ImageMagick (Application Install) 6.8.5.4 548 Thursday, May 2, 2013 Approved
ImageMagick (Application Install) 6.8.5.3 581 Monday, April 29, 2013 Approved
ImageMagick (Application Install) 6.8.5.1 527 Friday, April 26, 2013 Approved
ImageMagick (Application Install) 6.8.4.10 559 Tuesday, April 16, 2013 Approved
ImageMagick (Application Install) 6.8.4.8 566 Wednesday, April 10, 2013 Approved
ImageMagick (Application Install) 6.8.4.6 575 Wednesday, April 3, 2013 Approved
ImageMagick (Application Install) 6.8.4.5 524 Monday, April 1, 2013 Approved
ImageMagick (Application Install) 6.8.4.4 543 Friday, March 29, 2013 Approved
ImageMagick (Application Install) 6.8.4.0 611 Tuesday, March 26, 2013 Approved
ImageMagick (Application Install) 6.8.3.10 547 Monday, March 18, 2013 Approved
ImageMagick (Application Install) 6.8.3.9 576 Monday, March 11, 2013 Approved
ImageMagick (Application Install) 6.8.3.7 604 Tuesday, March 5, 2013 Approved
ImageMagick (Application Install) 6.8.3.6 529 Thursday, February 28, 2013 Approved
ImageMagick (Application Install) 6.8.3.5 542 Tuesday, February 26, 2013 Approved
ImageMagick (Application Install) 6.8.2.6 577 Friday, February 8, 2013 Approved

Discussion for the ImageMagick (Install) Package

Ground Rules:

  • This discussion is only about ImageMagick (Install) and the ImageMagick (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or ImageMagick (Install), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus