<div dir="ltr">Realy good solution!</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/25 Peter Albrecht <span dir="ltr"><<a href="mailto:peter@crazymonkeys.de" target="_blank">peter@crazymonkeys.de</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<div class="im"><br>
On 24.10.2013 12:09, Jean-François Rabasse wrote:<br>
> Well, I think I see what Yuri means with « custom tool »,<br>
> for I happen<br>
> to have similar issues.<br>
> Custom tool could be any user defined processor, accepting<br>
> one or more<br>
> images files on input, and producing ... something.<br>
<br>
</div>Another "dirty" solution, I use:<br>
I write a shell/perl/... script doing the processing stuff,<br>
I want. And then I register this script in KDE as<br>
application for "MimeType=image/jpeg". This way, my custom<br>
script appears in the "Open With" part of the context menu.<br>
<br>
So I select the photos I want to be affected. Click right<br>
and select "Open With -> myAction" from the context menu.<br>
<br>
>From one of my earlioer postings:<br>
> <a href="http://mail.kde.org/pipermail/digikam-users/2013-July/017898.html" target="_blank">http://mail.kde.org/pipermail/digikam-users/2013-July/017898.html</a><br>
<br>
-------------------------- 8< --------------------------<br>
So in the directory "~/.local/share/applications" I added a<br>
file "myAction.desktop".<br>
<br>
  --------------------- 8< ---------------------<br>
> [Desktop Entry]<br>
> Name=myAction<br>
> GenericName=Cool photo tool<br>
> Comment=some comment to set<br>
> Icon=resizeimages<br>
> Exec=/usr/bin/konsole --noclose -e perl /usr/local/bin/myAction.pl %F<br>
> Type=Application<br>
> MimeType=image/jpeg<br>
> Terminal=false<br>
  --------------------- >8 ---------------------<br>
-------------------------- >8 --------------------------<br>
<br>
Maybe that helps.<br>
<br>
Regards,<br>
        Peter<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Digikam-users mailing list<br>
<a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
</div></div></blockquote></div><br></div>