Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 25, 2019 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/acb3d24433326ab1400c02d70de65877 to your computer and use it in GitHub Desktop.
Save ryantm/acb3d24433326ab1400c02d70de65877 to your computer and use it in GitHub Desktop.
/nix/store/hvs6zhzw4lg1736qhnavsa6vbhdwv8hp-imagemagick-7.0.8-34
├── bin
│   ├── animate -> magick
│   ├── compare -> magick
│   ├── composite -> magick
│   ├── conjure -> magick
│   ├── convert -> magick
│   ├── display -> magick
│   ├── identify -> magick
│   ├── import -> magick
│   ├── magick
│   ├── magick-script -> magick
│   ├── mogrify -> magick
│   ├── montage -> magick
│   └── stream -> magick
├── etc
│   └── ImageMagick-7
│   ├── colors.xml
│   ├── delegates.xml
│   ├── log.xml
│   ├── mime.xml
│   ├── policy.xml
│   ├── quantization-table.xml
│   ├── thresholds.xml
│   ├── type-apple.xml
│   ├── type-dejavu.xml
│   ├── type-ghostscript.xml
│   ├── type-urw-base35.xml
│   ├── type-windows.xml
│   └── type.xml
├── lib
│   ├── libMagick++-7.Q16HDRI.la
│   ├── libMagick++-7.Q16HDRI.so -> libMagick++-7.Q16HDRI.so.4.0.0
│   ├── libMagick++-7.Q16HDRI.so.4 -> libMagick++-7.Q16HDRI.so.4.0.0
│   ├── libMagick++-7.Q16HDRI.so.4.0.0
│   ├── libMagickCore-7.Q16HDRI.la
│   ├── libMagickCore-7.Q16HDRI.so -> libMagickCore-7.Q16HDRI.so.6.0.0
│   ├── libMagickCore-7.Q16HDRI.so.6 -> libMagickCore-7.Q16HDRI.so.6.0.0
│   ├── libMagickCore-7.Q16HDRI.so.6.0.0
│   ├── libMagickWand-7.Q16HDRI.la
│   ├── libMagickWand-7.Q16HDRI.so -> libMagickWand-7.Q16HDRI.so.6.0.0
│   ├── libMagickWand-7.Q16HDRI.so.6 -> libMagickWand-7.Q16HDRI.so.6.0.0
│   └── libMagickWand-7.Q16HDRI.so.6.0.0
└── share
├── ImageMagick-7
│   ├── english.xml
│   ├── francais.xml
│   └── locale.xml
└── man
└── man1
├── animate.1.gz
├── compare.1.gz
├── composite.1.gz
├── conjure.1.gz
├── convert.1.gz
├── display.1.gz
├── identify.1.gz
├── ImageMagick.1.gz
├── import.1.gz
├── magick.1.gz
├── Magick++-config.1.gz
├── MagickCore-config.1.gz
├── magick-script.1.gz
├── MagickWand-config.1.gz
├── mogrify.1.gz
├── montage.1.gz
└── stream.1.gz
8 directories, 58 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment