-
Notifications
You must be signed in to change notification settings - Fork 177
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
Preview: Update Image object in KET file to support CDX/CDXML format #5172
Comments
Preview exploratory testing is completed on env with 5172-update-ket-image branch:
{
|
"type": "image",
"format": "image MIME type",
"boundingBox": {
"x": x, "y": y, // left top
"z": z, // optional z
"width": WIDTH,
"height": HEIGHT
},
"data": "base64-encoded-string"
images.zip
The text was updated successfully, but these errors were encountered: