- All Implemented Interfaces:
- org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
public class HadoopEXIF
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
An EXIF extraction tool based on exiftool. Allows the location of exiftool on each machine to be specified.
Loads the images from a sequence file of , loads each image into a temporary file, runs exif tool
and outputs the exif information as another sequence file of where exifData is
- Author:
- Sina Samangooei (ss@ecs.soton.ac.uk)