Не, ну я че, лох что ль, сейвить шестёркой-энкодером

This commit is contained in:
IgorTimofeev 2021-03-31 02:15:08 +03:00
parent 70dd5a9d03
commit 44dc8a472b

View File

@ -318,7 +318,8 @@ end
local function save(path)
if filesystem.extension(path) == ".pic" then
local result, reason = image.save(path, window.image.data, 6)
local result, reason = image.save(path, window.image.data, 7)
if result then
setSavePath(path)
addRecentFile(path)