#Random Utilities

1 messages · Page 1 of 1 (latest)

gaunt fable
#

These are misc utility tools that doesn't really fit into any categories.
Just want to share these in case anyone else find them useful

#

I (asked ChatGPT politely to) write a simple python script to crop atlases into individual pieces

#

It will accept a folder of images, crop them into desired width by height, and output them into folders named by original image names

For cards it should be 71x95 (1x) or 142x190 (2x)

#

While this one achieves the opposite, it takes a bunch of images that are the same sizes and put together an atlas

teal monolith
#

lemme send a few similar utilities here too

#

use this to speed up a sound to use as music, must be in input.ogg
isn't really useful anymore now that Sound API can handle it without speedup

gaunt fable
#

The script first attempts to fill any blank (transparent) slots within the existing atlas before adding new rows or columns, and users can specify whether to append to the right or the bottom of the atlas.

gaunt fable
#

A python script that simply download and install lovely, or updates existing lovely for Linux/Windows users:

gaunt fable
gaunt fable
#

This is a jumbo executable (for windows only) that contains all three atlas functionality abovementioned (Crop, Create, Append)

gaunt fable
#

An update to Math's resize 1x & 2x:
this enhanced version will have gui popup and easy to use, handles any scale factor
(eg. 1x->2x input 2, 2x->1x input 0.5 etc.)
requires tkinter

young hollow
gaunt fable
#

cmd, use pip install tk

#

Also it's resizing tool