Search found 6 matches
- 2012-11-09T14:00:37-07:00
- Forum: Users
- Topic: Remove Black Borders and Deskew
- Replies: 13
- Views: 22382
Re: Remove Black Borders and Deskew
I will try digitalize with white background, and i will be back with results.
- 2012-11-09T13:44:21-07:00
- Forum: Users
- Topic: Remove Black Borders and Deskew
- Replies: 13
- Views: 22382
Re: Remove Black Borders and Deskew
Thanks for help..... I have apreciated your spent time to resolve my problem. I cant change the background color from scanner, because dont have this option, i use KODAK Scanner 1420, and only have the option black background or white background, because i scan in b&w images. And the option to erase ...
- 2012-11-08T14:16:59-07:00
- Forum: Users
- Topic: Remove Black Borders and Deskew
- Replies: 13
- Views: 22382
Re: Remove Black Borders and Deskew
I use windows. :( If I use the first code, works in example 1 image, the signature don't disappears, but not works in example 2, and the black area not disappears. convert b.tif -respect-parenthessis ( -compress LZW -density 300 -set option:deskew:auto-crop 90 -deskew 40 -bord ercolor black -border ...
- 2012-11-08T12:44:52-07:00
- Forum: Users
- Topic: Remove Black Borders and Deskew
- Replies: 13
- Views: 22382
Re: Remove Black Borders and Deskew
If i remove -fuzzy from the code the result is: https://dl.dropbox.com/u/101393046/a%20without%20fuzzy.tif convert -respect-parenthesis ( -compress LZW -density 300 -bordercolor black -border 1 -trim +repage -fill white -draw "color 0,0 floodfill" -alpha off -shave 1x1 ) ( -bordercolor black -border ...
- 2012-11-08T11:53:09-07:00
- Forum: Users
- Topic: Remove Black Borders and Deskew
- Replies: 13
- Views: 22382
Re: Remove Black Borders and Deskew
Thanks for help. fmw42 and Bonzo I tried many times with other codes, reorganizing the of functions orders But do not works. In example 1, part of the text image, take in the black border and is erased together. See example below: https://dl.dropbox.com/u/101393046/black%20area%20toghether.tif The ...
- 2012-11-07T07:21:46-07:00
- Forum: Users
- Topic: Remove Black Borders and Deskew
- Replies: 13
- Views: 22382
Remove Black Borders and Deskew
Hi, I am trying manipulate a lot of scanned images. I want remove black borders and deskew, but exists a lot of different kinds of images layout and sometimes the result it's not the expected. I use this code in all images. $convert image -compress LZW -density 300 -set option:deskew:auto-crop 90 ...