Search found 1 match

by firesun57
2015-09-11T02:04:07-07:00
Forum: Users
Topic: How to convert WMF to PNG/JPEG on ImageMagick iOS library
Replies: 0
Views: 6090

How to convert WMF to PNG/JPEG on ImageMagick iOS library

Hi, I downloaded the IM_Test sample project from this http://www.imagemagick.org/script/binary-releases.php#iOS link. I want to convert a wmf file to JPEG or PNG. I have used the function : - (IBAction)buttonConv04:(id)sender { // MagickWandGenesis(); int arg_count = 4; char *input_image = strdup ...