Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Create thumbnails. Specify dimensions or aspect ratio. Resizes and blurs background if aspect ratio changes.

License

NotificationsYou must be signed in to change notification settings

veralvx/thumber

Repository files navigation

Create thumbnails. Specify dimensions or aspect ratio. If the aspect ratio from the input image is altered, fills the background with the same image, but blurred. Alternatively, just crop it without blur.

Install using pip:

pip install thumber

Usage

thumber dimensions <input_image> <width> <height> [--blur <blur_radius>]thumber aspect <input_image> <ratio> [--blur <blur_radius>]thumber crop <input_image> {--ratio <ratio> | --width <width> --height <height>}

Values for<mode>:

  • dimensions
  • aspect
  • crop

Examples:

  • Produce a 1920x1080 image:
thumber dimensions image.png 1920 1080 --blur=30
  • Produce an image whose width is 1.778x the height:
thumber aspect image.png 1.778 --blur=30

The closer to 0, the lower is the blur effect

  • Produce a cropped image, without blur in the background:
thumber crop image.png --ratio=1.778
thumber crop image.png --width=1920 --heigth=1080

Gallery Examples

babel.webp (1024x1024)babel-dimensions-1920x1080.webpbabel-aspect-0.5.webpbabel-aspect-2.webpbabel-cropped-1920x1080.webp

License

This project is licensed under the MIT License.

About

Create thumbnails. Specify dimensions or aspect ratio. Resizes and blurs background if aspect ratio changes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp