imgp

Fast batch image resizer and rotator

GPL-3.0 License

Downloads
326
Stars
1K
Committers
7

Bot releases are hidden (Show)

imgp - imgp v2.9 Latest Release

Published by jarun about 1 year ago

  • Support converting P mode PNGs
  • Fix AttributeError: module 'PIL.Image' has no attribute 'Resampling'
  • Fix ANTIALIAS is deprecated and will be removed in Pillow 10
  • Add Python 3.11 support
  • Remove support for Python 3.7 (EOL)
imgp - imgp v2.8

Published by jarun almost 4 years ago

  • Option -M to specify minimum resolution of iamges to process
  • Option -H (process hidden files) replaces -d
  • Option -d (debug mode) replaces -z
  • Option -N and --nearest (nearest neighbour for PNG) replace --nn
  • Option -P (save JPEG as progressive) replaces --pr
imgp - imgp v2.7

Published by jarun almost 5 years ago

  • Code lint fixes
  • Package uploaded to PyPI
  • New auto-generated packages for - CentOS, Debian, Fedora
  • Update copyright year
imgp - imgp v2.6

Published by jarun almost 6 years ago

What's in?

  • Support for progressive JPEG
  • Some bug fixes and documentation update
  • Package generation for some more distros
imgp - imgp v2.5

Published by jarun over 6 years ago

What's in?

  • New option --nn to use nearest neighbour interpolation for PNG files
  • Identify Multi Picture Object (MPO) files
imgp - imgp v2.4.1

Published by jarun about 7 years ago

What's in?

  • Integrated with PackageCore to auto-generate packages in Travis CI.

This is a maintenance release to make packages for multiple distros available.

imgp - imgp v2.4

Published by jarun about 7 years ago

What's in?

  • New option --quality (-q) to specify quality [default: 75]
  • Homebrew tap for OS X users [brew install jarun/imgp/imgp]
  • Option --quiet is now --mute
  • Use global fill color white (#ffffff) for alpha channel
imgp - imgp v2.3

Published by jarun over 7 years ago

Modifications

  • Show number of images not processed due to low resolution
  • Option --size to limit processing by minimum image size
imgp - imgp v2.2

Published by jarun about 8 years ago

Modifications

  • Options --res and --scale unified as --res
  • Support negative degrees to rotate anti-clockwise
  • Show total converted images, if any
  • Show total execution time
  • Tested with pillow-simd
imgp - imgp v2.1

Published by jarun about 8 years ago

Modifications

  • Rename utility to imgp
  • Support adapting to either hres or vres
imgp - imgd v2.0

Published by jarun about 8 years ago

News

  • imgd is available on AUR

Modifications

  • process current directory, if source unspecified
  • completion scripts for bash, fish and zsh
  • option --keep to skip images with matching hres/vres
  • skip symbolic links to avoid recursive loops
  • option --processimgd is now --includeimgd
  • PEP8 compliance
imgp - imgd v1.0

Published by jarun about 8 years ago

Initial features

  • 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 only larger to smaller resize
  • process directories recursively
  • overwrite source image option
  • minimal dependencies

NOTE: The program help shows v0.1 due to a omission before the release. Please ignore.