Faster3ck / Converseen

Converseen is a batch image converter and resizer
https://converseen.fasterland.net/
GNU General Public License v3.0
423 stars 32 forks source link

Can you return "0.000" in Resolution as the default #162

Closed bungadrum closed 6 months ago

bungadrum commented 7 months ago

Can you return the "0.000" for Resolution X-Y as the default. Still having issue with the DPI settings it is set to "96" when you open it and if you try to convert with that default setting it will give you "72" instead. Would it be possible to return that option to how it was in version 0.9.11.1? It was easier when you had to set it yourself this way you just don't know what you will get.

bungadrum commented 7 months ago

Before it was the value and then ".000" when you set it can you bring this back if possible DPI

Faster3ck commented 7 months ago

Hi, I was trying to give a default value to the options for resolution but didn't know if these options were better than the previous ones.

In that case I will soon restore the options for resolution as they were previously.

bungadrum commented 6 months ago

After latest update the DPI works like it should

Faster3ck commented 6 months ago

Great, I'm glad everything is working well now. I had to fix several functions related to resolution, especially regarding PNG files. I'm not sure if the problems were due to IM documentation or if there is actually a bug in the metadata handling of PNG files.

Additionally, the Qt libraries were not displaying the correct resolution of the images on the program screen.

Regardless, the resolution should be set as an integer, so I did not include floating point numbers in the resolution settings!