Thanks
for the kind replays.
After have been manually cat the text i was able to rotate and cat in automatic the two images with this commands.
for file in scan*.png ; do
convert -deskew 40% $file rot_$file
/tmp/unrotate -a 0 -f 40 -c 1,1 rot_$file crop_$file
convert -liquid-rescale ...
Search found 2 matches
- 2014-10-10T13:08:16-07:00
- Forum: Users
- Topic: cat border resize resize/align
- Replies: 5
- Views: 7430
- 2014-10-09T08:33:40-07:00
- Forum: Users
- Topic: cat border resize resize/align
- Replies: 5
- Views: 7430
cat border resize resize/align
Hi,
I have several maps (tif format ) with a slight rotation or scaling differences coming from a scanning operation (see below).
I would like to crop the white borders, resize/align to specific image size.
I checked several forum using the -trim option but seams does not work for my case.
The ...
I have several maps (tif format ) with a slight rotation or scaling differences coming from a scanning operation (see below).
I would like to crop the white borders, resize/align to specific image size.
I checked several forum using the -trim option but seams does not work for my case.
The ...