<br><br><div class="gmail_quote">On Mon, Nov 17, 2008 at 7:38 PM, gerlos <span dir="ltr"><<a href="mailto:gerlosgm@gmail.com">gerlosgm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!<br>
<br>
Alexandre Racine ha scritto:<br>
<div class="Ih2E3d">> Currently I just used irfanview (with Wine) to convert them to JPG,<br>
<br>
</div>But... isn't it extremely slow and clumsy?<br>
Isn't it a lot easier using "save as" or that tools in the batch menu of<br>
Digikam to do just this thing? Or, even better, shouldn't be easier use<br>
some bash black magic ;-) together with ImageMagick?<br>
</blockquote><div><br><br>Hi,<br><br>Yeah it is kind of slow with irfanview, but for JPGS it is fast. So I'll try the batch mode in digikam.<br><br>There is just one problem. When I select a picture or multiple pictures, there is nothing in the batch menu. No menu...  I am using the 0.9.4 version in Ubuntu 8.10.<br>
<br>Is there something I do wrong???<br><br><br>I love batch commands for servers, but I'll stick to graphic when I am playing with graphics ;)<br><br><br>Thanks all for the other suggestions.<br><br><br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
For example, to convert to jpg every png image in the current directory<br>
you just need something like:<br>
for image in `ls *.png`<br>
do<br>
    convert $image $image.jpg<br>
done<br>
<br>
Just put these lines in a script, and conversions won't be a problem any<br>
more. Ok, it's a stupid example, but believe me, you can do a lot<br>
smarter things!<br>
<br>
<br>
And also you can do a lot of interesting things using *.desktop files in<br>
KDE and/or konqueror (so, once setup, without the terminal!).<br>
For example, put these lines in a text file, let's say, "resize.desktop":<br>
|[Desktop Entry]<br>
Comment=Resize images to 1024 px, and put a copy on the Desktop<br>
Encoding=UTF-8<br>
Exec[$e]=convert -size 1024x1024 %f -resize 1024x1024 `basename %f `<br>
GenericName=Resize images for the Web<br>
Icon=filter<br>
Name=||Resize images for the Web|<br>
|Path[$e]=$HOME/Desktop<br>
Type=Application|<br>
<br>
When you drag any image or any group of images from any program like<br>
Digikam or konqueror or dolphin on the icon of "resize.desktop", after a<br>
while you will get on you Desktop a copy of each image, rescaled so that<br>
the larger border will be 1024 px. Just drag and drop. Easy!<br>
<br>
Another example? This one convert any dropped image to jpg and put it on<br>
the Desktop:<br>
|[Desktop Entry]<br>
Comment=Convert image to jpg, and put a copy on the Desktop<br>
Encoding=UTF-8<br>
Exec[$e]=convert %f `basename %f `.jpg<br>
GenericName=||Convert image to jpg|<br>
|Icon=filter<br>
Name=Convert image to jpg|||<br>
| Path[$e]=$HOME/Desktop<br>
Type=Application|<br>
<br>
Obviously, to make things easy (sorry, I can't know if you know the<br>
command line) I didn't add some more interesting features, like<br>
manipulating the base name of the image or changing the jpg quality, or<br>
just play a sound notification when processing end! Once you work with<br>
the command line for a while you'll figure how to do these "esoteric"<br>
things! ;-)<br>
<br>
Jus ask google about "KDE service menu" for more.<br>
<div class="Ih2E3d"><br>
> but I<br>
> have no intention du put Photophop on my Linux/GNU/Ubuntu box.<br>
><br>
<br>
</div>I think that once you know a little more gnu/linux you won't feel the<br>
need to use Photoshop any more. You can do almost everything with<br>
Digikam, and if it isn't sufficient for you, there's always Gimp! (Now<br>
it is starting to support 32 bit image processing, great!) or Krita!<br>
<br>
regards<br>
gerlos<br>
<br>
_______________________________________________<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>
</blockquote></div><br><br clear="all"><br>-- <br>Alexandre Racine<br><a href="http://www.salsamontreal.com">www.salsamontreal.com</a> - La référence Salsa!<br><a href="http://www.alexandreracine.com">www.alexandreracine.com</a> - Site perso.<br>