Skip to content

miyako/4d-plugin-imagemagick-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version platform license downloads

4d-plugin-imagemagick-v2

Updated version of Tech Note: ImageMagick Plug-in by Thomas Maul.

Conversion to/from PICT or PDF is available, even on 64-bits!

  • macOS bottle from homebrew

    • webp--1.2.1_1.arm64_big_sur
    • imagemagick--7.1.0-17.arm64_big_sur
    • openexr--3.1.3.arm64_big_sur
    • ghostscript--9.55.0.arm64_big_sur
    • openjpeg--2.4.0.arm64_big_sur
    • jpeg--9d.arm64_big_sur
    • libpng--1.6.37.arm64_big_sur
    • libxml2--2.9.12.arm64_big_sur
    • fontconfig--2.13.1.arm64_big_sur
    • freetype--2.11.0.arm64_big_sur
    • libtiff--4.3.0.arm64_big_sur

OpenEXR: bottle is dynamic; compile from source.

GhostScript: compile 9.21 from source. see gs.

copy headers to include/ghostscript/

  • gdevdsp.h
  • gserrors.h
  • iapi.h
  • ierrors.h

copy library to lib/

  • libgs.9.21.dylib
  • libgs.9.dylib
  • libgs.dylib

TIFF: use brew bottle and link manually

copy headers to include/ghostscript/

  • tiff.h
  • tiffconf.h
  • tiffio.h
  • tiffio.hxx
  • tiffvers.h

copy library to lib/

  • libtiff.5.dylib
  • libtiff.a
  • libtiff.dylib

ImageMagick: bottle is compiled with openmp. it also links to liblqr which links to glib-2.0 which links to many other; compile from source.

  • --without-lqr
  • --disable-openmp
brew install freetype
brew install fontconfig
brew install openjpeg
brew install webp 
brew install openexr
./configure --without-lqr --disable-openmp --with-gslib --without-zstd --without-pango

gslib on Apple Silicon only works if plugin is compiled for Development (not Deployment)

Number of Formats

Remarks

  • CAL,CALS is rw on Intel, r on Apple
  • APNG,WEBM,PHM is Apple only

About

Updated version of Tech Note: ImageMagick Plug-in by Thomas Maul

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages