Page 1 of 1

iOS image handling

Posted: Tue Mar 22, 2011 2:38 pm
by castexyz
Hi, what can i use to handle images on iOS(like apply filters and such)? i've tried imagemagick but it wont work on iOS applications

Thanks

Re: iOS image handling

Posted: Tue Mar 22, 2011 3:08 pm
by Klaus
Hi castexyz,

"imagemagick" is an application for (desktop) Mac/Windows/Linux
and you can't use it on iOS (yet?)!

Besides learning Objective C and CoreGraphics via XCode I'm afraid
there is no way to do this in the moment with LiveCode.


Best

Klaus

Re: iOS image handling

Posted: Tue Mar 22, 2011 3:56 pm
by castexyz
Klaus wrote:Hi castexyz,

"imagemagick" is an application for (desktop) Mac/Windows/Linux
and you can't use it on iOS (yet?)!

Besides learning Objective C and CoreGraphics via XCode I'm afraid
there is no way to do this in the moment with LiveCode.


Best

Klaus
Thank you for your answer