
A downloadable Aseprite script
Scale2Size is a collection of three Lua scripts forAseprite that will scale the content of a selection to double its size, half its size, or to a custom percentage size of your choice, most useful when used as a keyboard shortcut.
Scale2Double.lua doubles scales the selection to double its size;Size2Half.lua scales it to half its size;Size2Custom.lua scales it to a custom percentage.Size2Custom.lua will not scale the image to a negative percentage value.Size2Custom.lua will open a small dialog box. The others will apply the scaling automatically to be as unintrusive as possible.| Status | Released |
| Category | Tool |
| Author | kid marscat |
| Tags | Aseprite,extension,lua,lua-script,mod,script,tool |
File > Scripts > Open Scripts Folder. This should open an Explorer window at<Aseprite program folder>/scripts.Size2Double.lua,Size2Half.lua andSize2Custom.lua to this folder and inFile > Scripts selectRescan Scripts Folder.Scale2[size].lua script, and the scripts will double or halve the selection's content automatically, exceptScale2Custom.lua, which will ask for a percentage size.Edit > Keyboard Shortcuts.... For more information,read the Aseprite documentation.In case of a bug, or any other kind of unintentional behavior, feel free to contact me atkidmarscat [at] gmail [dot] com or leave a comment on theScale2Size download page,kidmarscat.itch.io/scale2size
| Date | Version | What changed |
|---|---|---|
| 2024-09 | 0.2 | Updated to match the latest API; several code improvements. |
| 2023-05 | 0.1 | First Release, internal use only. |