Search found 2 matches

by immwn
2019-02-28T23:07:46-07:00
Forum: Developers
Topic: compile convert only
Replies: 4
Views: 16382

Re: compile convert only

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
by immwn
2019-02-07T23:19:50-07:00
Forum: Users
Topic: linking static Magick++ on linux
Replies: 1
Views: 8557

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 p...