You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Issue Tracker that this hasn't already been reported. (+1 or comment there if it has.)
Motivation
Current implementation uses uncompressed PNG format image with base64 encoding in the whole process. Each action have to encode and decode image between base64 + PNG and python PIL.Image.
Solution
It's better to only uncompress and serilize the image during network transfer. While in other actions we should keep using PIL.Image format.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Required prerequisites
Motivation
Current implementation uses uncompressed PNG format image with base64 encoding in the whole process. Each action have to encode and decode image between base64 + PNG and python
PIL.Image
.Solution
It's better to only uncompress and serilize the image during network transfer. While in other actions we should keep using
PIL.Image
format.Additional context
No response
The text was updated successfully, but these errors were encountered: