Bug 108902 - Golden ratio aspect crop
Summary: Golden ratio aspect crop
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Editor-Crop (show other bugs)
Version: 0.7.3
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-11 06:58 UTC by Mark A. Taff
Modified: 2022-01-15 06:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark A. Taff 2005-07-11 06:58:51 UTC
Version:           0.7.3-beta2 (using KDE 3.4.1 Level "a" , SUSE 9.3 UNSUPPORTED)
Compiler:          gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
OS:                Linux (i686) release 2.6.11.4-21.7-smp

It is currently not very easy to crop an image to the golden ratio (1:1.618033...) using the aspect ratio crop feature.  You either have to approximate it as 10:16, which is IMHO not a close enough approximation, or you have to do the math by hand with a given base dimension.

Short of using double/float, 1,000:1,618 or 10,000:16,180 should be a close enough approximation.

Thanks.

Mark
Comment 1 caulier.gilles 2005-07-11 07:20:43 UTC
I had already inlude Golden ratio to digikam 0.8.0. Take a look here :

http://digikam3rdparty.free.fr/aspectratiocroptoolresizable.png

Gilles Caulier