图片转换工具,能够缩小放大和旋转图片,使用go语言实现
- 缩小图片
- 放大图片
- 旋转图片
git clone https://github.com/seveirbian/pictu.git
cd pictu
go build
- 缩小图片
./pictu -x 0.5 -y 0.5 -s ./images/source.jpg
- 放大图片
./pictu -x 1.2 -y 1.2 -s ./images/source.jpg
- 旋转图片
./pictu -r 90 -s ./images/source.jpg
- 缩小同时旋转图片
./pictu -x 0.5 -y 0.5 -r 90 -s ./images/source.jpg
本项目采用Apache License 2.0进行许可
This repository is licensed under Apache License 2.0.