]> granicus.if.org Git - imagemagick/blobdiff - Install-windows.txt
Allow braced single letter excapes, EG "%[x]"
[imagemagick] / Install-windows.txt
index b1511ffa864b7ab52a2531034eb15978d5eb4082..594f5a093af556106622b529f3f1587539af9053 100644 (file)
@@ -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
@@ -345,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.
   
@@ -389,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
@@ -399,5 +401,3 @@ Building Your Custom Project
     NeedFunctionPrototypes
     _DLL
     _MAGICKMOD_
-  
-