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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -