Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 02:42
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/9ff169d9cc7d04b5dbd633f635041b5a to your computer and use it in GitHub Desktop.
Save ryantm/9ff169d9cc7d04b5dbd633f635041b5a to your computer and use it in GitHub Desktop.
/nix/store/4rp9fbizk2pdakwsfryz2r85b2mg063g-graphicsmagick-1.3.31
├── bin
│   ├── gm
│   ├── GraphicsMagick-config
│   ├── GraphicsMagick++-config
│   └── GraphicsMagickWand-config
├── include
│   └── GraphicsMagick
│   ├── magick
│   │   ├── analyze.h
│   │   ├── api.h
│   │   ├── attribute.h
│   │   ├── average.h
│   │   ├── blob.h
│   │   ├── cdl.h
│   │   ├── channel.h
│   │   ├── color.h
│   │   ├── color_lookup.h
│   │   ├── colormap.h
│   │   ├── colorspace.h
│   │   ├── command.h
│   │   ├── common.h
│   │   ├── compare.h
│   │   ├── composite.h
│   │   ├── compress.h
│   │   ├── confirm_access.h
│   │   ├── constitute.h
│   │   ├── decorate.h
│   │   ├── delegate.h
│   │   ├── deprecate.h
│   │   ├── describe.h
│   │   ├── draw.h
│   │   ├── effect.h
│   │   ├── enhance.h
│   │   ├── error.h
│   │   ├── forward.h
│   │   ├── fx.h
│   │   ├── gem.h
│   │   ├── gradient.h
│   │   ├── hclut.h
│   │   ├── image.h
│   │   ├── list.h
│   │   ├── log.h
│   │   ├── magic.h
│   │   ├── magick_config.h
│   │   ├── magick.h
│   │   ├── magick_types.h
│   │   ├── memory.h
│   │   ├── module.h
│   │   ├── monitor.h
│   │   ├── montage.h
│   │   ├── operator.h
│   │   ├── paint.h
│   │   ├── pixel_cache.h
│   │   ├── pixel_iterator.h
│   │   ├── plasma.h
│   │   ├── profile.h
│   │   ├── quantize.h
│   │   ├── random.h
│   │   ├── registry.h
│   │   ├── render.h
│   │   ├── resize.h
│   │   ├── resource.h
│   │   ├── shear.h
│   │   ├── signature.h
│   │   ├── statistics.h
│   │   ├── symbols.h
│   │   ├── texture.h
│   │   ├── timer.h
│   │   ├── transform.h
│   │   ├── type.h
│   │   ├── utility.h
│   │   └── version.h
│   ├── Magick++
│   │   ├── Blob.h
│   │   ├── CoderInfo.h
│   │   ├── Color.h
│   │   ├── Drawable.h
│   │   ├── Exception.h
│   │   ├── Geometry.h
│   │   ├── Image.h
│   │   ├── Include.h
│   │   ├── Montage.h
│   │   ├── Pixels.h
│   │   ├── STL.h
│   │   └── TypeMetric.h
│   ├── Magick++.h
│   └── wand
│   ├── drawing_wand.h
│   ├── magick_wand.h
│   ├── pixel_wand.h
│   ├── wand_api.h
│   └── wand_symbols.h
├── lib
│   ├── GraphicsMagick-1.3.31
│   │   └── config
│   │   ├── delegates.mgk
│   │   ├── type-ghostscript.mgk
│   │   ├── type.mgk
│   │   ├── type-solaris.mgk
│   │   └── type-windows.mgk
│   ├── libGraphicsMagick.la
│   ├── libGraphicsMagick++.la
│   ├── libGraphicsMagick.so -> libGraphicsMagick.so.3.19.0
│   ├── libGraphicsMagick++.so -> libGraphicsMagick++.so.12.4.0
│   ├── libGraphicsMagick++.so.12 -> libGraphicsMagick++.so.12.4.0
│   ├── libGraphicsMagick++.so.12.4.0
│   ├── libGraphicsMagick.so.3 -> libGraphicsMagick.so.3.19.0
│   ├── libGraphicsMagick.so.3.19.0
│   ├── libGraphicsMagickWand.la
│   ├── libGraphicsMagickWand.so -> libGraphicsMagickWand.so.2.9.1
│   ├── libGraphicsMagickWand.so.2 -> libGraphicsMagickWand.so.2.9.1
│   ├── libGraphicsMagickWand.so.2.9.1
│   └── pkgconfig
│   ├── GraphicsMagick.pc
│   ├── GraphicsMagick++.pc
│   └── GraphicsMagickWand.pc
└── share
├── doc
│   └── GraphicsMagick
│   ├── ChangeLog
│   ├── ChangeLog.2001
│   ├── ChangeLog.2002
│   ├── ChangeLog.2003
│   ├── ChangeLog.2004
│   ├── ChangeLog.2005
│   ├── ChangeLog.2006
│   ├── ChangeLog.2007
│   ├── ChangeLog.2008
│   ├── ChangeLog.2009
│   ├── ChangeLog.2010
│   ├── ChangeLog.2011
│   ├── ChangeLog.2012
│   ├── ChangeLog.2013
│   ├── ChangeLog.2014
│   ├── ChangeLog.2015
│   ├── ChangeLog.2016
│   ├── ChangeLog.2017
│   ├── Copyright.txt
│   ├── NEWS.txt
│   └── www
│   ├── animate.html
│   ├── api
│   │   ├── animate.html
│   │   ├── annotate.html
│   │   ├── api.html
│   │   ├── attribute.html
│   │   ├── average.html
│   │   ├── blob.html
│   │   ├── cdl.html
│   │   ├── channel.html
│   │   ├── color.html
│   │   ├── colormap.html
│   │   ├── compare.html
│   │   ├── composite.html
│   │   ├── confirm_access.html
│   │   ├── constitute.html
│   │   ├── decorate.html
│   │   ├── deprecate.html
│   │   ├── describe.html
│   │   ├── display.html
│   │   ├── draw.html
│   │   ├── effect.html
│   │   ├── enhance.html
│   │   ├── error.html
│   │   ├── export.html
│   │   ├── fx.html
│   │   ├── hclut.html
│   │   ├── image.html
│   │   ├── import.html
│   │   ├── list.html
│   │   ├── magick.html
│   │   ├── memory.html
│   │   ├── monitor.html
│   │   ├── montage.html
│   │   ├── operator.html
│   │   ├── paint.html
│   │   ├── pixel_cache.html
│   │   ├── pixel_iterator.html
│   │   ├── plasma.html
│   │   ├── profile.html
│   │   ├── quantize.html
│   │   ├── registry.html
│   │   ├── render.html
│   │   ├── resize.html
│   │   ├── resource.html
│   │   ├── segment.html
│   │   ├── shear.html
│   │   ├── signature.html
│   │   ├── statistics.html
│   │   ├── texture.html
│   │   ├── transform.html
│   │   ├── types.html
│   │   └── widget.html
│   ├── authors.html
│   ├── batch.html
│   ├── benchmark.html
│   ├── benchmarks.html
│   ├── bugs.html
│   ├── ChangeLog-2001.html
│   ├── ChangeLog-2002.html
│   ├── ChangeLog-2003.html
│   ├── ChangeLog-2004.html
│   ├── ChangeLog-2005.html
│   ├── ChangeLog-2006.html
│   ├── ChangeLog-2007.html
│   ├── ChangeLog-2008.html
│   ├── ChangeLog-2009.html
│   ├── ChangeLog-2010.html
│   ├── ChangeLog-2011.html
│   ├── ChangeLog-2012.html
│   ├── ChangeLog-2013.html
│   ├── ChangeLog-2014.html
│   ├── ChangeLog-2015.html
│   ├── ChangeLog-2016.html
│   ├── ChangeLog-2017.html
│   ├── Changelog.html
│   ├── Changes.html
│   ├── color.html
│   ├── compare.html
│   ├── composite.html
│   ├── configure-target-setup.png
│   ├── conjure.html
│   ├── contribute.html
│   ├── convert.html
│   ├── Copyright.html
│   ├── display.html
│   ├── docutils-api.css
│   ├── docutils-articles.css
│   ├── download.html
│   ├── FAQ.html
│   ├── favicon.ico
│   ├── formats.html
│   ├── gm.html
│   ├── GraphicsMagick.html
│   ├── Hg.html
│   ├── identify.html
│   ├── ImageMagickObject.html
│   ├── images
│   │   ├── ball.png
│   │   ├── banner_bg.png
│   │   ├── gm-107x76.gif
│   │   ├── gm-107x76.png
│   │   ├── gm-125x80t.png
│   │   ├── right_triangle_option.png
│   │   └── right_triangle.png
│   ├── import.html
│   ├── index.html
│   ├── INSTALL-unix.html
│   ├── INSTALL-windows.html
│   ├── links.html
│   ├── Magick++
│   │   ├── Blob.html
│   │   ├── Cache.png
│   │   ├── ChangeLog.html
│   │   ├── CoderInfo.html
│   │   ├── Color.html
│   │   ├── Drawable_example_1.png
│   │   ├── Drawable.html
│   │   ├── Enumerations.html
│   │   ├── Exception.html
│   │   ├── FormatCharacters.html
│   │   ├── Geometry.html
│   │   ├── gm-188x120t.png
│   │   ├── ImageDesign.html
│   │   ├── Image.html
│   │   ├── Image.png
│   │   ├── index.html
│   │   ├── Montage.html
│   │   ├── montage-sample-framed.jpg
│   │   ├── PixelPacket.html
│   │   ├── Pixels.html
│   │   ├── right_triangle.png
│   │   ├── STL.html
│   │   ├── thumbnail-anatomy-framed.jpg
│   │   ├── thumbnail-anatomy-plain.jpg
│   │   ├── thumbnail-sample-framed.jpg
│   │   ├── thumbnail-sample-plain.jpg
│   │   └── TypeMetric.html
│   ├── magick.css
│   ├── miff.html
│   ├── mission.html
│   ├── mogrify.html
│   ├── montage.html
│   ├── motion-picture.html
│   ├── NEWS.html
│   ├── OpenMP.html
│   ├── perl.html
│   ├── process.html
│   ├── programming.html
│   ├── project.html
│   ├── quantize.html
│   ├── README.html
│   ├── reference.html
│   ├── security.html
│   ├── smile.c
│   ├── thanks.html
│   ├── time.html
│   ├── tools.html
│   ├── utilities.html
│   ├── version.html
│   └── wand
│   ├── drawing_wand.html
│   ├── magick_wand.html
│   ├── pixel_wand.html
│   └── wand.html
├── GraphicsMagick-1.3.31
│   └── config
│   ├── colors.mgk
│   ├── log.mgk
│   └── modules.mgk
└── man
├── man1
│   ├── gm.1.gz
│   ├── GraphicsMagick-config.1.gz
│   ├── GraphicsMagick++-config.1.gz
│   └── GraphicsMagickWand-config.1.gz
├── man4
│   └── miff.4.gz
└── man5
└── quantize.5.gz
24 directories, 296 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment