mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-10 05:02:40 +01:00
Update Photoshop.lua
This commit is contained in:
parent
515c23a6d4
commit
deb040a98e
@ -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("Ошибка чтения формата файла!")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user