Convers+ IMG Hacker v1.3.4
### Improvement
- Now when you select another Theme the shown images are automatically repainted to show the change. It works for any image-related action: in VBF/BIN mode, in Convert Image mode, in RAW Image mode and so on.
### Fixed
- The BUG that was affecting Image Conversion is because of how QImage convertToFormat(QImage::Format_Indexed8) is designed:
it makes the new image's width (= bytes per line) to be a multiple of 4, so upon conversion it adds the "missing" bytes to every line (1, 2 or 3 bytes) and fills them with random data.
(
https://forum.qt.io/topic/115559/qimage ... exed-image ;
https://stackoverflow.com/questions/532 ... in-release)
The fix was done by skipping those added bytes in order not to encode them.
Using CH to downsize the image to the desired dimensions produces a pretty good quality (at least for tests) but I still recommend using an external image application that has more options regarding this.
400x198 resized to 249x195 CH.png
400x198 resized to 249x195 external.png
In this case the one resized with CH has more sharpness and it seems to actually be better
You do not have the required permissions to view the files attached to this post.