https://github.com/cielivb/filetypeconverter
A lightweight portable wxPython GUI application for converting between different image file types.
https://github.com/cielivb/filetypeconverter
convert-images gui-application python wxpython
Last synced: 5 months ago
JSON representation
A lightweight portable wxPython GUI application for converting between different image file types.
- Host: GitHub
- URL: https://github.com/cielivb/filetypeconverter
- Owner: cielivb
- License: agpl-3.0
- Created: 2025-12-13T19:32:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-29T22:37:05.000Z (6 months ago)
- Last Synced: 2026-01-07T19:51:29.274Z (6 months ago)
- Topics: convert-images, gui-application, python, wxpython
- Language: Python
- Homepage:
- Size: 137 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README






# FileTypeConverter 
## About FileTypeConverter
FileTypeConverter is a wxPython GUI application for converting image files to BMP, ICO, JPG, PDF, PNG, TIFF, and WEBP formats.
### Example Videos
TBA
### FileTypeConverter Motivation
Using online file converters can get annoying when you start needing to convert image files often. FileTypeConverter was developed to streamline conversion between different image file types. Far fewer clicks are required using FileTypeConverter compared to using online file converters. This is useful both as a general utility tool and for developing tests for programs that handle various image file types.
### Testing
FileTypeConverter was last tested on Windows 11 on 29/12/2025. A test directory containing reference test images is included in the repo, alongside test notes. Note I do not plan to test FileTypeConverter comprehensively, and thus strange behaviour may occur in edge cases. I may fix such behaviour as I encounter it while using it.
### Future development
FileTypeConverter is designed to be a very simple utility tool, and thus has no major updates proposed for the foreseeable future. Proposed minor future updates are noted in the [Issue Tracker](https://github.com/cielivb/FileTypeConverter/issues).
## How to Use FileTypeConverter
Download the zip file from github, and extract it wherever you like. In the dist folder, you should find File Type Converter.exe. Run this either from the terminal or by left clicking on it. You can also create a shortcut to the .exe file.
## License
This project is under the [AGPL-3.0 license](LICENSE).