Ability to add an Image Sequence (multiple images) as Preview
planned
Ben Souchet
It would be very nice to be able to upload an image sequence (list of filepaths) as task preview, because it seems like qazu.task.add_preview can only take one file (image or mp4).
This is maybe related to https://cgwire.canny.io/review/p/allow-to-upload-several-images-at-once-for-a-preview-version but I cannot find info about what was done.
Frank Rousseau
updated the status to
planned
Frank Rousseau
updated the status to
complete
Ben Souchet
Currently we are doing something like this
for image_filepath in image_filepaths:
gazu.task.add_preview(task_id, comment_id, image_filepath)
Frank Rousseau
Would you like to see it converted as a .mp4?
Ben Souchet
Frank Rousseau Preferably no, so the user checking the preview could check the images and could for example easily annotate image individually