Search found 1 match

by anachn91
2013-07-29T00:31:45-07:00
Forum: Users
Topic: Conversion of UIImage to Image* in iOS
Replies: 1
Views: 1648

Conversion of UIImage to Image* in iOS

I have a UIImage on which I am trying to apply auto gamma correction using the function: AutoGammaImage(Image *). When I pass the UIImage directly to the function after bridge casting, I get the following error: Assertion failed: (image->signature == MagickSignature), function GetImageChannelMean ...