summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/include_lua/image_save.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/include_lua/image_save.lua')
-rw-r--r--apps/plugins/lua/include_lua/image_save.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/include_lua/image_save.lua b/apps/plugins/lua/include_lua/image_save.lua
index 4735af46d7..27e63ca65a 100644
--- a/apps/plugins/lua/include_lua/image_save.lua
+++ b/apps/plugins/lua/include_lua/image_save.lua
@@ -198,7 +198,7 @@ do
198 end 198 end
199 199
200 -- Bitmap lines start at bottom unless biHeight is negative 200 -- Bitmap lines start at bottom unless biHeight is negative
201 for point in _points(img, 1, h, w + bytesleft, 1) do 201 for point in _points(img, 1, h, w + bytesleft, 1, 1, 1, true) do
202 imgdata[#imgdata + 1] = fs_bytes_E(bpp, point or 0) 202 imgdata[#imgdata + 1] = fs_bytes_E(bpp, point or 0)
203 203
204 if #fbuffer >= 31 then -- buffered write, increase # for performance 204 if #fbuffer >= 31 then -- buffered write, increase # for performance