Divide_vert script help
Posted: 2014-12-17T07:58:50-07:00
I'm using this script: http://www.imagemagick.org/Usage/scripts/divide_vert
It works great! It divides the image I got in to segments and removes the white space in between the pixels I want to keep. I got a black and white image with a white background and with some black segments.
My black segments are not solid black, so first I do a -blur on the image to get solid black areas, then I divide the image with the script. But I want to divide the orignal image not the blurred one. How do I use a blurred image as input image but get the orignal image as output?
Thanks for any help!
It works great! It divides the image I got in to segments and removes the white space in between the pixels I want to keep. I got a black and white image with a white background and with some black segments.
My black segments are not solid black, so first I do a -blur on the image to get solid black areas, then I divide the image with the script. But I want to divide the orignal image not the blurred one. How do I use a blurred image as input image but get the orignal image as output?
Thanks for any help!