ello / heroku-buildpack-imagemagick-cedar-14

Heroku buildpack for ImageMagick 6.8 on Cedar 14
31 stars 28 forks source link

Heroku Buildpack ImageMagick Cedar 14

DEPRECATED

We're no longer using this buildpack due to the complexity of maintaining it. We've migrated to https://github.com/ello/heroku-buildpack-imagemagick - you should use that instead!

Use the latest version of ImageMagick inside Heroku Cedar 14.

ImageMagick 6.8 won't be merged into Ubuntu until Ubuntu vivid is released.

This buildpack downloads and installs the vivid packages manually.

Usage

This buildpack is built to be used through heroku-buildpack-multi, so in your app you need to:

heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git

Then, create a .buildpacks file inside your app:

https://github.com/ello/heroku-buildpack-imagemagick-cedar-14
https://github.com/heroku/heroku-buildpack-nodejs

This example was based on the nodejs buildpack, but it can be used with any other. If it is not working with yours, please report a bug.

Thanks

Thanks to the creator and contributors of the original heroku-buildpack-image-magick for many of the ideas used here

Contributing to heroku-buildpack-imagemagick-cedar-14

LICENSE - "MIT License"

Copyright (c) 2013 Matteo Collina, http://matteocollina.com Copyright (C) 2012 Heroku, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.