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

javascript - Js, document.getElementById("ID").innerHTML, error -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -

jquery - jqGrid update specific column data with out refreshing the entire column? -