How to read Metadata with VVVV?

Does anyone know how to read metadata from a file using VVVV?
i want to know things like geolocation, lens width etc. from e.g a jpeg file.

nothing out of the box will do it with vvvv. You could write a plugin. I’ve used ExifTool to change DPI value of a JPEG from vvvv. You’d be able to use it to do what you wanted.

if you wanna do it the raw way have a look at
C:\Users\joreg\Desktop\vvvvs\vvvv_45beta32_x86\girlpower\IO\File\05_Reading_PNG_Header.v4p

oh nice joreg.

Thanks Joreg, that will be a workaround.
i found this: https://discourse.vvvv.org/t/7850