Search found 122 matches

by linjuming
2011-02-14T21:13:30-07:00
Forum: Users
Topic: how to display image in window?
Replies: 2
Views: 5651

how to display image in window?

Image
by linjuming
2011-02-14T21:00:05-07:00
Forum: Users
Topic: how to show IM error info in php?
Replies: 7
Views: 31308

how to show IM error info in php?

I use exec function to debug the im code. but it can not show the error info,so if the code is not correct ,i must run in cmd to see the error info,it is painful for me every time. Is there any method to show the error info in php? http://i532.photobucket.com/albums/ee323/linjuming/questions/im_erro...
by linjuming
2011-02-12T00:40:53-07:00
Forum: Users
Topic: any option for composition method of luminosity?
Replies: 19
Views: 33434

Re: any option for composition method of luminosity?

So that's how it is, I see now ,thank you !
by linjuming
2011-02-11T22:25:02-07:00
Forum: Users
Topic: any option for composition method of luminosity?
Replies: 19
Views: 33434

Re: any option for composition method of luminosity?

yes ,it works in cmd, it is the text editor's problem.
thank you for your help !
by linjuming
2011-02-11T22:23:15-07:00
Forum: Users
Topic: how to set the opecity when composimg png files?
Replies: 14
Views: 26696

Re: how to set the opecity when composimg png files?

Thanks a million , now is 1 pm at my end.
by linjuming
2011-02-11T21:14:57-07:00
Forum: Users
Topic: how to set the opecity when composimg png files?
Replies: 14
Views: 26696

Re: how to set the opecity when composimg png files?

Image

So,finally, it must be the problem with my text editor "notepad++".
by the way, what is the time at your end now? for sometimes i post probems at daytime but no one reply.
by linjuming
2011-02-11T20:06:52-07:00
Forum: Users
Topic: how to set the opecity when composimg png files?
Replies: 14
Views: 26696

Re: how to set the opecity when composimg png files?

convert 1.png ( 2.png -alpha set -channel A -evaluate set 40% ) -compose over -composite hello.png

result still as the same as 1.png
I made sure that space before and after ( ) ,the code is compeletely copyed from your code.

seems many problem running at my end ....
by linjuming
2011-02-11T19:59:33-07:00
Forum: Users
Topic: any option for composition method of luminosity?
Replies: 19
Views: 33434

Re: any option for composition method of luminosity?

http://i532.photobucket.com/albums/ee323/linjuming/questions/im_error-1.png here i paste my code from bat file: convert -size 25x256 xc:'hsb(43%,50%,30%)' xc:'hsb(43%,50%,70%)' gradient: -compose over -composite -rotate 90 result.png pause or convert -size 25x256 xc:"hsb(43%,50%,30%)" xc:...
by linjuming
2011-02-11T19:07:38-07:00
Forum: Users
Topic: how to set the opecity when composimg png files?
Replies: 14
Views: 26696

Re: how to set the opecity when composimg png files?

Thanks ,and why can not i create the right result using this code?

Code: Select all

convert 1.png ( 2.png -alpha set -channel A -evaluate set 40% ) -compose overlay -composite hello.png