Hi
Is there any way to compile and build only convert function by putting any flag in ./configure ? Or at least by modifying configure file? For my application I only need convert function.
Thanks
Search found 2 matches
- 2019-02-28T23:07:46-07:00
- Forum: Developers
- Topic: compile convert only
- Replies: 4
- Views: 17721
- 2019-02-07T23:19:50-07:00
- Forum: Users
- Topic: linking static Magick++ on linux
- Replies: 1
- Views: 8752
Re: linking static Magick++ on linux
Hi, I installed ImageMagick using the following commands ./configure -disable-shared --enable-gprof make sudo make install When I profiled using the following command convert -edge 0 images/logo.jpg images/logo_edge.jpg gprof utilities/.libs/convert images/gmon.out > prof it produced the following ...