Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 682 Bytes

File metadata and controls

24 lines (17 loc) · 682 Bytes

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