Bug 137696

Summary: Border extent should not follow image aspect ratio
Product: [Applications] digikam Reporter: Dik Takken <kde>
Component: Plugin-Editor-BorderAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In: 0.9.1

Description Dik Takken 2006-11-21 20:55:06 UTC
Version:           0.9.0-Beta3 (using KDE KDE 3.5.5)
Installed from:    Gentoo Packages
OS:                Linux

When I add a border to images with extreme aspect ratios, the width of the left and right parts of border is very much different from the width of the top and bottom border.

I would like to create borders that have equal width everywhere.
Comment 1 Laurent COOPER 2006-11-28 23:39:17 UTC
Same thing. I think having border with equal size or proportionnal size should be an option (checkbox?)
Comment 2 caulier.gilles 2007-01-19 14:05:21 UTC
SVN commit 625194 by cgilles:

digiKam from trunk : Border Tool : add new option to handle perserve aspect ratio or not. The border with will be set in percents or in pixels accordinly with this setting.

CCMAIL: digikam-devel@kde.org

BUG: 135141
BUG: 137696

 M  +192 -36   border.cpp  
 M  +52 -20    border.h  
 M  +184 -65   imageeffect_border.cpp  
 M  +9 -1      imageeffect_border.h