I am working to create a Google group for Ubuntu but one thing I want to do is create the main image that goes in the top (The one that divides into 5 pieces). How can I divide an image horizontally (Or vertically) via Terminal or GUI.
For example I grab an Ubuntu Quantal image and tell a GUI or terminal program to divide the image in 5 equal parts horizontally.
convert -crop 100%x20% rose.jpg rose2.jpg
– desgua May 29 '12 at 01:06