Update observables.RasterImageExt 'image_weight' property to 'image_width'

stix2.1
Emmanuelle Vargas-Gonzalez 2018-06-25 08:55:12 -04:00
parent abd172eb3f
commit 0ddb7b3807
1 changed files with 1 additions and 1 deletions

View File

@ -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()),