项目作者: SayanSahu99

项目描述 :
Convert your Tiff image files into JPG / PNG.
高级语言: HTML
项目地址: git://github.com/SayanSahu99/Tiff-Converter.git
创建时间: 2021-04-13T06:40:56Z
项目社区:https://github.com/SayanSahu99/Tiff-Converter

开源协议:MIT License

下载


TiffConverter

Visit TiffConverter to use the converter.

TIFF format (tagged image file format) is a computer file format for storing raster graphics that use lossless compression, which means they’re typically used for large files that contain a lot of visual information, so they are popular among graphic artists and photographers. TIFF file size, are ideal for high-quality prints, but it can be unmanageable on the web. That’s the reason why sometimes it’s better to convert Tiff images to JPG / PNG. Tiff files can be converted properly into JPG / PNG to get a good quality image at a much lower file size.

TiffConverter converts your Tiff image files online. It supports PNG and JPG. After converting the images, the files are downloaded as a ZIP folder. Then use the JPG / PNG files for uploading to a website, or as an email-attachment or on social media.

It is a tiny flask app, built with bootstrap.

Getting Started

To get started, you’ll want to first clone this GitHub repository locally:

  1. $ git clone https://github.com/SayanSahu99/Tiff-Converter.git

Next, you’ll want to go into the tiffconvert directory:

  1. $ cd tiffconvert

Then you’ll want to install all of the Python requirements (via
pip):

  1. $ pip install -r requirements.txt

And lastly, run flask run:

  1. $ flask run

License

MIT license

License