chunking files and then zipping the generated outputs

Hi,

I am trying to chunk a batch of images into a defined number of images and then zip each chunk.
I am wondering if anyone can help.

Thanks,
Nasir

Hey @naraj,

this should be easily possible. How does your data look like? Do you have a table with one image per row or do you have a table of file locations?

I created a workflow for the second case which can be found here.
For the first case, you would need to write the images to a directory first, list the images in the directory and then use the component in the workflow.

Best,
Julian

5 Likes

Hi Julian,

Thanks a lot for the reply. It was indeed useful.
So, as you said, I just needed a table which has a list of the location of images.

Best wishes,
Nasir

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.