X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=Install-windows.txt;h=594f5a093af556106622b529f3f1587539af9053;hb=572e097d004eac4b9767c11eec49d054e413ab00;hp=d2948b9b0605fc30b98065ce275780c806ee2d0d;hpb=ebe41ab753ca7efdf70f6ea80d6018bc9b9a7a17;p=imagemagick diff --git a/Install-windows.txt b/Install-windows.txt index d2948b9b0..594f5a093 100644 --- a/Install-windows.txt +++ b/Install-windows.txt @@ -60,20 +60,22 @@ Configure Edit "magick_config.h" - Click on this button to bring up magick-config.h in Windows Notepad. Review and - optionally change any preprocessor defines in ImageMagick's magick_config.h - file to suit your needs. This file is copied to magick\magick_config.h. You - may safely open magick\magick_config.h, modify it, and recompile without - re-running the configure program. In fact, using Notepad to edit the copied - file may be preferable since it preserves the original magick_config.h file. + Click on this button to bring up magick-config.h in Windows Notepad. Review + and optionally change any preprocessor defines in ImageMagick's + magick_config.h file to suit your needs. This file is copied to + magick\magick_config.h. You may safely open magick\magick_config.h, modify + it, and recompile without re-running the configure program. In fact, using + Notepad to edit the copied file may be preferable since it preserves the + original magick_config.h file. Key user defines in magick_config.h include: MAGICKCORE_QUANTUM_DEPTH (default 16) - Specify the depth of the pixel component depth (8, 16, or 32). A value of 8 - uses half the memory than 16 and may run 30% faster, but provides 256 times - less color resolution than a value of 16. We recommend a quantum depth - of 16 because 16-bit images are becoming more prevalent on the Internet. + Specify the depth of the pixel component depth (8, 16, or 32). A value of + 8 uses half the memory than 16 and may run 30% faster, but provides 256 + times less color resolution than a value of 16. We recommend a quantum + depth of 16 because 16-bit images are becoming more prevalent on the + Internet. MAGICKCORE_INSTALLED_SUPPORT (default undefined) Define to build a ImageMagick which uses registry settings or embedded @@ -299,7 +301,8 @@ Create a Self-Installing Binary Distribution Prerequisites 1. Download and install Inno Setup 5. - 2. Download and install ActiveState ActivePerl. + 2. Download and install ActiveState ActivePerl @ + http://www.activestate.com/activeperl/downloads/. Run the Configure Wizard @@ -344,7 +347,7 @@ Create a Self-Installing Binary Distribution Install the Binary Distribution - 1. Double-click on VisualMagick/bin/ImageMagick-6.5.9-0-Q16-windows-dll.exe + 1. Double-click on VisualMagick/bin/ImageMagick-7.0.0-0-Q16-windows-dll.exe to launch the ImageMagick binary distribution. 2. Complete the installer screens to install ImageMagick on your system. @@ -388,7 +391,7 @@ Building Your Custom Project The Windows binary distribution includes a number of demo projects that you can use as a template for your own custom project. For example, start with the Button project, generally located in the c:/Program - Files/ImageMagick-6.5.5-0/Magick++_demos folder. If not, be sure to select + Files/ImageMagick-7.0.0-0/Magick++_demos folder. If not, be sure to select Configuration Properties->C/C++->Preprocessor and set these definitions: NDEBUG @@ -398,5 +401,3 @@ Building Your Custom Project NeedFunctionPrototypes _DLL _MAGICKMOD_ - -