Class: ExifTagger::Tag::DateTimeOriginal

Inherits:
TagDate
  • Object
show all
Defined in:
lib/phtools/exif_tagger/tags/date_time_original.rb

Overview

-MWG:DateTimeOriginal:

EXIF:DateTimeOriginal, (EXIF:SubSecTimeOriginal), IPTC:DateCreated + IPTC:TimeCreated,    XMP-photoshop:DateCreated

creation date of the intellectual content being shown

Constant Summary collapse

MAX_BYTESIZE =
32
EXIFTOOL_TAGS =
%w(DateTimeOriginal SubSecTimeOriginal DateCreated TimeCreated).freeze

Constants inherited from Tag

Tag::EMPTY, Tag::EMPTY_DATE

Instance Attribute Summary

Attributes inherited from Tag

#errors, #force_write, #info, #previous, #raw_values, #value, #value_invalid, #warnings, #write_script_lines

Method Summary

Methods inherited from Tag

#<=>, #check_for_warnings, empty?, #initialize, #tag_id, #tag_name, #to_s, #to_write_script, #valid?

Constructor Details

This class inherits a constructor from ExifTagger::Tag::Tag