Skip to main content

python-image-tools is a python package for working with images

Project description

python-image-tools

The python-image-tools is a python package that allows you to easily download an image from a given URL and manipulate it.

Installation

  • Run pip install python-image-tools

Usage

To use the class, you first need to import it:

from image_tools import ImageDownloader

img = ImageDownloader("https://www.example.com/image.jpg")

Download an Image

To download an image, you can use the download_image method:

img.download_image()

Resize an Image

To resize an image, you can use the resize_image method, passing in the desired width and height of the image:

img.resize_image(500, 500)

Resize an Image by Percent

To resize an image by a certain percent, you can use the resize_image_by_percent method, passing in the desired percent:

img.resize_image_by_percent(50)

Change Image format

To change image format, you can use the change_image_format method, passing in the desired format:

img.change_image_format("png")

Reduce Image size

To reduce image size, you can use the reduce_image_size method, passing in the desired size in kilobytes:

img.reduce_image_size(50)

Rename Image

To rename image, you can use the rename_image method, passing in the desired name:

img.rename_image('test')

Note

  • If you want to resize the image to a specific file size, you should first reduce the image file size to your desired file size and then change the image format to a format that supports compression such as JPEG.

  • The class will overwrite the original image file, so make sure to save a copy of the original image before using the class.

Support

If you have any issues or questions, please don't hesitate to reach out to us at amirhamiri74@gmail.com.

Project details


Release history Release notifications | RSS feed

This version

0.4

Download files

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

Source Distribution

python-image-tools-0.4.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

python_image_tools-0.4-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

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