summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorscuri <scuri>2009-08-03 21:17:54 +0000
committerscuri <scuri>2009-08-03 21:17:54 +0000
commitb8a1d5f74824698f7f227eabdf27af1cbb298e26 (patch)
tree0bc4d251429080a59959a28efc740aad71e658f6 /html
parent008a2115fed94b4cac85e5d888d01c6192717de6 (diff)
*** empty log message ***
Diffstat (limited to 'html')
-rw-r--r--html/examples/process.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/examples/process.lua b/html/examples/process.lua
index 5a32586..e942b27 100644
--- a/html/examples/process.lua
+++ b/html/examples/process.lua
@@ -47,4 +47,4 @@ replace:Save("lena_replace.jpg", "JPEG")
local bitmask = image:Duplicate()
im.ProcessBitMask(image, bitmask, "01111010", im.BIT_XOR)
-replace:Save("lena_bitmask.jpg", "JPEG")
+bitmask:Save("lena_bitmask.jpg", "JPEG")