I'm trying to find a way to display a list of 500+ logos from 500+ url's. I want to make a global map of all companies with their respective logos that's i have coming from a url http://www.xxxxxx/wp-content/uploads/QOPIUS.png The results could be like this Image example from medium
I've tried some BI tools like Tableau or MS Report but none of them is doing the job to make a map and manually this weird.
If any ideas from there, you are welcome. Thx.
There are several ways to do this. Simple solution: If you have your URL paths in a file, just read the file line by line and download all logos. I am using bash for my example:
Once you have all your logos use imageMagick to concatenate your logos into one big jpg/png/other_file_format:
For more information see imageMagick documentation: http://www.imagemagick.org/Usage/montage/