Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Image Converter

This program allows you to convert image formats using Python. It supports several popular image formats and comes with a simple GUI interface built with tkinter.

Features

  • Convert between various image formats (e.g., PNG, JPEG, BMP, etc.)
  • Simple graphical user interface (GUI) built with tkinter
  • Built-in image preview functionality

Requirements

To run this program, you need to install the following Python packages:

  • Pillow
  • opencv-python
  • numpy
  • imageio
  • tkinter (included with Python on most systems)
  • zlib (included with Python by default)

You can install all required packages by running:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages