Lines Matching refs:width
22 width, height = image.size
37 for octet in range(0, int(width / 8)):
48 for col in range(0, width):
93 width = 8 * int((fw_max + 7) / 8)
96 width = fw_max
100 if width != args.width:
101 raise Exception('text width {} mismatch with -x {}'.format(width, args.width))
106 image = Image.new('1', (width, height), 'white')
118 xpos = (width - fw) / 2 + 1
130 glyph = image.crop((x_offset, 0, x_offset + args.width, args.height))
132 x_offset += args.width
175 width=args.width,
178 b=args.width / 8 * args.height))
200 """ .format(name=args.name, width=args.width, height=args.height,