io.archivesunleashed.df
Given a dataframe, serializes the images and saves to disk
the input dataframe
the name of the column containing the image bytes
the name of the file to save the images to (without extension) e.g. fileName = "foo" => images are saved as foo0.jpg, foo1.jpg
Given a dataframe, serializes the images and saves to disk