Back to Imagemagick

ImageMagick

www/develop.html

7.1.2-217.6 KB
Original Source

The functionality of ImageMagick is typically utilized from the command-line or you can use the features from programs written in your favorite language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), Magick++ (C++), JMagick (Java), WASM-ImageMagick (Javawww/Typescript), JuliaIO (Julia), KMagick (Kotlin), L-Magick (Lisp), Lua (LuaJIT), NMagick (Neko/haXe), Magick.NET (.NET), Node-magickwand (Node.js), PascalMagick (Pascal), ALImageMagick (Delphi), PerlMagick (Perl), IMagick (PHP), PythonMagick (Python), magick (R), RMagick (Ruby), TclMagick (Tcl/TK), or WASM. With a language interface, use ImageMagick to modify or create images dynamically and automagically.

Choose from these language interfaces:

CUse the thread-safe MagickWand library to convert, compose, and edit images from the C language. There is also the low-level thread-safe MagickCore library for wizard-level developers. The MagickCache API is a development library to utilize an efficient image cache.ChChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.C++Magick++ provides a thread-safe object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.GOGoImagick is a set of Go bindings to ImageMagick's MagickWand and MagickCore C APIs.JavaJMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line.Javawww/TypeScriptWASM-ImageMagick Webassembly compilation of ImageMagick that allows serverless clientside bindings for Typescript and Javascript. Works in Progressive Web Apps.JuliaJuliaIO provides an object-oriented Julia interface to ImageMagick.KMagickKMagick provides Kotlin bindings to ImageMagick.LabVIEWLVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.LispCL-Magick provides a Common Lisp interface to the ImageMagick library.LuaLua bindings to ImageMagick for LuaJIT using FFI. Lua bindings to ImageMagick for Lua using pure-C.NekoNMagick is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko..NETUse Magick.NET to convert, compose, and edit images from Windows .NET. ImageMagickApp is a .NET application written in C# that utilizes the ImageMagick command line to allow conversion of multiple image formats to different formats.Node.jsNode-magickwand is a full native port of the ImageMagick-7 C++ library to Node.js using SWIG Node-API. Unlike all other ImageMagick npm packages, it does not use the CLI to interact with the utilities, but offers direct access to the full C++ API. It supports both synchronous and multithreaded asynchronous operations, it is fully integrated with TypedArrays and it has full TypeScript support.PascalPascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.DelphiALImageMagick is a Delphi binding for the MagickWand API and the low-level MagickCore library. It is designed specifically for Delphi and integrates seamlessly with the Alcinoe framework.PerlUse PerlMagick to convert, compose, and edit images from the Perl language.PHPIMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here, and a site showing examples is available at PHPImagick.com. phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.PythonWand is a ctypes-based ImagedMagick binding library for Python. PythonMagick is an object-oriented Python interface to ImageMagick. PythonMagickWand is an object-oriented Python interface to MagickWand based on ctypes. Scilab Image Processing toolbox utilizes ImageMagick to do imaging tasks such as filtering, blurring, edge detection, thresholding, histogram manipulation, segmentation, mathematical morphology, color image processing, etc..REALbasicThe MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.R The magick package wraps the Magick++ STL to provide vectorized image processing in R. Get started with using the package vignette.RubyRMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. Get started with RMagick by perusing the documentation. MagickWand for Ruby is an interface between the Ruby programming language and the MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the documentation. MiniMagick is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports. QuickMagick is a gem for easily accessing ImageMagick command line tools from Ruby programs.RustMagickRust is a MagickWand bindings for the Rust language.Tcl/TkTclMagick a native Tcl-extension to the ImageMagick MagickWand API.WebAssemblyMagick.WASM the WASM library for ImageMagick.XML RPCRemoteMagick is an XML-RPC web service that creates image thumbnails. About ImageMagick