Quiero usar la API de GraphicsMagick C en una Mac. Utilicé brew para instalarlo, pero los archivos de encabezado que necesito para usar la API no están disponibles. Al menos, no soy capaz de encontrarlo.
Respuesta
¿Demasiados anuncios? Deberían estar en /usr/local/Cellar/graphicsmagick/1.3.26_1/include/GraphicsMagick
.
$ tree -L 3 /usr/local/Cellar/graphicsmagick/1.3.26_1/include/
/usr/local/Cellar/graphicsmagick/1.3.26_1/include/
└── GraphicsMagick
├── 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
├── 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.h
│ ├── magick_config.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
└── wand
├── drawing_wand.h
├── magick_wand.h
├── pixel_wand.h
├── wand_api.h
└── wand_symbols.h
4 directories, 82 files