]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/book/chap_images.tex
Include wx/confbase.h which is needed by this file.
[wxWidgets.git] / docs / latex / book / chap_images.tex
index 5c57ab77c06c520d4de0dd32aea0f03dc3776b15..dc48689da26b8607b65fc2ec403c86738e62ad9e 100644 (file)
@@ -16,7 +16,7 @@ and one for blue, thus yielding the classical RGB acronym. Due to the
 simplicity of wxImage, you will do all kinds of image manipulation
 with this class, this includes loading images in various formats
 such as GIF, TIFF or JPEG (these and some more are supported by wxWindows 
-without further work), analyizing the image in terms of colour usage etc
+without further work), analyzing the image in terms of colour usage etc
 and applying filters to the image for higher-level manipulation, such
 as blurring, sharpening etc.