Skip to content

Commit

Permalink
trying prezi2
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Sep 22, 2023
1 parent 9f9064b commit 21ba295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openatlas/views/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ def getManifest(img_id):
"Author": "John Doe",
"Date": "2023-09-22"
})
canvas = manifest.canvas(ident="canvas1")
sequence = manifest.sequence(label="Example Sequence")
canvas = sequence.canvas(ident="canvas1")
image = canvas.image(ident=img_id, iiif=True)
image.set_hw(2000, 1500)

Expand Down

0 comments on commit 21ba295

Please sign in to comment.