Photo Resizer, used mainly for Id cards and other documents.
Project description
Image resizer
Resize images with face centering and cropping, export images into a directory.
Installation
Without face detection
With pip, from sources
$ python3 -m pip --user install git+https://gitlab.com/frague59/resize.git
With pip, from PyPi
$ python3 -m pip --user install photoResizer
With pipx
$ pipx install photoResizer
With face detection (opencv)
With pip
$ python3 -m pip --user install photoResizer[opencv]
With pipx
$ pipx install photoResizer[opencv]
Usage
$ photoResizer --help
Usage: python -m photoResizer [OPTIONS] IMAGES... OUTPUT_DIR
Resize images to a given width and height.
Options:
--version
-W, --width INTEGER Width of the output image, default: 600.
-H, --height INTEGER Height of the output image, default: 800.
-Q, --quality INTEGER Quality of the output image (JPEG output,
default: 90).
-f, --format [jpeg|png|tiff|webp]
Type of the output image, default: jpeg.
-p, --multiprocessing Use multiprocessing for image resizing,
default: False.
-F, --face-detection Use face detection for image resizing
(OpenCV required, default: False).
--help Show this message and exit.
IMAGES
can be a list of image paths or a directory. In case of a directory, the pattern *.[Jj][Pp][Ee]?[Gg]
is applied to the files.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for photoResizer-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c19bffe65a854db790ee3936057baf339b1eed399a5e9c10f3d8295ae42b568a |
|
MD5 | 0c8445feba2d32b4abfbdabf6adbe098 |
|
BLAKE2b-256 | 092459bbabc55b5c84bd19f1037a74bd8fdd9dc768bc4d92c8392c71d85ba4df |