Version: (using KDE KDE 3.5.2) Installed from: SuSE RPMs Such feature would be great while working with scans. The user could choose whether to split the image horizontally or vertically. Similarly to crop function the user could set the splitting line, the image would be splitted into two images. While working with hundreds of scans several options supporting such features would be welcome: [ ] auto save after split < suffix for the first part > < suffix for the sencond part >
maybe with a script?
Git commit 8b416e6eebff333dda7117c62be21caaaa63df25 by Boudewijn Rempt. Committed on 22/03/2011 at 12:52. Pushed by rempt into branch 'master'. Implement bug 127571: Split the image Patch by srikanth tiyyagura <srikanth.tulasiram@gmail.com> BUG: 127571 CCMAIL: srikanth tiyyagura <srikanth.tulasiram@gmail.com> M +1 -0 krita/plugins/extensions/CMakeLists.txt A +18 -0 krita/plugins/extensions/imagesplit/CMakeLists.txt [License: UNKNOWN] * A +97 -0 krita/plugins/extensions/imagesplit/dlg_imagesplit.cpp [License: GPL (v2+)] A +57 -0 krita/plugins/extensions/imagesplit/dlg_imagesplit.h [License: GPL (v2+)] A +160 -0 krita/plugins/extensions/imagesplit/imagesplit.cpp [License: GPL (v2+)] A +49 -0 krita/plugins/extensions/imagesplit/imagesplit.h [License: GPL (v2+)] A +8 -0 krita/plugins/extensions/imagesplit/imagesplit.rc [License: UNKNOWN] * A +6 -0 krita/plugins/extensions/imagesplit/kritaimagesplit.desktop [License: UNKNOWN] * A +48 -0 krita/plugins/extensions/imagesplit/wdg_imagesplit.cpp [License: GPL (v2+)] A +37 -0 krita/plugins/extensions/imagesplit/wdg_imagesplit.h [License: GPL (v2+)] A +114 -0 krita/plugins/extensions/imagesplit/wdg_imagesplit.ui [License: UNKNOWN] * M +19 -0 krita/ui/kis_config.cc M +7 -0 krita/ui/kis_config.h The files marked with a * at the end have a non valid license. Please read: http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. http://commits.kde.org/calligra/8b416e6eebff333dda7117c62be21caaaa63df25