Code: Select all
convert -density 300 -resize 150% -profile "USWebCoatedSWOP.icc" pdf:- -profile "sRGB Color Space Profile.icm" -resample 72 gif:- | montage -label 'Front' gif:-[0] -label 'Back' gif:-[1] -tile 2x -frame 2 -geometry +2+2 gif:-
Can anyone explain how this can be performed for a GIF passed through stdin, or if it can be done at all?
Any help would be greatly appreciated.