GraphicsMagick con brew

0

Quiero usar la API GraphicsMagick C en una Mac. Usé Brew para instalarlo, pero los archivos de encabezado que necesito para usar la API no están disponibles. Al menos, no puedo encontrarlo.

    
pregunta Sandesh Jr 08.09.2017 - 16:29

1 respuesta

0

Deben 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
    
respondido por el PeterVP 08.09.2017 - 16:45

Lea otras preguntas en las etiquetas