Search found 3 matches
- 2013-04-30T23:23:14-07:00
- Forum: Users
- Topic: ImageMagick deployment
- Replies: 3
- Views: 3126
Re: ImageMagick deployment
fmw42, thank you it helped. Posted full solution on SO
- 2013-04-17T00:19:23-07:00
- Forum: Users
- Topic: ImageMagick deployment
- Replies: 3
- Views: 3126
Re: ImageMagick deployment
If no one knows how to deploy it on mac maybe someone knows how to check what paths it searches for the coders?
What should I pass to InitializeMagick(...) to see what paths it probes for the coders?
What should I pass to InitializeMagick(...) to see what paths it probes for the coders?
- 2013-04-13T21:55:10-07:00
- Forum: Users
- Topic: ImageMagick deployment
- Replies: 3
- Views: 3126
ImageMagick deployment
Hi there, I'm trying to deploy ImageMagick with my own software. On windows I've just included all the core dlls with coders dlls at the exe path and it works well. But on mac os I have troubles with coders. I installed ImageMagick via macports and found it with the help of CMake. CMake does all the ...