Exif Reader is image file analysis software for that can analyze and display the shutter speed, flash condition, focal length, and other image information included in the Exif image format.Exif image files with an extension of JPG can be treated in the same manner as conventional JPEG files. ...
The current version of the software is 3.0 and the latest update happened on 6/18/2012. It's available for users with the operating system Windows 95 and previous versions, and you can download it only in English. About the download, Exif Reader is a fairly light software that does not ...
ExifTool meta information reader/writer. Contribute to jidanni/exiftool development by creating an account on GitHub.
OSWindows 11, Windows 10 32/64 bit, Windows 8 32/64 bit, Windows 7 32/64 bit InstallationInstal And Uninstall KeywordsExif,GUI,Metadata,File Users' rating (18 rating) Currently 3.03/5 1 2 3 4 5 Add to saved freewareReport spywareDownload ...
docker dockerfile imagemagick jpg png docker-container jpeg docker-image image-processing exif image-converter image-manipulation exif-data-extraction exiftool exif-deletion exif-orientation exif-reader exif-metadata exif-data exif-remover Updated Dec 7, 2024 Dockerfile d2phap / ExifGlass Sponsor Star...
Filesize932 kB Downloads708 OSWindows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64 InstallationInstal And Uninstall Keywordsview exif data,edit exif data,exif metadata,exif,viewer,view Users' rating (16 rating) Currently 2.81/5 ...
(Binary data 5497 bytes, use -b option to extract) [Photoshop] HasRealMergedData : Yes [Photoshop] WriterName : Adobe Photoshop [Photoshop] ReaderName : Adobe Photoshop 2023 [Photoshop] PhotoshopQuality : 12 [Photoshop] PhotoshopFormat : Progressive [Photoshop] ProgressiveScans : 3 Scans [XMP-...
方法:ExifReader::getExif() 在Windows上,还可以通过PhotoMe软件,直观的看到JPEG图片的EXIF信息。 附Exif使用的TAG 下面显示了Exif/TIFF使用的标签。如果这个标签组件数目的上限,CompoNo一栏就代表这一数值。如果这个数值没有,则说明这儿没有上限值。 IFD0 (主图像)使用的标签 ...
* Purpose: cpp EXIF reader * 3/2/2017 <jsxyhelu@foxmail.com> * 基于GDI+的EXIF读写类 */ #include "stdafx.h" #include "Gexif.h" using namespace Gdiplus; Gexif::Gexif(void) { } Gexif::~Gexif(void) { } int Gexif::GetEncoderClsid(const WCHAR* format, CLSID* pClsid) ...
最新版本的gexif,直接基于gdi+实现了exif信息的读取和写入,代码更清晰。/* * File: gexif.h * Purpose: cppEXIFreader * 3/2/2017 <jsxyhelu@foxmail.com> * 基于GDI+的EXIF读写类 *///2017年2月3日 jsxyhelu 在原有cexif的基础上重构#pragma once#includ ...