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

Update addImage input param(compression) type #2919

Closed
wants to merge 1 commit into from
Closed

Update addImage input param(compression) type #2919

wants to merge 1 commit into from

Conversation

vinopravin
Copy link

Here the Issue on addImage parameter compression data type error fixed.
It initially throws error on entering string type params.

Here the Issue on `addImage` parameter `compression` data type error fixed.
It initially throws error on entering string type params.
@HackbrettXXX
Copy link
Collaborator

We should rather fix the ImageCompression enum:

  • export it: export enum ImageCompression ...
  • fix the enum values, e.g. NONE = "NONE"

@HackbrettXXX
Copy link
Collaborator

Fixes #2894.

@HackbrettXXX
Copy link
Collaborator

Was fixed in #2933.

@vinopravin vinopravin deleted the addImage-param---compression-type-fix branch October 8, 2020 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants