Traceback (most recent call last):
  File "C:\code\gimp\plugins\python-console-2\python-console-2.py", line 266, in snpNewW
    self.cmbGroup = GtkCbox(st, self.snpGrps(), cnn={"changed": self.on_grp_changed})
                                ^^^^^^^^^^^^
AttributeError: 'ConsoleDialog' object has no attribute 'snpGrps'. Did you mean: 'snpGroups'?
Traceback (most recent call last):
  File "C:\code\gimp\plugins\python-console-2\python-console-2.py", line 266, in snpNewW
    self.cmbGroup = GtkCbox(st, self.snpGrps(), cnn={"changed": self.on_grp_changed})
                                ^^^^^^^^^^^^
AttributeError: 'ConsoleDialog' object has no attribute 'snpGrps'. Did you mean: 'snpGroups'?
Image
Width
w=image.get_width()
todo ok
guardamos {'t': 'Width', 'c': 'w=image.get_width()'}
Image
Height
h=image.get_height()
todo ok
guardamos {'t': 'Height', 'c': 'h=image.get_height()'}
