mirror of
https://github.com/wassname/sloth.git
synced 2026-09-09 11:35:32 +08:00
Implement a more general version of the merge command
Also, add tests for this command. This fixes #71.
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
[
|
||||
{
|
||||
"type": "image",
|
||||
"class": "image",
|
||||
"annotations": [
|
||||
{
|
||||
"height": 60.0,
|
||||
"width": 46.0,
|
||||
"y": 105.0,
|
||||
"x": 346.0,
|
||||
"type": "rect"
|
||||
"class": "rect"
|
||||
},
|
||||
{
|
||||
"height": 58.0,
|
||||
"width": 56.0,
|
||||
"y": 119.0,
|
||||
"x": 636.0,
|
||||
"type": "rect"
|
||||
"class": "rect"
|
||||
}
|
||||
],
|
||||
"filename": "image1.jpg"
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"class": "image",
|
||||
"annotations": [
|
||||
{
|
||||
"y": 155.0,
|
||||
"x": 409.0,
|
||||
"type": "point"
|
||||
"class": "point"
|
||||
}
|
||||
],
|
||||
"filename": "image2.jpg"
|
||||
|
||||
Reference in New Issue
Block a user