Bug 118535

Summary: Add Border: use percent to designate border size
Product: [Applications] digikam Reporter: Ben Allen <mrsecure>
Component: Plugin-Editor-BorderAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 0.9.0

Description Ben Allen 2005-12-17 20:21:41 UTC
Version:           0.8.8 (using KDE KDE 3.4.2)
OS:                Linux

It would be nice to be able to add a border to an image (or group of images in batch mode) with the size specified as a percentage of the image size.  This would provide a consistent looking border to a set of images which are different sizes.
Comment 1 caulier.gilles 2006-08-17 15:42:29 UTC
Ben,

Image editor and main interface (batch mode) do not use the same plugin interface to add tool. Batch Border image come from kipi-plugins not digiKam itself. Please make a file in kipi-plugins area for that.

Gilles Caulier
Comment 2 caulier.gilles 2006-08-18 11:09:52 UTC
SVN commit 574137 by cgilles:

digikam from trunk: now, "Add Border" image editor tool use percent ratio of image to compute border 
size to add around the image. A new default keyboard shortcut have been add to this tool: Shift+B

CCMAIL: digikam-devel@kde.org
BUG: 118535
CCBUGS:122693
 


 M  +19 -21    border.cpp  
 M  +14 -16    border.h  
 M  +2 -2      digikamimageplugin_border_ui.rc  
 M  +40 -50    imageeffect_border.cpp  
 M  +1 -2      imageeffect_border.h  
 M  +0 -1      imageplugin_border.cpp  
 M  +0 -1      imageplugin_border.h