You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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