ImageMagik Action Plugin
Publicado: 13 Nov 2019 05:11

Hello everyone from Cuba. I bring you a new Plugin called ImageMagik. This plugin has the ability to convert, rotate and apply effects to images. I hope you like it.
Functions:
ImageMagik.Convert(LoadImage, Width, Height, SaveImage)
ImageMagik.Rotate(LoadImage, Angle, BackgroudColor(HEX), SaveImage)
ImageMagik.SetEffect(LoadImage, TableEffects, SaveImage)
Example Code:
ImageMagik.Convert("in.png", 256, 256, "out.ico")
ImageMagik.Rotate("in.png", 90, "#00ff80", "out.png")
ImageMagik.SetEffect("in.png", {"bordercolor=#600124","bolder=4", "brightness = 30"}, "out.png")

http://www.mediafire.com/file/d1649m2gr ... k.zip/file