Update observables.RasterImageExt 'image_weight' property to 'image_width'
parent
abd172eb3f
commit
0ddb7b3807
|
@ -314,7 +314,7 @@ class RasterImageExt(_Extension):
|
||||||
_properties = OrderedDict()
|
_properties = OrderedDict()
|
||||||
_properties.update([
|
_properties.update([
|
||||||
('image_height', IntegerProperty()),
|
('image_height', IntegerProperty()),
|
||||||
('image_weight', IntegerProperty()),
|
('image_width', IntegerProperty()),
|
||||||
('bits_per_pixel', IntegerProperty()),
|
('bits_per_pixel', IntegerProperty()),
|
||||||
('image_compression_algorithm', StringProperty()),
|
('image_compression_algorithm', StringProperty()),
|
||||||
('exif_tags', DictionaryProperty()),
|
('exif_tags', DictionaryProperty()),
|
||||||
|
|
Loading…
Reference in New Issue