Skip to main content

crop and resize an image without doing the math yourself

Project description

cropresize uses PIL to crop and resize an image as appropriate for web presentation. cropresize is a convenience package that allows image resizing without aspect ratio distortion.

API

cropresize contains one useful function, cropresize.crop_resize. The function takes three arguments:

  • image: a PIL image object

  • size: a 2-tuple of (width,height); at least one must be specified

  • exact_size: whether to scale up for smaller images

See cropresize.crop_resize.__doc__ for the function documentation. crop_resize returns the cropped and resized PIL image.

Command Line

The command line program, crop-resize, is included in this python package. The help for the program is displayed by running crop-resize with no arguments or crop-resize --help.

Future Work

cropresize is written as a convenience function to PIL as this methodology for cropping and resizing images is often desired for presentation, particularly on the web. Since the utility is in demand, the functionality should be ported upstream to PIL.

http://k0s.org/portfolio/software.html#cropresize

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cropresize-0.1.5.tar.gz (3.2 kB view details)

Uploaded Source

File details

Details for the file cropresize-0.1.5.tar.gz.

File metadata

  • Download URL: cropresize-0.1.5.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cropresize-0.1.5.tar.gz
Algorithm Hash digest
SHA256 76f9af8c9e4b609c2299f8e2ac1ddeff93ff94ebacfcc60bc555c35fe8df985f
MD5 b559f506d8748ba87a8ff07dd6bbbab3
BLAKE2b-256 7200871ec0dca8f1f01b3750166139437e1fc7026612e570abe72160623c4a66

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page