The following worked well:
Code: Select all
[mth@localhost test1]$ convert twoPageSpread.jpg -crop 52x100% -delete 1 +repage leftPage.jpg
[mth@localhost test1]$ convert twoPageSpread.jpg -flop -crop 52x100% -flop -delete 1 +repage rightPage.jpg
Code: Select all
[mth@localhost test1]$ convert twoPageSpread.jpg -crop 52x100% -delete 1 +repage leftPage.jpg
[mth@localhost test1]$ convert twoPageSpread.jpg -flop -crop 52x100% -flop -delete 1 +repage rightPage.jpg