diff --git a/handbook/computing/log-blog-parsing.html b/handbook/computing/log-blog-parsing.html index 56c28f146..555acf645 100644 --- a/handbook/computing/log-blog-parsing.html +++ b/handbook/computing/log-blog-parsing.html @@ -70,8 +70,9 @@ it is handy to print out this page and tick off the steps as you do them.
Now use your favourite photo editor (e.g. Irfanview on Windows) or a command-line tool to resize all the photos. A maximum of 800 pixels wide or high, or 400 or 300 pixels wide if the image quality is poor. Keep the same filename then you don't have to try to edit the horrendously horrible HTML which was generated by the blog software. If there are any .png files, convert them to .jpg.
There will be a lot. So install imagemagick and use the
mogrify tool:
-
mogrify -resize "900>x900>" *.jpg
-
will resize in-place, overwriting the files, and make the maximum dimension 900 pixels in either dimension, but preserving the aspect ratio.
+mogrify -resize "900>x900>" *.jpg
+ will resize in-place, overwriting the files, and make the maximum dimension 900 pixels in either dimension, but preserving the aspect ratio (this is the "geometry" expression "900>x900>".
+
Look at all the photos in the file browser set to show thumbnails and delete all advertising logos etc., and delete the UK Caving header image which will be of random people not us.