]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention the problem with mask colour and blurring.
authorRobert Roebling <robert@roebling.de>
Sun, 24 Sep 2006 12:50:48 +0000 (12:50 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 24 Sep 2006 12:50:48 +0000 (12:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/image.tex

index efcbd1119186c25e2c3d15773f4b588691f9b5ff..6204e9fd6b93754a8d3df8df7f82259ebc72c29a 100644 (file)
@@ -1110,7 +1110,13 @@ It should be noted that although using wxIMAGE\_QUALITY\_HIGH produces much nice
 looking results it is a slower method.  Downsampling will use the box averaging method
 which seems to operate very fast.  If you are upsampling larger images using
 this method you will most likely notice that it is a bit slower and in extreme cases
-it will be quite substantially slower as the bicubic algorithm has to process a lot of data.
+it will be quite substantially slower as the bicubic algorithm has to process a lot of
+data.
+
+It should also be noted that the high quality scaling may not work as expected
+when using a single mask colour for transparency, as the scaling will blur the
+image and will therefore remove the mask partially. Using the alpha channel
+will work.
 
 Example: