1
0
Fork 0
mirror of synced 2024-06-27 02:30:34 +12:00

Fix merge

This commit is contained in:
nagadomi 2016-02-14 11:51:30 +09:00
parent 5bbc2cec01
commit c76c656e57

View file

@ -227,7 +227,7 @@ function APIHandler:post()
end end
end end
end end
local name = uuid() .. ".PNG" local name = uuid() .. ".png"
local blob = image_loader.encode_png(alpha_util.composite(x, alpha)) local blob = image_loader.encode_png(alpha_util.composite(x, alpha))
self:set_header("Content-Length", string.format("%d", #blob)) self:set_header("Content-Length", string.format("%d", #blob))