J.D. Purcell
J.D. Purcell
@BloodRaven0 Glad to hear my suspicion confirmed. And yes, the current code intentionally ignores the "zoom towards cursor" setting and forces the image to the center if it's smaller than...
Related to #374, just mentioning it for tracking purposes
@jurplel In case you were considering this feature for qView, I implemented it in my fork but took a different approach than #494. Personally I don't plan to use it,...
> In any case, you need to implement getting monitor's ICC profile on every platform @novomesk Do you know if Little CMS helps with this part? If I understand correctly,...
I got Windows/macOS ICC profile detection working in #521. Just using `QColorSpace::fromIccProfile` / `QImage::convertToColorSpace`, not Little CMS.
@lorenzofanchi I don't know about release plans but the automated (aka "nightly") builds are a good option. The most recent build for #521 is [located here](https://github.com/jurplel/qView/actions/runs/3925643234) if you'd like to...
@jurplel I believe this is "fixed" or at least greatly improved in the nightly builds. I can reproduce this in 5.0 but not in master. After working on the `setWindowSize`...
There are two ways this could be expected to work: 1. A 1920-wide image on a 3840-wide display is always shown pixel-for-pixel and takes up half of the display's width....
I implemented an option called "Zoom level is relative to screen pixels" in my repo to make 1 image pixel equal 1 screen pixel @ 100% zoom level. Maybe that...
I implemented it as such: [d68f376](https://github.com/jdpurcell/qView/commit/d68f3761d2caa9c1e7ff9d54f58bc115063d54a9). I'm not sure it would be as feasible without the changes in the `graphicsview-rewrite` branch, but if/when that gets merged, I could open a...