What is your end goal? Is it to:
1. Take a single page snapshot of a website and turn it into a jpeg? If so, in Safari print as pdf and then from Preview Export as jpg or tiff. That will export a single page as a picture
2. Combine multiple pages into one long picture? If so, you'll probably need to use some sort of graphics program to create a large image from the individual ones. Imagemagik will do that via the command line, IIRC.
http://www.imagemagick.org/script/binary-releases.php
As a sid note, if you have a large number of photos, copying and pasting the directory into a text editor, creating the command line commands and cutting and pasting it into terminal may save some time
1. Take a single page snapshot of a website and turn it into a jpeg? If so, in Safari print as pdf and then from Preview Export as jpg or tiff. That will export a single page as a picture
2. Combine multiple pages into one long picture? If so, you'll probably need to use some sort of graphics program to create a large image from the individual ones. Imagemagik will do that via the command line, IIRC.
http://www.imagemagick.org/script/binary-releases.php
As a sid note, if you have a large number of photos, copying and pasting the directory into a text editor, creating the command line commands and cutting and pasting it into terminal may save some time
Last edited: