Skip to content

Releases: NSTechBytes/Mini-Pixel

Version 87.0

22 Sep 16:18
4cd112b
Compare
Choose a tag to compare

Mini Pixel - Batch Image Converter

Mini Pixel is a simple and user-friendly GUI-based image converter built using Python and PyQt5. The application allows you to select multiple images, convert them into various formats (PNG, JPEG, BMP), and resize them to custom or predefined resolutions.

Features:

. Batch Conversion: Convert multiple images in one go.
. Format Support: Supports popular formats like PNG, JPG, JPEG, and BMP.
. Custom Resolutions: Resize images to predefined or custom resolutions.
. Progress Tracking: Real-time progress bar and percentage display during conversion.
. Fixed Window Size: Clean, minimal design with a fixed window size of 600x300 pixels.
. Icon Support: The app features custom icons for the window toolbar and buttons.
. Threaded Execution: Runs the conversion process in a separate thread to ensure the GUI remains responsive.