Bug 118535 - Add Border: use percent to designate border size
Summary: Add Border: use percent to designate border size
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Editor-Border (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-17 20:21 UTC by Ben Allen
Modified: 2016-06-29 19:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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