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: 4815

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 MagickSetOption ...
by skuenstler
2014-06-09T08:33:30-07:00
Forum: MagickWand
Topic: how to use ConvertImageCommand in iOS
Replies: 0
Views: 13600

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 output ...