Skip to main content

Small package that converts image(s) to .tif file format.

Project description

Convert to Tif

Description

This is a small package that will change any image file that Pillow supports to a tif file format.

Installation

Copy the link above to install.

Documentation

To import the convert function: from convert2tif.convert2tif import convert

convert2tif.convert(input_path=".", output_path=None) Args:

input_path: str
    String indicating path to directory of images to be converted. Uses
    current directory if no input path is provided.

output_path: str
    String indicating path to directory where converted images will be
    saved. Creates a new 'output' directory within the current
    directory if no output path is provided.

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

convert2tif-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

convert2tif-0.1.0-py3-none-any.whl (3.4 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