Search found 4 matches

by kalimba
2011-12-20T13:42:14-07:00
Forum: Users
Topic: using draw command and crop together
Replies: 7
Views: 13438

Re: using draw command and crop together

Thanks fmw42,anthony

i have solve my problem without using draw command. as far as i understand -draw features doesn't support crop process.
i used to know X,Y of distort are local values, but they are not. this is good for me.

distort has scale parameter in your example, but i should use crop ...
by kalimba
2011-12-19T03:21:25-07:00
Forum: Users
Topic: using draw command and crop together
Replies: 7
Views: 13438

Re: using draw command and crop together

hi. thanks for reply.

i try to explain what i try to do at http://fottom.fatpixel.net/test/imagemagick_forum_question.jpg image.

i stored information in template like this. This is easly convert to php object format (with json_decode).

{
"background": {
"image":"13_background.png",
"color ...
by kalimba
2011-12-18T02:15:29-07:00
Forum: Users
Topic: using draw command and crop together
Replies: 7
Views: 13438

Re: using draw command and crop together

thank you for reply,

i've try it , but the command also croped canvas. i read many example at http://www.imagemagick.org/Usage/. there ise not an example about using draw and crop together width multi layer image.

i do another way , example:

convert Hydrangeas.jpg
(Koala.jpg[800X400] -geometry ...
by kalimba
2011-12-17T13:29:48-07:00
Forum: Users
Topic: using draw command and crop together
Replies: 7
Views: 13438

using draw command and crop together

hi,
i want to use -draw and crop command width together. is it possible?

my working command line code example :
convert Hydrangeas.jpg \
( Koala.jpg -crop 300x300+0+0 -matte -virtual-pixel transparent +distort SRT "0,0 1 30" -geometry +0+15 ) -composite \
( Koala.jpg -crop 300x300+0+0 -matte ...