The link to my code is – https://ide.codingblocks.com/s/243469 . I have made a collage, but now I want to know how to convert collage obtained in a csv file.
Problem in instagram style photo collage challenge
Hey @abhaygarg2001, once you have made the collage, you can convert your image pixels from a numpy array into a pandas dataFrame. After you get the pixels in a dataframe, then you can use to_csv( ) function to convert a dataframe into a csv file.
Hope this helps.
All the best 