matthewwithanm / pilkit

Utilities and processors built for, and on top of PIL
BSD 3-Clause "New" or "Revised" License
196 stars 54 forks source link

Use buffer for input image #13

Open matthewwithanm opened 10 years ago

matthewwithanm commented 10 years ago

Instead of using the file directly, let's read its contents into a buffer.

This was done by #10, but apparently caused issues that require further investigation.