cul_image_props 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -181,7 +181,7 @@ def self.process_file(f, opts={})
|
|
|
181
181
|
# deal with MakerNote contained in EXIF IFD
|
|
182
182
|
# (Some apps use MakerNote tags but do not use a format for which we
|
|
183
183
|
# have a description, do not process these).
|
|
184
|
-
if hdr.tags.include? 'EXIF MakerNote' and hdr.tags.include? 'Image Make' and
|
|
184
|
+
if hdr.tags.include? 'EXIF MakerNote' and hdr.tags.include? 'Image Make' and details
|
|
185
185
|
hdr.decode_maker_note()
|
|
186
186
|
end
|
|
187
187
|
|