Timeline images have no data URL if canvas is wider than ~32,000 pixels #1797
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#1797
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This affects pandora.getLargeClipTimelineURL, pandora.getLargeEditTimelineURL and getSmallTimelineURL in editPanel.
(32,768 px at 25 fps ~= 21 min 50 sec)
canvas.toBlob might be an option, https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement?redirectlocale=en-US&redirectslug=DOM%2FHTMLCanvasElement#Example.3A_Getting_a_file_representing_the_canvas
not sure about browser support
Possible workaround:
render small timeline via a new getSmallClipTimelineURL method, using the 16px 1fps timelines
in getLargeEditTimelineURL, never request full getLargeClipTimelineURLs, but only the part that is needed
In []changeset:pandora,3577: