marforic / imagemagick_lib_iphone

Scripts and instructions to compile ImageMagick as a static library to use in any iOS project
314 stars 71 forks source link

Is there any experience trying to use magick++ on iOS? #14

Open juan-cardelino opened 10 years ago

juan-cardelino commented 10 years ago

It seems that your project compiles only MagickCore and MagickWand, do you know if someone tried to use magick++ before? Do you personally have any experiencie? Thanks in advance.

marforic commented 10 years ago

No, I haven't tried the magick++ nor do I know of anyone compiling it (cross-) should be doable, I guess, unless they require some particular libraries (boost might be one?)

Best,

~C

On Wednesday, August 6, 2014, Juan Cardelino notifications@github.com wrote:

It seems that your project compiles only MagickCore and MagickWand, do you know if someone tried to use magick++ before? Do you personally have any experiencie? Thanks in advance.

— Reply to this email directly or view it on GitHub https://github.com/marforic/imagemagick_lib_iphone/issues/14.

System Security Group ETH Zurich CNB F 100.5 Universitätsstrasse 6 8092 Zurich SWITZERLAND

Phone: +41 44 633 76 99 E-Mail: maclaudi@inf.ethz.ch Web: http://www.syssec.ethz.ch/people/maclaudi

juan-cardelino commented 10 years ago

My project uses boost+magick+tinyxml+jsoncpp, the two lastest are single cpp files so I guess it won't be a problem. I guess I will try to modify your scripts, but I guess it will be a pain... Thanks for the feedback.

juan-cardelino commented 10 years ago

Claudio, I've managed to update your scripts to compile Magick++ and made a sample project using it. I will fork your code and add my changes, I might add a pull request later. Afterwards, I would like to contribute to the main project if you agree. I wasn't that hard.

marforic commented 10 years ago

Hi Juan,

glad to hear that it worked. Just make a pull request and I'll review your changes. If I somehow like your style/ideas (most probably :D) I'll add you as a direct contributor and you can push further changes directly!

~C

On 15 September 2014 15:27, Juan Cardelino notifications@github.com wrote:

Claudio, I've managed to update your scripts to compile Magick++ and made a sample project using it. I will fork your code and add my changes, I might add a pull request later. Afterwards, I would like to contribute to the main project if you agree. I wasn't that hard.

— Reply to this email directly or view it on GitHub https://github.com/marforic/imagemagick_lib_iphone/issues/14#issuecomment-55589536 .

System Security Group ETH Zurich CNB F 100.5 Universitätsstrasse 6 8092 Zurich SWITZERLAND

Phone: +41 44 633 76 99 E-Mail: maclaudi@inf.ethz.ch Web: http://www.syssec.ethz.ch/people/maclaudi

juan-cardelino commented 10 years ago

Great, I will upload it soon.