Hi
i'm tring to add a new custom field with field name software , software used to edit the image
in the thumbnails i have found it %exif:Software{encode=html}
i need it to find very quickly image edited with different software
is there a way to have a custom field %exif:Software ?
thanks
why is not the field (sofware) not available custom field?
why is not the field (sofware) not available custom field?
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
Re: why is not the field (sofware) not available custom field?
As recommended to you before: use XMP properties instead of Exif properties where possible!in the thumbnails i have found it %exif:Software{encode=html}
So use %xmp:tiff:software
To add it as a Custom Field:
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: why is not the field (sofware) not available custom field?
Hi HertHert wrote: 08 Aug 21 11:10As recommended to you before: use XMP properties instead of Exif properties where possible!in the thumbnails i have found it %exif:Software{encode=html}
So use %xmp:tiff:software
To add it as a Custom Field:
yes i get it , i use always Xmp properties
but in this case software is under tiff , it's a file format (like jpg or psd ) isn't it ?
thanks
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
Re: why is not the field (sofware) not available custom field?
Tiff is a file format but also a tag system (the t stands for Tagged). The software tag is defined in XMP standard as part of the tiff schema.
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: why is not the field (sofware) not available custom field?
hi HertHert wrote: 08 Aug 21 15:26 Tiff is a file format but also a tag system (the t stands for Tagged). The software tag is defined in XMP standard as part of the tiff schema.
thanks
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
Re: why is not the field (sofware) not available custom field?
Hert,
I'm curious why use xmp vs exif?
In the past I've used exif which was a pain in the neck to edit so I stopped doing it. xmp seems much easier with not having to use special software to edit exif. As I recall some programs such as Capture One(?) wrote their name into exif and some don't (ON1).
I have found one oddity perhaps you can explain. I have some photos taken with Sony A7iii and the tiff:software custom field I just added shows Software: ILCE-7M3 v3.10. Because Sony writes to that xmp field thinking it's software too?
edit: Just noticed that Sony RX100 does the same thing.
I'm curious why use xmp vs exif?
In the past I've used exif which was a pain in the neck to edit so I stopped doing it. xmp seems much easier with not having to use special software to edit exif. As I recall some programs such as Capture One(?) wrote their name into exif and some don't (ON1).
I have found one oddity perhaps you can explain. I have some photos taken with Sony A7iii and the tiff:software custom field I just added shows Software: ILCE-7M3 v3.10. Because Sony writes to that xmp field thinking it's software too?
edit: Just noticed that Sony RX100 does the same thing.
Re: why is not the field (sofware) not available custom field?
Performance. PSU is XMP driven.
%exif is read from the physical file (meaning the file needs to be opened, the metadata read before the value can be displayed)
%xmp is read from the database
The camera write its software version (firmware is the software of a camera) in the software tag. That is perfectly fine.I have found one oddity perhaps you can explain. I have some photos taken with Sony A7iii and the tiff:software custom field I just added shows Software: ILCE-7M3 v3.10. Because Sony writes to that xmp field thinking it's software too?
edit: Just noticed that Sony RX100 does the same thing.
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: why is not the field (sofware) not available custom field?
Thank you for that information.