-
Notifications
You must be signed in to change notification settings - Fork 7
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 an operator to send a GAMAimage to websocket using base64 #365
Conversation
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.
✅ Code Health Quality Gates: OK
Change in average Code Health of affected files: -0.03 (9.10 -> 9.07)
- Improving Code Health: 1 findings(s) ✅
Maybe we could have the format as a parameter of the operator ? Also, the documentation is mentioning taking a screenshot of a display which I guess is some remaining of a copy paste code ? |
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.
✅ Code Health Quality Gates: OK
Change in average Code Health of affected files: -0.03 (9.10 -> 9.08)
- Improving Code Health: 1 findings(s) ✅
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.
✅ Code Health Quality Gates: OK
Change in average Code Health of affected files: -0.03 (9.10 -> 9.07)
- Improving Code Health: 1 findings(s) ✅
@@ -23,6 +23,13 @@ | |||
import java.awt.image.ColorModel; | |||
import java.awt.image.RescaleOp; | |||
import java.awt.image.WritableRaster; | |||
import java.io.ByteArrayOutputStream; |
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.
✅ Getting better: Primitive Obsession
The ratio of primitive types in function arguments decreases from 31.76% to 31.52%, threshold = 30.0%
No description provided.