Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add image compression for actions #19

Open
1 task done
dandansamax opened this issue Aug 26, 2024 · 0 comments
Open
1 task done

[Feature Request] Add image compression for actions #19

dandansamax opened this issue Aug 26, 2024 · 0 comments
Assignees
Labels
core Models, pipeline changing to CRAB core enhancement New feature or request

Comments

@dandansamax
Copy link
Collaborator

Required prerequisites

  • 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

@dandansamax dandansamax added enhancement New feature or request core Models, pipeline changing to CRAB core labels Aug 26, 2024
@dandansamax dandansamax self-assigned this Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Models, pipeline changing to CRAB core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant