iOS image handling

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
castexyz
Posts: 4
Joined: Tue Mar 22, 2011 2:35 pm

iOS image handling

Post by castexyz » Tue Mar 22, 2011 2:38 pm

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

Klaus
Posts: 14182
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: iOS image handling

Post by Klaus » Tue Mar 22, 2011 3:08 pm

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

castexyz
Posts: 4
Joined: Tue Mar 22, 2011 2:35 pm

Re: iOS image handling

Post by castexyz » Tue Mar 22, 2011 3:56 pm

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

Post Reply