Search found 1 match

by boygiandi
2013-01-10T01:32:02-07:00
Forum: Developers
Topic: ConvertImageCommand alway return MagickFalse
Replies: 0
Views: 10998

ConvertImageCommand alway return MagickFalse

Hi.

I'm using Image Magick for my Iphone app and I got this error :

I use this code :

- (void)posterizeImageWithCompression {
// Here we use JPEG compression.
NSLog(@"we're using JPEG compression");

// Get image from bundle.
char *input_image = strdup([[[NSBundle mainBundle ...