<br>hello dear list, hello dear Remco <br><br>many thanks for the quick reply. <br><br>i had a quick look at the machine - i have the necessary libraries to performe the little script you suggested . <br><br>ssee here the preliminary - i have the following preliminary things on my machine. <br>
<br>martin@linux-wyee:~> rpm -qf $(which convert)<br>ImageMagick-6.7.2.7-5.1.3.i586<br>martin@linux-wyee:~> <br><br><br>but this script does not run - as target and sourcde are the same. <br><br><br>for I in *.jpg ; do<br>
convert -resize 800x600 $I $I ;<br> echo -n "." ;<br> <br><br>well - if all the files are in one folder - how should i re-design the script. <br>there have to be different names - ohterwise convert or bash will be complaining..<br>
<br>can you help out here - <br>note: all the files are in the same folder<br><br><br>look forward to hear from you <br><br>greetings <br>matze <br><br><br><br><div class="gmail_quote">On Sun, Apr 8, 2012 at 2:09 PM, Remco Viëtor <span dir="ltr"><<a href="mailto:remco.vietor@wanadoo.fr">remco.vietor@wanadoo.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sunday 08 April 2012 12:46:33 jdd wrote:<br>
> Le 08/04/2012 13:04, Martin Kaspar a écrit :<br>
><br>
</div><div class="im">> > i have a bunch of photos that i want to show in a image slider on<br>
> > the Web.<br>
<br>
</div><div class="im">> or better, use a scrit like mine:<br>
><br>
> for I in *.jpg ; do<br>
> convert -resize 800x600 $I $I ;<br>
> echo -n "." ;<br>
><br>
> done<br>
<br>
</div>Just be aware that that script, as written, overwrites the original file,<br>
which might not be what you want<br>
<span class="HOEnZb"><font color="#888888"><br>
Remco<br>
</font></span><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>