Hi
i have noticed the custom thumbnails info presets are stored in the catalog
now i'm using these value , but it make ps6 slow
1 line
<font family="tahoma">%FileExtension{uppercase=y}</font> <font family="tahoma" color="c40a0a">%ImageFileSizeShort</font> <font family="tahoma">%dd %mmm %yyyy</font>
2 line
<font family="tahoma" color="c40a0a">%exif:Model{encode=html} <font family="tahoma" color="0d0401">%exif:ExposureTime{encode=html}/%exif:FocalLength{encode=html} iso %exif:ISOSpeedRatings{encode=html}
3 line
<font family="tahoma" color="c40a0a">%exif:ExposureBiasValue{encode=html}
4 line
<font family="tahoma" color="b27408">Lens %exif:LensInfo{encode=html}
5 line
<font family="tahoma" color="c40a0a">%exif:ExposureTime{encode=html}/%exif:FocalLength{encode=html} iso %exif:ISOSpeedRatings{encode=html}
I would like to have , but really fast , can somebody help me please ?
1) file type , date
2) camera model - exposure like shutter focal iso maybe Ev
3) lens used
thanks in advance
can you help to create a fast custom thumbnails info?
can you help to create a fast custom thumbnails info?
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
Re: can you help to create a fast custom thumbnails info?
First of all: custom thumbnail info cannot make PSU slow. But you can create slow custom thumb info that make the display time of your custom fields slow.but it make ps6 slow
In general: always try to use %xmp:exif instead of %exif if possible. About every exif field has a corresponding xmp field.
Code: Select all
<font family="tahoma">%FileExtension{uppercase=y}</font> <font family="tahoma" color="c40a0a">%ImageFileSizeShort</font> <font family="tahoma">%dd %mmm %yyyy</font>
Code: Select all
<font family="tahoma" color="c40a0a">%xmp:tiff:Model{encode=html} <font family="tahoma" color="0d0401">%xmp:exif:ExposureTime{encode=html} %xmp:exif:FocalLength{encode=html} iso %xmp:exif:ISOSpeedRatings{encode=html}
Code: Select all
<font family="tahoma" color="c40a0a">%xmp:exif:ExposureBiasValue{encode=html}
Code: Select all
<font family="tahoma" color="b27408">Lens %xmp:aux:Lens{encode=html}
Code: Select all
<font family="tahoma" color="c40a0a">%xmp:exif:ExposureTime{encode=html} %xmp:exif:FocalLength{encode=html} iso %xmp:exif:ISOSpeedRatings{encode=html}
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: can you help to create a fast custom thumbnails info?
HiHert wrote: 28 Jul 21 10:43First of all: custom thumbnail info cannot make PSU slow. But you can create slow custom thumb info that make the display time of your custom fields slow.but it make ps6 slow
In general: always try to use %xmp:exif instead of %exif if possible. About every exif field has a corresponding xmp field.
Indead Hert , %xmp:exif is much much better then %exif
your code lines are very fast!
thank you so much
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
Re: can you help to create a fast custom thumbnails info?
Hi HertHert wrote: 28 Jul 21 10:43First of all: custom thumbnail info cannot make PSU slow. But you can create slow custom thumb info that make the display time of your custom fields slow.but it make ps6 slow
In general: always try to use %xmp:exif instead of %exif if possible. About every exif field has a corresponding xmp field.
but in the +New Custom Field , i can't add iso %xmp:exif ... , can I ?
I would like to have expososure bias like %xmp:exif:ExposureBiasValue in the Details , Your Custom Field ->Add prededefinted field
there is no %xmp:exif:ExposureBiasValue
is there a way to add ?
and does it speed up or not
thanks Hert
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
Re: can you help to create a fast custom thumbnails info?
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: can you help to create a fast custom thumbnails info?
Hi
maybe i was not clear
I would like to add %xmp:exif:ExposureBiasValue and not exif:ExposureBiasValue
could i do it ?
[ external image ]
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop
Re: can you help to create a fast custom thumbnails info?
Predefined Custom Fields are always XMP
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: can you help to create a fast custom thumbnails info?
Photo Supreme Evangelist ,windows macos ,photo supreme 6, capture one 12 , photoshop