Dear all,
I'm interested in compiling magick++ for iOS. I've already tried a project which compiles the C part of magick for iOS (see https://github.com/marforic/imagemagick_lib_iphone). To the best of my knowledge, there are no posts/scripts or anything describing that. There is only a report of a guy that said something about that, but he didn't post instructions or anything.
Thus, I'm thinking of doing it myself.
For that purpose, I need to understand how magick++ is compiled. But I'm having trouble finding info for developers. Is there any good starting point to understand this?
Or any specific instructions on building magick++.
Thanks in advance.
Best regards,
Juan
Compiling magick++ for iOS
-
- Posts: 23
- Joined: 2013-08-14T15:40:56-07:00
- Authentication code: 6789
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Compiling magick++ for iOS
If you are on Unix, or Windows with Cygwin, compiling IM including Magick++ is very simple. If you have Windows but not Cygwin, either get Cygwn or something expensive from Microsoft.
I give lots of gory detail on the top few pages on my site (see my signature), including building the IM demonstration programs.
I know nothing about iOS.
I give lots of gory detail on the top few pages on my site (see my signature), including building the IM demonstration programs.
I know nothing about iOS.
snibgo's IM pages: im.snibgo.com
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Compiling magick++ for iOS
I know nothing about any of the APIs. But see http://www.imagemagick.org/script/magick++.php and the links contained in it. Also see http://www.imagemagick.org/script/binar ... es.php#iOS and the links in that.
-
- Posts: 23
- Joined: 2013-08-14T15:40:56-07:00
- Authentication code: 6789
Re: Compiling magick++ for iOS
I've seen those thanks. I need info about compiling the wrapper, not the way to use them from your own program.fmw42 wrote:I know nothing about any of the APIs. But see http://www.imagemagick.org/script/magick++.php and the links contained in it. Also see http://www.imagemagick.org/script/binar ... es.php#iOS and the links in that.
Thanks.
-
- Posts: 23
- Joined: 2013-08-14T15:40:56-07:00
- Authentication code: 6789
Re: Compiling magick++ for iOS
I'm cross-compiling magick from OSX (unix) to work on iOS, I will try to do a ./configure --with-magick-plus-plus and see if it works. I will check your site and see if something helps me. thanks.snibgo wrote:If you are on Unix, or Windows with Cygwin, compiling IM including Magick++ is very simple. If you have Windows but not Cygwin, either get Cygwn or something expensive from Microsoft.
I give lots of gory detail on the top few pages on my site (see my signature), including building the IM demonstration programs.
I know nothing about iOS.