<div dir="ltr">thank you so much. I heard of that one as well....<div>my websearch for how to install it led me to the instructions (<a href="http://wiki.panotools.org/Hugin_Compiling_Ubuntu">http://wiki.panotools.org/Hugin_Compiling_Ubuntu</a>) which istructed me to:</div><div><br></div><div><div> sudo add-apt-repository ppa:hugin/hugin-builds; sudo apt-get update; </div><div> sudo apt-get install hugin enblend panini</div></div><div><br></div><div>which, after it ran, spat out:</div><div><br></div><div> Reading package lists... Done</div><div> Reading package lists... Done</div><div> Building dependency tree </div><div> Reading state information... Done</div><div> E: Unable to locate package panini</div><div><br></div><div>is there a secret to installing panini?</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 1, 2016 at 3:02 PM, Brian Cluff <span dir="ltr"><<a href="mailto:brian@snaptek.com" target="_blank">brian@snaptek.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Use Hugin. It's powerful and offers a a simple mode that just works as long as your input images are of good quality.<br>
<br>
Brian Cluff<span><br>
<br>
On 01/01/2016 12:46 PM, Michael Havens wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span>
what is the best photo stitching program. My search revealed many and I<br>
was interested in stitchpanorama but I could not find instructions on<br>
how to install a plugin and I want to hear some opinions on good ones.<br>
<br>
I was hoping to find one that would stitch on both axis. (both x and y)<br>
The reason I want to be able to stitch both axes is so I would be able<br>
to mimic a wide angle lens.<br>
<br>
Could I use convert for this purpose too?<br>
<br>
<br>
On Fri, Jan 1, 2016 at 2:35 PM, Michael Havens <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a><br></span>
<mailto:<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>>> wrote:<br>
<br>
thanks *Brian*<span><br>
<br>
On Fri, Jan 1, 2016 at 2:33 PM, Brian Cluff <<a href="mailto:brian@snaptek.com" target="_blank">brian@snaptek.com</a><br></span><span>
<mailto:<a href="mailto:brian@snaptek.com" target="_blank">brian@snaptek.com</a>>> wrote:<br>
<br>
Take a look at the command "mogrify". It's a command that comes<br>
with imagmagic (convert) and generally takes the same options as<br>
convert, but it made to do bulk converstion, so that you don't<br>
need to have a for loop around your command.<br>
Just be aware that it will usually replace your images with the<br>
converted versions, so make sure you test things out on backups.<br>
<br>
Brian Cluff<br>
<br>
On 12/31/2015 02:34 PM, Matt Graham wrote:<br>
<br>
On Dec 31, 2015 1:57 PM, "Michael Havens"<br></span><div><div>
<<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a> <mailto:<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>>> wrote:<br>
<br>
Is there a way to scale a bunch of pictures down to<br>
the same size<br>
with GIMP?<br>
<br>
<br>
Probably, but it'd be a lot more of a pain to do that than<br>
to do what<br>
sean suggested.<br>
<br>
On 2015-12-31 14:07, sean wrote:<br>
<br>
Use ImageMagick instead - it's designed for this and is<br>
quite powerful.<br>
<br>
<br>
To expand on what sean wrote:<br>
<br>
for FILE in *.jpg ; do<br>
NEWFILE=`echo "$FILE" | sed -e 's/.jpg$/_resized.jpg/'`<br>
convert "$FILE" -resize 50% "$NEWFILE"<br>
done<br>
<br>
...will take all the .jpg files in the current dir and write<br>
out new<br>
files named (original filename)_resized.jpg which have their<br>
X and Y<br>
dimensions reduced by 50%. The original files will still be<br>
there. The<br>
geometry specification in ImageMagick is powerful, so it's more<br>
complicated than you may expect.<br>
<a href="http://www.imagemagick.org/script/command-line-processing.php#geometry" rel="noreferrer" target="_blank">http://www.imagemagick.org/script/command-line-processing.php#geometry</a><br>
for all the things you can do with it.<br>
<br>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br></div></div>
<mailto:<a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a>><span><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
<br>
<br>
<br>
<br>
--<br>
:-)~MIKE~(-:<br>
<br>
<br>
<br>
<br>
--<br>
:-)~MIKE~(-:<br>
<br>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
<br>
</span></blockquote><div><div>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div></div>