Search found 4 matches

by ddv5
2017-11-13T03:29:20-07:00
Forum: Developers
Topic: where to get the source code of these cmd tools
Replies: 2
Views: 12173

Re: where to get the source code of these cmd tools

snibgo wrote: 2017-11-13T03:06:23-07:00 For the source code, and instructions on building, see http://www.imagemagick.org/script/install-source.php
I had gotten the source,what I was struggled is where the source code of the cmd tool is.Now I find it, it's the file "utilities/magick.c".Thank u all the same !
by ddv5
2017-11-13T02:25:48-07:00
Forum: Developers
Topic: where to get the source code of these cmd tools
Replies: 2
Views: 12173

where to get the source code of these cmd tools

I want to do some job about image format converting, I know the cmd tool can do it, but I prefer compile my own source .Where to get the souce code of tools?
by ddv5
2017-11-13T01:35:27-07:00
Forum: Magick++
Topic: how can I build Magick++ only without MagickCore and MagickWand
Replies: 2
Views: 15738

Re: how can I build Magick++ only without MagickCore and MagickWand

snibgo wrote: 2017-11-13T01:33:38-07:00 When building ImageMagick, the MagickCore and MagickWand layers must be included. If they are not, ImageMagick won't work.
thanks.
by ddv5
2017-11-13T00:55:49-07:00
Forum: Magick++
Topic: how can I build Magick++ only without MagickCore and MagickWand
Replies: 2
Views: 15738

how can I build Magick++ only without MagickCore and MagickWand

I think I only need the c++ version,but I cannot find a way to forbid the building of the c version.And the lib name has an embellish like "-7.16HDRI",how can I remove it? I think only "libMagick++.so" is ok.