-
-
ImageTest.rar
JPEG标准在文件中记录了一些EXIF信息,缩略图是一幅较小的JPEG图片,存储在EXIF信息段。而Windows在第一次显示缩略图时先读当前目录中的" ... 中不存在该图片的缩略图,那么Windows会尝试取图片中的EXIF信息,判断是否存在缩略图数据。如果图片中EXIF信息中不存在缩略图信息或信息错误,那么Windows就会用插值的方法重新 ... "缩略图数据库中)。 对于修改缩略图方法有用ultraEdit直接编辑文件替换EXIF信息或用exifer这样的工具,这不是本文关心的内容,本文 ...
-
PhotoManager.rar
基于java平台的一个桌面相册,个人的电子相册...用eclipse开发的,管理并用线程做了一个浏览界面,按钮功能丰富...类似与三星的Digimax Master 可以查看相片的属性:
包括相片文件信息和EXIF元数据信息~!
算是半分专业相册吧
-
exif-gps.pl
Perl script that extracts the GPS coords (if any) from EXIF and then prints the closest city.
exif-gps.pl
===========
Perl script that extracts the GPS coords (if any) from EXIF and then prints the closest city.
TODO
=====
* create dependencies list
* ...
-
exif.py
A python utility to read / write JPEG's EXIF attributes
# Intro
A python utility to read / write JPEG's EXIF ... :
exif.py -r [attribute,attribute,...] file.jpg
Write attributes to file:
exif.py -w attr1=value1,attr2=value2 file.jpg
To get help: ...
-
map-exif
... https://gist.github.com/4090231 + bigsnarfdude's gmaps code
# Map-Exif
## Instructions
python get_lat_lon_exif_pil.py /path/to/photo.jpg to ... was taken. Uses PIL + webbrowser + google maps to grab exif data, parse out lat and long coordinates, pass to ...
-
No-Exif
... ] Application Android permettant de vider simplement les données EXIF (coordonnées GPS, modèle de téléphone, date, heure, ...) intégrées ... heure, ...) intégrées à
la photo AVANT de la partager. No-Exif utilise un fichier temporaire,
les photos originales ne ...
-
cordova-exif-utility
... Exif Utility
offers utility functions for interacting with jpeg exif metadata
## Status
currently supports retrieval of TIFF and ...
### stripGeoData(img)
strips the geolocation subifd from the exif header of a jpeg image
## File Structure
|-- LICENSE ...
-
exif-renamer
Tool for rename you photo in format yyyy-mm-dd_hh-mm-ss with information from EXIF.
Tool for rename you photo in format yyyy-mm-dd_hh-mm-ss with information from EXIF.
Usage: Run from photo folder.
-
Exif.hx
... or in macro and reading from a file
var exif = Exif.readFile("image.jpg");
// if you are targeting cross ... extracted null will be returned
var orientation:Null = exif.get("Orientation");
//do smth :)
}
```
License
=======
Copyright (c) 2012, ...
-
Exif-Photo-Viewer
Exif Photo Viewer for the conference Digital forensics Dec 7 2012 by mrebola
-