A simple GUI application for converting images between different formats, including TIFF, PNG, and JPEG. This application supports a variety of image types, including RAW formats like NEF.
- Select images from your filesystem
- Choose output format (TIFF, PNG, JPEG)
- Convert NEF (Nikon RAW) images and standard formats (PNG, JPG, JPEG)
- Progress bar to show conversion status
- User-friendly interface built with Tkinter
- Python 3.x
- Required libraries:
tkinter
opencv-python
rawpy
numpy
tqdm
You can install the required libraries using pip:
pip install opencv-python rawpy numpy tqdm
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/image-converter.git cd image-converter
-
Run the application:
python image_converter.py
-
Use the GUI to select an image and choose the desired output format.
-
Click "Convert Image" to start the conversion process. A progress bar will display the status.
Contributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to the contributors of the libraries used in this project.
- Inspiration from various image processing tools and frameworks.