MagickWand icon indicating copy to clipboard operation
MagickWand copied to clipboard

Swift wrapper for ImageMagick (MagickWand) for Linux and MacOS

Results 4 MagickWand issues
Sort by recently updated
recently updated
newest added

- Update to Swift 5 - Use pkg-config, this removes the requirement of custom flags

hi~ I have test use Magick++ for cocoa app. but fail when sandbox enable; crash like this: libc++abi.dylib: terminating with uncaught exception of type Magick::ErrorModule: SmallImage: UnableToLoadModule '/usr/local/Cellar/imagemagick/7.0.5-4/lib/ImageMagick//modules-Q16HDRI/coders/jpeg.la': file not...

* [ ] Fix MacOS-Linux dependency issue. [solution](https://gist.github.com/naithar/91a82052c6e75b94d69df4a9492b545c) * [ ] Enum names * [x] Colors (RGBA, HLS, CMYK, HSV/HSB) in `Double`, `Quantum` (#5) * [x] Structs (#5) * [x]...

* [x] `Genesis` - `Terminus` (#8) * [x] Crashsafe usage without `Genesis` (#8) * [ ] Read * [ ] Write * [ ] Resize * [ ] Size, resolution...