Multiple Facebook Profile Pictures

This article explains how you can (for practical purposes) put multiple pictures on your facebook profile. Basically you will go from multiple photos to something like this, ready to upload to facebook.

UPDATE: So, I tried uploading my image, but it looks like they are now limiting the dimensions of the profile picture. You can’t have it a whole lot longer than it is wide. Unfortunate indeed.

First, go find a computer with Imagemagick installed on it already, or install it yourself. Fortunately, I had previously installed it on my own linux computer. If you go to the University of Michigan, like I do, you can also find it installed on some of the servers that you can SSH into for IFS. For example, sftp.itd.umich.edu has it installed. For the rest of this article I’m going to assume you are using IFS.

First, find the pictures you want on your profile. Edit them to suit your tastes by taking out red eye, cropping them, and what not. Or, just leave them be. Whatever.

Upload them to a folder on your IFS space. There are several ways to do this. Check here: Connecting to IFS

Open an SSH terminal to that same folder.

Type in the following at the command line followed by the names of the images in the order you want them to appear and the name of the image you want outputted all separated by spaces:

montage -geometry 200 -mode Concatenate -tile 1

For example:

montage -geometry 200 -mode Concatenate -tile 1 img1.jpg img2.jpg img3.jpg out.jpg

Then press enter. It might take a short while. When the prompt comes back again, refresh the view of the folder (View -> Refresh) and download the output image. There ya go. Now, upload that image to facebook, and you are ready to rock! Contact me if you have any questions.

Leave a Reply