[09:42:56] <aclark> wiredfool: are you sure you want to list appveyor.yml there? And or can we change the version number to match e.g. 3.1.0.dev0.{build} ?
[10:15:56] <masklinn> How is Image.tobytes supposed to be used? The documentation provides no example and only notes that an encoder can be provided *by name*, but im.tobytes(‘PNG’) or im.tobytes(‘png’) fail even though im.save(fp, ‘PNG’) works.