Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instructions for the developer

Use the following imagemagick command to convert the thumbnail suitable for the home page using the following commandto a jpg:
convert original_file.tif -density 600x600 -resize 700x new_thumbnail_2x.jpg

...