ZCban

Results 1 issues of ZCban

def process(self, rect, width, height, region, rotation_angle): pitch = int(rect.Pitch) if rotation_angle in (0, 180): offset = (region[1] if rotation_angle == 0 else height - region[3]) * pitch height =...