samdobson / image_slicer

Split images into tiles. Join the tiles back together.
http://samdobson.github.io/image_slicer
MIT License
151 stars 73 forks source link

Modifed join function in main.py #37

Closed shivam13juna closed 4 years ago

shivam13juna commented 4 years ago

Using Image.open('RGB') prevents loading with alpha, Using 'RGBA' in Image.new() solves that.

samdobson commented 4 years ago

Looks good, thanks for this.