[Digikam-devel] extragear/libs/kipi-plugins/jpeglossless

Gilles Caulier caulier.gilles at free.fr
Tue May 2 15:04:29 BST 2006


SVN commit 536574 by cgilles:

kipi jpeglosslessplugin : 

- using ImageMagick C++ API to perform action in non JPEG image. 16 bits images are preserved now.
- Do not handle RAW files type to perform action.
- Add libMagick++ depency. 
- Remove libTiff API.
- Simplify file name in dialog. No need the complete filepath here to prevent large dialogs size.

Nota : a libMagick++ API detection is require into kipi-plugins .configure file.

CCMAIL: kde-imaging at kde.org, digikam-devel at kde.org 
BUG: 123499

 M  +4 -3      Makefile.am  
 M  +52 -39    convert2grayscale.cpp  
 M  +9 -11     convert2grayscale.h  
 M  +87 -107   imageflip.cpp  
 M  +10 -11    imageflip.h  
 M  +114 -102  imagerotate.cpp  
 M  +13 -12    imagerotate.h  
 M  +54 -34    jpegtransform.cpp  
 M  +54 -37    jpegtransform.h  
 M  +21 -15    messagebox.cpp  
 M  +12 -12    messagebox.h  
 M  +94 -83    plugin_jpeglossless.cpp  
 M  +11 -9     plugin_jpeglossless.h  
 M  +9 -9      progressdlg.cpp  
 M  +8 -5      progressdlg.h  
 M  +23 -63    utils.cpp  
 M  +10 -17    utils.h  





More information about the Digikam-devel mailing list