I think I do this wrong way, but I wanna split image with 2000px width 1000px height to 2 files, where first have 900px width and second 1200px width. I find this
Code: Select all
magick convert t_ari13a.png -crop 900x1000 tile-%d.pngOh yes, I forgot. I known only vertical split is at 900px.