1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: imgp
Section: misc
Priority: optional
Maintainer: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper (>= 11),
python3 (>= 3.5),
dh-python
Standards-Version: 4.2.1
Homepage: https://github.com/jarun/imgp
Vcs-Git: https://salsa.debian.org/debian/imgp.git
Vcs-Browser: https://salsa.debian.org/debian/imgp
Package: imgp
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3 (>= 3.5), python3-pil
Description: Superfast batch image resizer and rotator
Feature
.
- Resize by percentage or resolution
- Rotate clockwise by specified angle
- Adaptive resize considering orientation
- Brute force to a resolution
- Optimize images to save more space
- Convert PNG to JPEG
- Erase exif metadata
- Force smaller to larger resize
- Process directories recursively
- Overwrite source image option
- Completion scripts for bash, fish, zsh
- Minimal dependencies
.
|