v0.1.8
Feature
🚀 Added the ability to create a border for an image. View number 11 in the Usage section to see an example image. You can specify color and border thickness (pixels) .The syntax is:
gowall draw ~/Pictures/img.png -c #5D3FD3 -b 5
Feature
🚀 Added the ability to change image formats
For example from.webp
to.png
(of course you can change to any format you want)
gowall convert ~/Pictures/img.webp -f png
This eliminates the reason for you to go to image converter websites
With gowall the conversion happens instantly whereas in most converter websites it can take seconds
- Added
NixOS
installation method