Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add image transformer #1901
Add image transformer #1901
Changes from 4 commits
a738d80
da9f664
0f32822
992410c
0179767
e8badea
e8a658e
bfa4597
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 878 in flytekit/core/type_engine.py
Codecov / codecov/patch
flytekit/core/type_engine.py#L878
Check warning on line 3 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L1-L3
Check warning on line 5 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L5
Check warning on line 11 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L7-L11
Check warning on line 14 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L14
Check warning on line 17 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L17
Check warning on line 22 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L22
Check warning on line 25 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L24-L25
Check warning on line 28 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L27-L28
Check warning on line 34 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L34
Check warning on line 38 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L38
Check warning on line 46 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L44-L46
Check warning on line 50 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L48-L50
Check warning on line 56 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L52-L56
Check warning on line 59 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L58-L59
Check warning on line 61 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L61
Check warning on line 63 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L63
Check warning on line 69 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L69
Check warning on line 71 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L71
Check warning on line 79 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L73-L79
Check warning on line 82 in flytekit/types/file/image.py
Codecov / codecov/patch
flytekit/types/file/image.py#L82
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: can you use enable_deck?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find any other place using
PIL.Image
in flytkeit