Deduplicate vips shutdown, reformat natives, remove soos alias

This commit is contained in:
Essem 2022-12-28 17:01:50 -06:00
parent 5d8974d177
commit 3c16599126
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
81 changed files with 360 additions and 464 deletions

View file

@ -6,7 +6,7 @@ class SooSCommand extends ImageCommand {
};
static description = "\"Loops\" an image sequence by reversing it when it's finished";
static aliases = ["bounce", "boomerang"];
static aliases = ["boomerang"];
static requiresGIF = true;
static noImage = "You need to provide an image/GIF to loop!";