https://bugs.kde.org/show_bug.cgi?id=508104
--- Comment #17 from [email protected] --- I found out that LR plugin also uses similar formula for cameras they don't put effort to measure exact size (such as fujifilm and panasonic). However, they let user choose generic ratios in settings (than our own measured one 15/100). `math.min(Width, Height) * prefs.focusBoxSize` For example, they have database of exact focus point sizes of many camera models (many specific models of nikon and pentax). Some other brands like canon gives focus point size in metadata (that I wish all brands do) So, after we finalize this soon, our implementation will support Fujifilm a lot better than Lightroom! Code: https://github.com/musselwhizzle/Focus-Points/blob/dcb392eb3c70696e48b67ddf4500076d9c5d7ea4/focuspoints.lrplugin/DefaultPointRenderer.lua#L461 -- You are receiving this mail because: You are watching all bug changes.
