Search found 2 matches

by skuenstler
2014-06-16T23:25:25-07:00
Forum: Developers
Topic: Use of MagickSetOption for Objective-C
Replies: 0
Views: 4085

Use of MagickSetOption for Objective-C

Hi, I would like to use MagickWand or MagickCore in an Objective-C project for an implementation of the following command line: convert §inputimage -quiet -regard-warnings -alpha off +repage §outputimage I thougt of taking the "MagickSetOption" method ,i.e. MagickBooleanType MagickSetOptio...
by skuenstler
2014-06-09T08:33:30-07:00
Forum: MagickWand
Topic: how to use ConvertImageCommand in iOS
Replies: 0
Views: 11137

how to use ConvertImageCommand in iOS

Hi, I try to use "ConvertImageCommand()" for my iOS project (see example below). The code below works - but not quite as I would expect :) Somehow the only conversion that is successful is if I take the Bundle-Image (input_image / output_image). Or in other words, the conversion writes the...