can someone show me what to do for this task?
I am looking over this program first time and I cant tell what I should do
repaige shave crop? Almost two many options so I cant tell what i need.
I just have an image called image.bmp that is 512x 512 and I want it chopped/divided and saved in 4 pieces 256x256 that are named 1.bmp, 2.bmp, 3.bmp, and 4.bmp as though reading from left to right.
How might I do this in one command line.
thanks for any help.
need help with simple cropping and saving out images
Re: need help with simple cropping and saving out images
Try:
Code: Select all
convert image.bmp -crop 256x256 %d.bmp
Re: need help with simple cropping and saving out images
works great.
thanks
thanks
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: need help with simple cropping and saving out images
Tile Cropping...
http://www.imagemagick.org/Usage/crop/#crop_tile
http://www.imagemagick.org/Usage/crop/#crop_tile
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/