[digikam] [Bug 508104] Add Fujifilm focus-point extractor support to digiKam
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Sat Aug 16 01:33:39 BST 2025
https://bugs.kde.org/show_bug.cgi?id=508104
focus-point at mailinator.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #14 from focus-point at mailinator.com ---
Thank you, I tested latest 8.8 build with my personal photos too and it works
well but sometimes it's a bit smaller than focused area like ~10%
To make it perfect before 8.8 release, I have last 2 small requests if you
wish:
1. Replace "(width+height) * 5.5/100" formula "now" with "better" formula
"min(width, height) * 15/100"
- I measured screen with ruler to understand perfect relative proportions.
- Focus frame is always 6x6mm square, more exactly 6.30 with the frame lines.
- I measured screen size cropped for different aspect ratios
- Here is square size NOW VS BETTER ~= Actual:
3:2 -> 62x41mm ---- 5.66 VS 6.15 ~= 6.30
1:1 -> 41x41mm ---- 4.51 VS 6.15 ~= 6.30
4:3 -> 55x41mm --- 5.28 VS 6.15 ~= 6.30
5:4 -> 52x41mm --- 5.11 VS 6.15 ~= 6.30
16:9 -> 62x35mm -- 5.33 VS 5.25 ~= 6.30
2. When "FocusMode" is "Manual", don't draw any AF frame
- Because it's meaningless in all example manually focused photos I tried. It
just show random location marker stays from auto modes.
- Maybe add this to if statement on line 92 as an additional condition, so it
doesn't add af point to list if it's manual focus.
- It's still ok to keep it if you see some reason for this such as AF-MF
Thank you until now and if you take time to perfect it, great thanks!
--
You are receiving this mail because:
You are watching all bug changes.
More information about the kde-mac
mailing list