I got it!!!
convert -respect-parenthesis -size 300x400 xc:white src.jpg
( -clone 1 -gravity center -crop 243x333+0+0 +repage -resize 135x185! )
( -clone 1 -crop 391x258+0+0 +repage -resize 280x185! )
( -page +10+10 -clone 2 )
( -page +155+10 -clone 2 )
( -page +10+205 -clone 3 )
-delete 1 ...
Search found 3 matches
- 2011-11-11T18:27:01-07:00
- Forum: Users
- Topic: ID passport
- Replies: 5
- Views: 10171
- 2011-11-11T17:06:10-07:00
- Forum: Users
- Topic: ID passport
- Replies: 5
- Views: 10171
Re: ID passport
Thank you very much, fmw!I like second variant.
OK, now If I want to do the set of three images, like this:
http://flamingogifts.ru/id/id_passport_set.jpg
how do I construct the command? I tried to do this:
convert -respect-parenthesis -size 300x400 xc:white
( src.jpg -gravity center -crop ...
OK, now If I want to do the set of three images, like this:
http://flamingogifts.ru/id/id_passport_set.jpg
how do I construct the command? I tried to do this:
convert -respect-parenthesis -size 300x400 xc:white
( src.jpg -gravity center -crop ...
- 2011-11-11T14:12:32-07:00
- Forum: Users
- Topic: ID passport
- Replies: 5
- Views: 10171
ID passport
I need to create a photo, containing four portraits, i.e. a classic ID passport photo.
FOr exmaple, I need to convert this photo:
http://flamingogifts.ru/id/src.jpg
I have constructed the following command:
convert -size 300x400 xc:white -draw "image SrcOver 10,10 135,185 'src.jpg'" -draw "image ...
FOr exmaple, I need to convert this photo:
http://flamingogifts.ru/id/src.jpg
I have constructed the following command:
convert -size 300x400 xc:white -draw "image SrcOver 10,10 135,185 'src.jpg'" -draw "image ...