J.D. Purcell

Results 55 comments of J.D. Purcell

This is what I came up with in [1b26365](https://github.com/jdpurcell/qView/commit/1b2636516fedd16bb8a3abc8101c29bdeab50883):

qView's implementation does consider both the image's and the monitor's color space. However for this image, using Qt's HEIC support, I can see qView isn't finding a color space in...

@jurplel Based on the limited testing I could figure out how to do, i.e. a special build with some additional [debug output](https://github.com/jdpurcell/qView/commit/a76c37c6d511b4ec0f9941101b2e0ac57d5ca2a7), I am seeing that on macOS it's not...

Good news! I got the kimageformats HEIF plugin building. I think it was resolved after a package update from bumping `vcpkgGitCommitId`, but I made a lot of other changes recently...

@jurplel I implemented this in [my qView repo](https://github.com/jdpurcell/qView). Mentioning it here as an idea in case you like how it was done. Basically, instead of "Reset Zoom" just doing a...

This is, unfortunately, intentional behavior because there are various places in which small rounding errors can occur. If we try to calculate the ideal zoom ratio to get the image...

I worked on this more today and surprisingly managed to figure out and fix just about all the issues that caused accuracy problems in the automatic window sizing and zoom-to-fit...

"Image resizes past actual size" is an existing setting from official qView and it controls something different, but yes it is pretty confusing especially because I put my new setting...

I would still appreciate if this could be fixed if it's not too much trouble. The use case, in case you're curious or want an app to test with, is...

I just tried it out, and it seems to be working as expected! I appreciate it 👍