News:

2023-03-15 Major improvements to the new Geolocation feature

Main Menu

create a single html file from multiples images

Started by instigator, November 22, 2010, 09:59:10 AM

Previous topic - Next topic

instigator

How could be the code for this?
I want create a single HTML file with the information of multiples images, not one HTML per image.

Phil Harvey

Try this:

exiftool -h -g1 FILES > out.html

Where FILES is one or more file and/or directory names.

This will write HTML-formatted tables with the information.  I added the -g1 option because personally I like to have these group headings.

Notes that the output html file will not contain a proper html header, etc.  You must generate these yourself if they are needed.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).