LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

readout exif tag - image number

Hello,

i want to read the exif information of .jpg images made with a canon camera.
Espacially i need to get the information tag about the image number. I don't
have the Vision Tools, just CVI 8.1.
Who knows a simple way to readout this information from a jpeg-File?

Thanks

Norbert Rieper


0 Kudos
Message 1 of 3
(4,766 Views)

I found something on the web concerning EXIF data and ANSI C. There is no CVI funtion for what you want to do, so you will have to use ANSI C based functions and/or libraries instead...

http://libexif.sourceforge.net/internals/main.html

 

Hope this helps.

0 Kudos
Message 2 of 3
(4,752 Views)
Thank you Andre,

i found a very useful tool on web for command-line use: ExifTool by Phil
Harvey

http://www.sno.phy.queensu.ca/~phil/exiftool/

This tool does all i need. I can get the imageNumber with
"exiftool -FileNumber" and other tags.




"Andre_Saller" <x@no.email> schrieb im Newsbeitrag
news:1181652019230-534859@exchange.ni.com...
>I found something on the web concerning EXIF data and ANSI C. There is no
>CVI funtion for what you want to do, so you will have to use ANSI C based
>functions and/or libraries instead...
> <a href="http://libexif.sourceforge.net/internals/main.html"
> target="_blank">http://libexif.sourceforge.net/internals/main.html</a>
> &nbsp;
> Hope this helps.


0 Kudos
Message 3 of 3
(4,744 Views)