<div dir="ltr">thanks Matt. You post as I was typing.<div>Hows this according to the page you sent and the instructions you sent and throwing a character from the instructions I found:</div><div><br></div><div><pre style="overflow:auto;font-family:Menlo,Monaco,Consolas,'Courier New',monospace;font-size:13px;padding:9.5px;margin-top:0px;margin-bottom:10px;line-height:1.42857;color:rgb(51,51,51);word-wrap:break-word;border:1px solid rgb(204,204,204);border-radius:4px;background-color:rgb(245,245,245)"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;line-height:normal;white-space:normal;background-color:rgb(255,255,255)">for FILE in *.jpg ; do</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;line-height:normal;white-space:normal;background-color:rgb(255,255,255)"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;line-height:normal;white-space:normal;background-color:rgb(255,255,255)"> NEWFILE=`echo "$FILE" | sed -e 's/.jpg$/_resized.jpg/'`</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;line-height:normal;white-space:normal;background-color:rgb(255,255,255)"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;line-height:normal;white-space:normal;background-color:rgb(255,255,255)"> </span><span style="line-height:1.42857">convert '*.jpg[1600x0]' *.jpg</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;line-height:normal;white-space:normal;background-color:rgb(255,255,255)"><br></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;line-height:normal;white-space:normal;background-color:rgb(255,255,255)"> done</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;line-height:normal;white-space:normal;background-color:rgb(255,255,255)"></pre></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 31, 2015 at 5:05 PM, Michael Havens <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.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"><div dir="ltr">forgot to mention the image needs to be close to 1600x1200.</div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Thu, Dec 31, 2015 at 5:02 PM, Michael Havens <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.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"><div dir="ltr">it is bit more complex than I at first thought so I need to seek more advice:<div><br></div><div>So, I am going to put all of the files that need to be resized into their own folder. Then to accomplish the task I would open terminal and go to the directory mentioned previously and in it type:</div><div><br></div><div><span style="color:rgb(51,102,153);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px"> <?php<br> $im </span><span style="color:rgb(102,153,51);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px">= new </span><span style="color:rgb(51,102,153);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px">Imagick</span><span style="color:rgb(102,153,51);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px">(</span><span style="color:rgb(204,51,51);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px">'*'</span><span style="color:rgb(102,153,51);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px">);<br></span><span style="color:rgb(51,102,153);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px"> $im</span><span style="color:rgb(102,153,51);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px">-></span><span style="color:rgb(51,102,153);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px">scaleImage</span><span style="color:rgb(102,153,51);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px">(</span><span style="color:rgb(51,102,153);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px">1600</span><span style="color:rgb(102,153,51);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px">, </span><span style="font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px"><font color="#336699">0</font></span><span style="color:rgb(102,153,51);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px">);<br></span><span style="color:rgb(51,102,153);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px"> ?></span></div><div><span style="color:rgb(51,102,153);font-family:'Fira Mono','Source Code Pro',monospace;font-size:14px;line-height:24px"><br></span>and that should do the trick?</div><div>(ref <a href="http://php.net/manual/en/imagick.scaleimage.php" target="_blank">http://php.net/manual/en/imagick.scaleimage.php</a>)</div></div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On Thu, Dec 31, 2015 at 4:32 PM, Michael Havens <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.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"><div dir="ltr">thanks!</div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On Thu, Dec 31, 2015 at 4:07 PM, sean <span dir="ltr"><<a href="mailto:sean.a.ritzler@gmail.com" target="_blank">sean.a.ritzler@gmail.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"><p dir="ltr">Use ImageMagick instead - it's designed for this and is quite powerful.</p>
<div class="gmail_quote"><div><div>On Dec 31, 2015 1:57 PM, "Michael Havens" <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>> wrote:<br type="attribution"></div></div><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"><div><div><div dir="ltr">Is there a way to scale a bunch of pictures down to the same size with GIMP?<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>
<br></div></div>---------------------------------------------------<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></blockquote></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></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class=""><font color="#888888">-- <br><div><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div></div>