[REVIEW] 249 Simplify Marker Upload #371
Closed
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.
Description
This issue includes bring the part of generating a marker, already to the form of sending a marker.
Resolves (Issues)
#249
General tasks performed
@MatheusBlanco helped me with this issue.
Have you confirmed the application builds locally without error? See here.
☠️ ☠️ Reason: This issues uses a pymarker lib, which contains a bug when trying to submit a transparent marker.
For transparent images instead of the generated marker having a white background, it ends up turning all black.
![sleep](https://user-images.githubusercontent.com/35435199/101509676-c67dc000-3957-11eb-91f3-0869368d0a52.png)
Example:
Image
Generated Marker:
![marker](https://user-images.githubusercontent.com/35435199/100924358-45d64400-34bf-11eb-9854-8b55966425a0.png)
😃 😃 Me, @manueng and @darmsDD have already solved this problem in the pymarker and as soon as the PR is accepted, this bug will be fixed here.