mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-12 19:51:02 +05:00
Не, ну я че, лох что ль, сейвить шестёркой-энкодером
This commit is contained in:
parent
70dd5a9d03
commit
44dc8a472b
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user