spx icon indicating copy to clipboard operation
spx copied to clipboard

[WIP] #builder #584 rendering resolution optimization

Open JiepengTan opened this issue 8 months ago • 0 comments

https://github.com/goplus/builder/issues/584

https://github.com/goplus/spx/assets/8347962/c8acd747-9364-483d-8b14-dbab65883182

example1: "map": { "width": 240, "height": 240 }, "run": { "width": 720, "height": 720 }, old : image new : image

example2: "map": { "width": 480, "height": 360 }, "run": { "width": 960, "height": 720 }, old : image

new : image

JiepengTan avatar Jun 19 '24 08:06 JiepengTan