summaryrefslogtreecommitdiff
path: root/html/examples
diff options
context:
space:
mode:
Diffstat (limited to 'html/examples')
-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")