Skip to main content

Methods to manipulate images

Project description

# PyCrop

1. What it does
2. functions
1. Contain
2. Cover
3. Installation

## What it does
Methods to manipulate images

## Functions

### 1.Cover
- params:
- path:str - image absolute path
- size:list - output image size (width:int, height:int)
- point:list - point from where image is cropped and resized
- savepath:str - image destination path
- quality:int - output image quality (from 0 to 100%)
- returns:
- (resize status, output image path):tuple

Based on size, it will crop evenly distributed rectagle from point coordinates (in percentage).

### 2.Contain
- params:
- path:str - image absolute path
- size:list - output image size (width:int, height:int)
- savepath:str - image destination path
- quality:int - output image quality (from 0 to 100%)
- returns:
- (resize status, output image path):tuple

Function will fit source image in rectagle which has same dimensions as size.

## Installation

To install the package by `pip` run following command

```sh
$ pip install pycrop
```

or

```sh
$ pip install git+https://github.com/giorgi94/pycrop.git
```


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

pycrop-1.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

pycrop-1.0.1-py3-none-any.whl (2.7 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