Search found 7 matches
- 2012-04-12T02:03:10-07:00
- Forum: Users
- Topic: how to resize image A.png according to B.png?
- Replies: 2
- Views: 5154
how to resize image A.png according to B.png?
e.g. B.png width is x, height is y. and how to resize A.png to x*y
- 2012-04-12T01:50:45-07:00
- Forum: Users
- Topic: how to convert a png to transparency in gradients
- Replies: 8
- Views: 12489
Re: how to convert a png to transparency in gradients
thanks all of you
- 2012-04-11T23:52:23-07:00
- Forum: Users
- Topic: how to convert a png to transparency in gradients
- Replies: 8
- Views: 12489
Re: how to convert a png to transparency in gradients
very thanks
i want to change both side, how?
i try this code, but it not work
convert 460.png ( -clone 0 -alpha extract ) ( -size 440x431 gradient: -rotate -90 -threshold 10% -blur 30x65535 -level 0x50% ) ( -size 440x431 gradient: -rotate -270 -threshold 30% -blur 70x65535 -level 0x50 ...
i want to change both side, how?
i try this code, but it not work
convert 460.png ( -clone 0 -alpha extract ) ( -size 440x431 gradient: -rotate -90 -threshold 10% -blur 30x65535 -level 0x50% ) ( -size 440x431 gradient: -rotate -270 -threshold 30% -blur 70x65535 -level 0x50 ...
- 2012-04-11T21:31:53-07:00
- Forum: Users
- Topic: how to convert a png to transparency in gradients
- Replies: 8
- Views: 12489
how to convert a png to transparency in gradients
hi all of you
i have a png file ,and i want to change the file right side to transparency in gradients.
ori. file :

and i want:

how can i do this.
thanks.
i have a png file ,and i want to change the file right side to transparency in gradients.
ori. file :
and i want:
how can i do this.
thanks.
- 2011-08-07T05:51:10-07:00
- Forum: Users
- Topic: crop question
- Replies: 2
- Views: 4848
Re: crop question
fixed
thanks.
thanks.
- 2011-08-07T00:47:56-07:00
- Forum: Users
- Topic: crop question
- Replies: 2
- Views: 4848
crop question
i have a image a.png, the size is 1109 x 847.
and i crop it to a new image: convert a.png -crop 847x847+97+0 b.png, the b.png size is 847 x 847
now i crop b.png to a new image again: convert b.png -crop 200x200+50+50 c.png
now the image c.png size is 153 x 200,
why?
why c.png size is not 200 x ...
and i crop it to a new image: convert a.png -crop 847x847+97+0 b.png, the b.png size is 847 x 847
now i crop b.png to a new image again: convert b.png -crop 200x200+50+50 c.png
now the image c.png size is 153 x 200,
why?
why c.png size is not 200 x ...
- 2011-07-12T06:51:41-07:00
- Forum: Developers
- Topic: how to change the pad layer pic and do not change the filter
- Replies: 0
- Views: 3459
how to change the pad layer pic and do not change the filter
hi all
i have a psd file, it's layer comtain some filters.
i want change the layer's image and need keep the filters.
can imagemagick do this job?
how?
i have a psd file, it's layer comtain some filters.
i want change the layer's image and need keep the filters.
can imagemagick do this job?
how?