Skip to content

Commit

Permalink
Update observables.RasterImageExt 'image_weight' property to 'image_w…
Browse files Browse the repository at this point in the history
…idth'
  • Loading branch information
emmanvg committed Jun 25, 2018
1 parent abd172e commit 0ddb7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stix2/v21/observables.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class RasterImageExt(_Extension):
_properties = OrderedDict()
_properties.update([
('image_height', IntegerProperty()),
('image_weight', IntegerProperty()),
('image_width', IntegerProperty()),
('bits_per_pixel', IntegerProperty()),
('image_compression_algorithm', StringProperty()),
('exif_tags', DictionaryProperty()),
Expand Down

0 comments on commit 0ddb7b3

Please sign in to comment.