How do I extract metadata like width and height from pictures and put them into a -CSV file, or even a text file?
I see XnView uses Exiftool or something like that, which makes me believe it is possible
How to extract metadata like width and height from pictures?
Moderators: helmut, XnTriq, xnview
Re: How to extract metadata like width and height from pictures?
you have 'Create>File listing'
Pierre.
Re: How to extract metadata like width and height from pictures?
Code: Select all
DirectoryFilename With Ext Size Format Comment
/home/chris/Test_images/Desert.jpg 578.44 KiB JPEG TrueColor (v1.1)
/home/chris/Test_images/Tulips.jpg 106.22 KiB JPEG TrueColor (v1.1)

Re: How to extract metadata like width and height from pictures?
you can add fields {Width} or {Height}
Pierre.
Re: How to extract metadata like width and height from pictures?
Thanks, but not so obvious to just type those headings into the rows...
Code: Select all
Directory Filename With Ext Size height width Format
/home/chris/Test_images/ Desert.jpg 578.44 KiB 768 1024 JPEG TrueColor (v1.1)
/home/chris/Test_images/ Tulips.jpg 106.22 KiB 768 1024 JPEG TrueColor (v1.1)
Re: How to extract metadata like width and height from pictures?
you can choose fields with menu
Pierre.
Re: How to extract metadata like width and height from pictures?
Right, the small arrows to the right of the boxes open a drop-down list!
