View Single Post
Old 08-03-14 | 07:56 PM
  #3  
KBentley57
Senior Member
 
Joined: Jun 2011
Posts: 693
Likes: 2
From: Madison, AL

Bikes: 2010 Felt DA, 2012/6 Felt F5, 2015 Felt AR FRD

You're right, I should have noticed that. Is there a reason we can't use html on this forum? It sure would make posting images easier for those familiar with the code. As is stands I've just resized the pictures and uploaded to my server.

If anyone is using linux, you can batch resize pretty quickly with imagemagic. If all your pics are in a single folder, the command is:
for pic in *; do convert $pic -resize WIDTHxHEIGHT $pic; done . It will overwrite the file, so save them with a different name elsewhere if you wish to keep the originals.

A last tip, leave the WIDTH or HEIGHT empty and it will resize while keeping the aspect ratio intact.
KBentley57 is offline  
Reply