Search found 1 match

by nbyn
2015-06-07T09:32:39-07:00
Forum: MagickWand
Topic: Right Way To Export Image Object To UIImage After Resize Algorithm
Replies: 0
Views: 10481

Right Way To Export Image Object To UIImage After Resize Algorithm

What is the right way to convert Image object into UIImage object with size property? I am getting the size of image object via its signature property and then exporting it via NSData where my App Crashes. Here is my code : -(UIImage *)applyAlgo { MagickWandGenesis(); MagickWand * magick_wand = NewM...