Open
Description
Sending images by writing to a file object now works in the python client, through the Lightning.image
method, but it only works for format='png'
(as the argument to imsave
); using jpeg
fails during the post request with a 500 error. Can others try this? Maybe an issue with my local image libraries, but maybe a problem on the backend. Fine to stick with pngs
, but I thought jpeg
might be faster to transfer.