how to install latest image magick patch?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
sri123
Posts: 5
Joined: 2010-06-21T02:43:54-07:00
Authentication code: 8675308

how to install latest image magick patch?

Post by sri123 »

Hello All,

I am using image magick 6.6.6 version for my VC++ application.

how can i install latest image magick 6.6.6-7 pacth or add latest image magick patch to my older version of image magick.

Can anyone please help me how to install patch to the existing version of image magick?

Thanks in advance..
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: how to install latest image magick patch?

Post by anthony »

There is no specific 'patch'. You just download a new release. OR install the SVN version so that it will update the source files as needed.

Code: Select all

mkdir IM
cd IM
svn co https://magick.imagemagick.org/subversion/ImageMagick/trunk .
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply