rotate_regions.config (Image-ExifTool-12.57) | : | rotate_regions.config (Image-ExifTool-12.58) | ||
---|---|---|---|---|
skipping to change at line 20 | skipping to change at line 20 | |||
# RotateMWGRegionCW90 | # RotateMWGRegionCW90 | |||
# RotateMWGRegionCW180 | # RotateMWGRegionCW180 | |||
# RotateMWGRegionCW270 | # RotateMWGRegionCW270 | |||
# These tags will rotate a MWG Region clockwise 90, 180, or 270 degrees. | # These tags will rotate a MWG Region clockwise 90, 180, or 270 degrees. | |||
# Example: | # Example: | |||
# exiftool -config rotate_regions.config "-RegionInfo<RotateMWGRegionCW90" FILE | # exiftool -config rotate_regions.config "-RegionInfo<RotateMWGRegionCW90" FILE | |||
# | # | |||
# RotateMPRegionCW90 | # RotateMPRegionCW90 | |||
# RotateMPRegionCW180 | # RotateMPRegionCW180 | |||
# RotateMPRegionCW270 | # RotateMPRegionCW270 | |||
# These tags will rotate a MWG Region clockwise 90, 180, or 270 degrees. | # These tags will rotate an MP Region clockwise 90, 180, or 270 degrees. | |||
# Example: | # Example: | |||
# exiftool -config rotate_regions.config "-RegionInfoMP<RotateMPRegionCW90 " FILE | # exiftool -config rotate_regions.config "-RegionInfoMP<RotateMPRegionCW90 " FILE | |||
# | # | |||
# Revisions: 2015/05/08 - Bryan K. Williams AKA StarGeek Created | # Revisions: 2015/05/08 - Bryan K. Williams AKA StarGeek Created | |||
#------------------------------------------------------------------------------ | #------------------------------------------------------------------------------ | |||
%Image::ExifTool::UserDefined = ( | %Image::ExifTool::UserDefined = ( | |||
'Image::ExifTool::Composite' => { | 'Image::ExifTool::Composite' => { | |||
RotateMWGRegionCW90 =>{ | RotateMWGRegionCW90 =>{ | |||
Require => 'RegionInfo', | Require => 'RegionInfo', | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |