crop and swap images from driver license
crop and swap images from driver license
I have two sample California driver licenses. I'd like to crop the images from the DL and then swap the images between the two samples in command line. How could I achieve it using imagemagick? Are there any other tools recommended? Thanks.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: crop and swap images from driver license
This seems to me to have questionable legal objectives.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: crop and swap images from driver license
IM can crop out part of one image and composite that over another image. But you would need to know the coordinates of the image parts. You could find those with Gimp. You could do all the work in Gimp, and that's the obvious tool to use.
snibgo's IM pages: im.snibgo.com
Re: crop and swap images from driver license
Thanks. I just downloaded it and will play with it soon.