我怎样才能把两个图象的小片子混在一起呢?
What I m doing is stitching two images together that have some overlap. I have the code to stitch images together with a given offset, I just need to smooth it out and make it look like one nice picture. From what I understand, PIL blend only works if they re of the same dimensions and I feel like there should be an easy way to do this.