Skip to content

Dumiii/image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

These two small projects were developed as a complement to The Complete Python Developer course I've recently finished. The jpg to png converter was a course project that I've made a few tweaks to improve and make it more readable after reading the documentation and the gif resizer was just a personal project to experiment and test a bit more of the library.


Requirements

Python3, pip and Pillow are required, for convenience a requirements.txt file is provided in the config, to use it run the following command:

Download Instructions


Usage

For the jpg to png conversion all you have to do is supply the original images path and the target images path:

JPG to PNG Instructions


For the gif resizer, assuming the gif is in the same directory as the script:

Gif Resizer Instructions


The result is saved under the name new.gif



Credits

Thank you to The Complete Python Developer for the Python lessons and credits for the awesome instruction images go to Carbon.

About

Exploration of Image Processing topics using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages