Better unsharp mask in batch tools

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Better unsharp mask in batch tools

Bugzilla from mikmach@wp.pl
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
Reply | Threaded
Open this post in threaded view
|

Re: Better unsharp mask in batch tools

Gilles Caulier-4


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...

Gilles



_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Better unsharp mask in batch tools

Bugzilla from mikmach@wp.pl
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