Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CarlosJimenez/homebrew-imagemagick
Tap for imagemagick with pango
https://github.com/CarlosJimenez/homebrew-imagemagick
Last synced: 3 months ago
JSON representation
Tap for imagemagick with pango
- Host: GitHub
- URL: https://github.com/CarlosJimenez/homebrew-imagemagick
- Owner: CarlosJimenez
- Created: 2019-04-19T00:18:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T02:24:13.000Z (over 5 years ago)
- Last Synced: 2024-03-18T02:41:45.972Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-imagemagick
Tap for imagemagick with pango## Why this tap?
Due to restrictions in using options in latest versions of homebrew you cannot install imagemagick with pango option* [Error when trying to use pango with imagemagick on OSX
](https://stackoverflow.com/questions/25838714/error-when-trying-to-use-pango-with-imagemagick-on-osx)* You can verify support for pango with
```sh
identify -list format | grep -Ei "Description|pango"
```* To use this tap
```sh
brew install CarlosJimenez/homebrew-imagemagick/imagemagick-pango
# In case you needed to move from imagemagick to imagemagick-pango
brew link --overwrite imagemagick-pango
```