Lines Matching refs:width
21 width, height = image.size
36 for octet in range(0, int(width / 8)):
47 for col in range(0, width):
93 width = 8 * int((fw_max + 7) / 8)
96 width = fw_max
100 if width != args.width:
106 image = Image.new('1', (width, height), 'white')
118 xpos = (width - fw) / 2 + 1
131 glyph = image.crop((x_offset, 0, x_offset + args.width, args.height))
133 x_offset += args.width
177 width=args.width,
180 b=args.width / 8 * args.height,