identify name1.file name2.file #.... (This will give the details of files.)
convert in.file -resize n out.file # (converts infile to outfile of size n x n+dn )
convert in.file -resize n out.file # (converts infile to outfile of size n x n+dn )
sed -n '1!G;h;$p' file1 > file2