Releases: MyAlexro/ImageConverter
Releases · MyAlexro/ImageConverter
ImageConverter v1.2
Added features:
- Added timer that measures how much time it has taken to convert the images
- It's now possible to drop a folder with some images in it and the program will convert all of them
- It's now possible to replace the transparency of png images when converting them to a gif
- Added option to add more images to the other ones already present and ready to convert
- It's now possible to convert a bulk of images with some images being the same format as the selected one but they won't be converted
- Now the conversion options collapse instead of getting hidden so they won't appear far from each other
- Added FontSize dependecy property to RoundBttn
- The StartConversionBttn background changes based on the chosen Theme Color
- When selecting the theme mode to dark, the theme color will automatically be set to white
- Added the possibility to compress images after converting them. If the user has chosen a quality level(other than 100%) , the program will output both the converted only and the converted&compressed versions of the image(s).
- Added support for Tiff images, including the compression algorithm
- It's now possible to specify where to save the images
- The "Start Conversion" button is focusable and clickable by pressing enter
- Added option to specify wether the program will save both the converted&uncompressed and the converted&compressed image or only the converted&compressed(if the user has chosen to compress an image by reducing quality)
- Multi-resolution/size icons: Now if the user converts two or more images to the Ico format, they'll be treated as the same image but in different size, to create a multi-resolution / multi-size icon.
- Added class that contains useful methods during the debugging process
- Updated icon: new style and now has every resolution supported by the ico format. Updated the Window Icon too
- It's now possible to select the images to convert through a file dialog, clicking on the default image in the ImgViewer
- Errors in the image conversion process now get saved in the temp folder, and the user is asked to report the error
- Added license in menu
- Changed some translations.
- The user can choose to resize the converted image if the chosen format is png, jpeg, jpg, bmp or tiff
Fixed various bugs(memory leaks, general bugs)
ImageConverter v1.1
Added two major features and fixed a lot of bugs:
Added features:
- It is now possible to replace the transparency of a PNG image with ⬛️ or ⬜️ when converting it to another format
- It is now possible to convert a group of images to a GIF:
- You will be able to decide how many times the gif is going to repeat(loop or 1-10)
- You will be able to decide how much delay there will be between the frames of the GIF
Fixed bugs
- Fixed bug where dragging a null file over the Image to convert container made the application crash
- Fixed bug where the selected-theme-type rectangle in the menu returned to the normal state after the mouse left it
- Fixed bug where the gif-in-loop checkbox would remain visibile even after emptying the imgviewer
- Fixed bug where the message box that prompted the user to restart the application when a setting changed appeared even when the user selected the same option
- Fixed conversion to the format CUR
- Fixed bug where if the user dropped one or more images in the image-to-convert box and then dropped an invalid file the image(s) to convert would be removed but it/they would remain in the image-to-convert box
- Fixed bug where the button to empty the image-to-convert box was enabled even though the image-to-convert box source was the default image that said to drop an image to convert
- Fixed bug where the image(s) to convert couldn't be deleted after converting them because they remained in use by the program
- Fixed visualization of the convert image button
- Fixed bug where the restart of the application was prompted even when the language combobox was closed without changing language
ImageConverter v1.0
First working and stable release of ImageConverter