I looked around for an app that could make a wallpaper out of my music library album art but I did not found one that could do even remotely what I wanted. So, instead, I built one in PHP. This script scans a folder for all the mp3 inside it then creates a tile wall out of the scrambled album covers. The output looks like this. It is made out of a wrapper div
with a div
for every album art inside it as a background.
The problem I'm facing is that I don't know how to convert all these images into one single image.
Is there any way I can convert this div
into a single image, or maybe convert this div
to a canvas
and then save it as an image?
Attached image