Contents

danramteke/MagickBird

Swifty wrapper around ImageMagick. Requires ImageMagick.

Getting Started

Use MagickBirdContext, which will open a MagickWandGenesis and close MagickWandTerminus around your code:

MagickBirdContext {
  Tiler(inputPath: "./output/kitten.jpg", outputPath: "./output/").tile(levels: (10...13))
}

Similar Projects / Inspiration

  1. https://github.com/naithar/MagickWand - uses ImageMagick 6
  2. https://mikemikina.com/blog/watermarking-photos-with-imagemagick-vapor-3-and-swift-on-macos-and-linux/ - how to setup the library linking
  3. https://github.com/novi/SwiftMagickWand - super simple

Package Metadata

Repository: danramteke/MagickBird

Stars: 3

Forks: 1

Open issues: 0

Default branch: master

Primary language: c

License: MIT

Topics: imagemagick, imagemagick-wrapper, swift

README: README.md