Skip to content
Advertisement

Tag: python-imaging-library

using PIL to draw equal lines

what I’m trying to do is to draw horizontal lines in PIL of equal size. but my problem is that when I’m trying to fill the image it isn’t full. This is what I’m getting when it should be fully equal. There shouldn’t be any white. It also should work with more or less colors Code Answer When drawing the

Advertisement