[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Tiling a Rotated Bitmap



Well, basically, I want to take a picture, rotate it 15 degrees, and use some algorithm to jam all the pixels lying outside the bounding box back inside the box, and have the result be tilable.

I thought it should be possible, but it's a thornier problem than I realized.

--Kamilche