- Assumes only input method is file-type (jpg/png) image bytes.
- Deprecates usage of IPhoto. Use another external library instead after converting your image to numpy array by
Photo.to_array(image_bytes)
- Uses Python Image Library (pillow)
- Use
client.create_photo(image_bytes, {optional kw arguments for both File and Photo items})
to save an image to POD.