Hmm, maybe this is not the best list, nevermind.
I tried to write patch for better unsharp mask in batch tools. I think I succeeded in main part but there is one problem :) I cannot perform any batch operation. This is kdDebug output from task: digikam: 0.8x1+0.8+0.05 digikam: convert -crop 300x300+0+0 -unsharp 0.8x1+0.8+0.05 -verbose /home/mikolaj/Digikam/2007-07-23/p1010459-2.jpg As you can see it is possible to perform operation on radius smaller than one pixel. But there is another bug. Convert cannot perform when only one file name is available. And this is definitely beyond my capability. Note: this bug apply to all batch processes. m. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel FullUnsharp.diff (4K) Download Attachment |
2007/10/18, Mikolaj Machowski <[hidden email]>: Hmm, maybe this is not the best list, nevermind. Well, iif understand properlly, you need to use "mogrify" IM tool instead "convert". Look IM man page for details... Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Dnia Thursday 18 of October 2007, Gilles Caulier napisaĆ:
> 2007/10/18, Mikolaj Machowski <[hidden email]>: > > Hmm, maybe this is not the best list, nevermind. > > > > I tried to write patch for better unsharp mask in batch tools. I think > > I succeeded in main part but there is one problem :) > > > > I cannot perform any batch operation. > > > > This is kdDebug output from task: > > > > digikam: 0.8x1+0.8+0.05 > > digikam: convert -crop 300x300+0+0 -unsharp > > 0.8x1+0.8+0.05 -verbose > > /home/mikolaj/Digikam/2007-07-23/p1010459-2.jpg > > > > > > As you can see it is possible to perform operation on radius smaller > > than one pixel. But there is another bug. Convert cannot perform > > when only one file name is available. And this is definitely beyond my > > capability. > > Well, iif understand properlly, you need to use "mogrify" IM tool > instead "convert". Look IM man page for details... No. convert is hardcoded in other parts of code - I didn't touch that. Also batch tools are reporting progress one by one file. It wouldn't be possible with mogrify. m. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |