Giter Club home page Giter Club logo

imagemagick-sl's Introduction

Warning

While I try to keep this script up to date I recommend looking into Homebrew for a simpler solution.

Introduction

This is bash script to install ImageMagick on Leopard/Snow Leopard.

Configuration

Please have a look at install_im.sh to customize your environment.

Execution

Please note: before running the script don't forget that there's no going back. The script will attempt to download and install packages from source, and some may have a make uninstall whilst others may not. In any case it's up to you.

You can run the script as a normal user. It does use sudo at a certain point, so be sure to not leave the installation unattended. Depending on many factors the sudo command may 'expire' during the execution of the script, so if it asks you again the password don't worry, it's normal.

Alternatively you can run the script as root.

chmod +x install_im.sh
sh install_im.sh

Contribute

If you find that the script uses an outdated version of the requirements or ImageMagick, please modify the script accordingly, test if it can still produce a valid ImageMagick installation and notify me about the changes, thanks.

Resources

imagemagick-sl's People

Contributors

andrewhavens avatar chrismatthieu avatar dazoakley avatar infinityrobot avatar jamesbebbington avatar joonyou avatar jyap808 avatar kenmazaika avatar kitdesai avatar kjohnston avatar masterkain avatar metavida avatar mixonic avatar mr-rock avatar rubyhead avatar thomasjoyce avatar wchrisjohnson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

imagemagick-sl's Issues

Old (invalid) ImageMagick FTP URL

An old version of ImageMagick is referenced in the install_im.sh which prevents the install from working:
ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.7.1-10.tar.gz

Correcting it to the latest version worked for me:
ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.7.4-1.tar.gz

libpng source down

Getting the following error when trying to run the script:

ls: libpng-1.2.40.tar.gz: No such file or directory
Failed download: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.2.40.tar.gz, size: B, aborting.

expired ftp link

try_download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.9.tar.gz

the link is not working !!

Failed compile...

FYI I got this error with the script:

make[1]: *** [magick/libMagickCore.la] Error 1

and to fix it I had to add a:

--without-fontconfig

switch to the IMAGEMAGICK_ARGUMENTS line. It works for now, but I assume that I shouldn't have to do that. Any idea what might be wrong?

change URL for ImageMagick

Rather than targeting specific versions of ImageMagick, why not change the try_download URL to

ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz

which always points to the latest version? That way the script won't fail as often.

ImageMagick download url wrong

Obviously, the 6.6.3-3 version has been removed from the FTP, the new version is:

ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.6.3-7.tar.gz

Replacing this in the install_im.sh script at the corresponding try_download line worked for me. Sorry I don't supply a direct patch, I just don't have the time to fork and update. Should be a simple fix though :)

URL change

Thanks for the script..

try_download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.5.tar.gz #does not work

try_download ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/delegates/libpng-1.4.7.tar.gz #works for me

Greetings Werner

Install exits with "Failed download" error.

Install exits with error.

'curl: (78) RETR response: 550
ls: ImageMagick-6.6.5-0.tar.gz: No such file or directory
Failed download: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.6.5-0.tar.gz, size: B, aborting.'

Failed download: http://www.littlecms.com/lcms-1.19.tar.gz, size: B, aborting.

Many thanks, for the script!

There have been a couple of link or version changes.

Downloading http://www.littlecms.com/lcms-1.19.tar.gz
ls: lcms-1.19.tar.gz: No such file or directory
Failed download: http://www.littlecms.com/lcms-1.19.tar.gz, size: B, aborting.

FIX: http://www.littlecms.com/1/lcms-1.19.tar.gz

Downloading ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.1.tar.gz
ls: libpng-1.4.1.tar.gz: No such file or directory
Failed download: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.1.tar.gz, size: B, aborting.

FIX: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.2.tar.gz
cd libpng-1.4.2

cd commands

The cd commands
cd libpng-1.4.2
and
cd ImageMagick-6.6.2-4
need updating.

Wrong JPEG library version

Hi,

I get the following error in some ImageMagick commands:

Magick::ImageMagickError: Wrong JPEG library version: library is 70, caller expects 62 `' @ jpeg.c/EmitMessage/232

Can you please advice?

Thanks
Nico

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.