Home | History | Annotate | Download | only in png

Lines Matching refs:dimension

1114     the second array dimension.
1119 rules are: ``len(a)`` gives the first dimension, height;
1120 ``len(a[0])`` gives the second dimension; ``len(a[0][0])`` gives the
1121 third dimension, unless an exception is raised in which case a
1189 for dimension,axis in [('width', 0), ('height', 1)]:
1190 if dimension in info:
1191 if info[dimension] != info['size'][axis]:
1194 (dimension, axis))