Creating image table in python -
here problem: have n images. have same width , height, png. want make image(png) contains table out of them have 5x(n/5) images in putting them next each other.
i never tried creating images in python, me package , functions use?
it seems trivial knows how vote down no 1 knows answer, right?
ok, package image, create canvas need image.new(colour_mode, size=(x,y), colour) put image image need image.paste(image, (left, up, right, down))
thanks lot nothing.