Skip to content

Releases: Blueyescat/imagesk

Fixes and create Discord emote using image effect

23 Jan 14:01
Compare
Choose a tag to compare

Additions

Fixes

  • Fixed that Make Image Rounded and Make Mask effects converts transparent to white.
  • Fixed that using the Create Image code without color but with a storage variable gives Can't understand parse error

Scale image syntaxes

17 Jan 20:03
Compare
Choose a tag to compare

Added scale syntaxes to the Resize Image effect, and renamed the effect to Resize/Scale Image. They are just to make the resizing easier, using percentages. Click here to go to its docs.

Also fixed an important bug with the Upload Image to Discord effect.

v2.1

17 Jan 14:03
Compare
Choose a tag to compare

This is a small release that adds ability to store the sent message in a variable for the Upload Image to Discord effect. This feature doesn't even exist on Vixio's upload file effect lol 😛

And it looks like the gradient stuff works fine, so this is a full release not beta.

Gradients

15 Jan 22:42
f0285d6
Compare
Choose a tag to compare
Gradients Pre-release
Pre-release

Added gradient stuff!

Previews

See the Documentation page for the new syntaxes.

See the Examples page for some gradient examples.

Added 'colors' expression

colo[u]rs %objects%

A helper expression for the Color expression, you can use something like colors red and "00FF00" instead of color red and color "00FF00" with this.

Other

Added "ellipse" alias to syntax of the Draw Oval effect.

Fixes and code clean up

03 Jan 14:23
Compare
Choose a tag to compare
Pre-release

Additions

Fixes

Improvements

  • Cleaned up the code, load time of imagesk might be a bit faster but shouldn't be slower.

A little big update

30 Dec 14:35
Compare
Choose a tag to compare
A little big update Pre-release
Pre-release

Rotation Stuff

Added ability to rotate the drawing for the effects below! See their docs for the syntaxes.

Check this page to see how it works: https://github.com/Blueyescat/imagesk/wiki/Using-Rotation

Syntax Improvements (non-breaking)

Changed arc to arc[h]

Old
(create|generate) [a[n]] [new] [(image|img)] (text|string) [(with (id|name)|named)] %text% [[and] with text %text%]
New
(create|generate) [a[n]] [new] [(image|img)] (text|string) [(with (id|name)|named)] %text% [[and] [with] (content|text|string) %text%]

Old
((text|string)|font[[( |-)]family]) of [[(image|img)] (text|string)] %text%
New
((content|text|string)|font[[( |-)]family]) of [[(image|img)] (text|string)] %text%


Syntax Changes (breaking)

Changed location syntaxes from %number%( and|,) %number% to %number%,[ ]%number%

Syntaxes of the effects below have been changed, if you were using some of them and they give error, check their docs for the new syntax.

Better Vixio Support System

Now there won't be a different release file for Vixio support. It will be enabled automatically if the server has Vixio v2.0+.


Join my Discord server for the best support

Small update (renamed from image.sk to imagesk)

27 Dec 13:54
Compare
Choose a tag to compare

Renamed the project from image.sk to imagesk! I thought this makes more sense.
All GitHub links will redirect to the new link.

Also, slightly improved performance of the get image from file effect.


  1. If you have, delete the old Skript/scripts/image.sk folder
  2. If you want Vixio support, download the imagesk-Vixio-Support.zip file. Otherwise, download the imagesk.zip file
  3. Unzip/open the zip, copy the imagesk folder inside, and paste it into your Skript/scripts/ folder

First release with a subfolder

25 Dec 18:31
41cbc38
Compare
Choose a tag to compare

image.sk didn't use a subfolder before and it was just a file called image.sk, but it is now split into multiple files in subfolder image.sk/ in Skript/scripts/. Here is the first release for this! 🎉


  1. Before all, if you have the old !image.sk file, delete it
  2. If you want Vixio support, download the image.sk-Vixio-Support.zip file. Otherwise, download the image.sk.zip file
  3. Unzip/open the zip, copy the image.sk folder inside and paste it into your Skript/scripts/ folder