mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-22 15:55:56 +01:00
Update Photoshop.lua
This commit is contained in:
@@ -614,8 +614,8 @@ local function open(path)
|
||||
pixels[1][2] = kartinka
|
||||
elseif format == ".jpg" then
|
||||
--local PNGKartinka = image.JPGtoPNG(kartinka)
|
||||
loadedImageHeight = #PNGKartinka
|
||||
loadedImageWidth = #PNGKartinka[1]
|
||||
loadedImageHeight = #kartinka
|
||||
loadedImageWidth = #kartinka[1]
|
||||
pixels[1][2] = kartinka
|
||||
else
|
||||
ecs.error("Ошибка чтения формата файла!")
|
||||
|
||||
Reference in New Issue
Block a user