Search found 122 matches

by linjuming
2011-02-21T21:22:12-07:00
Forum: Users
Topic: cmd code too long ?
Replies: 10
Views: 19160

Re: cmd code too long ?

Image
by linjuming
2011-02-21T21:15:34-07:00
Forum: Users
Topic: cmd code too long ?
Replies: 10
Views: 19160

Re: cmd code too long ?

folders are ready ! created!

Image
by linjuming
2011-02-21T21:01:45-07:00
Forum: Users
Topic: cmd code too long ?
Replies: 10
Views: 19160

cmd code too long ?

pls see the two result: http://i532.photobucket.com/albums/ee323/linjuming/questions/im_img_path.png http://i532.photobucket.com/albums/ee323/linjuming/questions/im_img_path_1.png what is the problem? when changing the "hello/page.png" to "hello/hello/page.png" ,the error appear....
by linjuming
2011-02-19T03:10:41-07:00
Forum: Users
Topic: optimize PNG Image for Web Sites
Replies: 3
Views: 23459

Re: optimize PNG Image for Web Sites

Thanks,best wish
by linjuming
2011-02-18T01:08:23-07:00
Forum: Users
Topic: optimize PNG Image for Web Sites
Replies: 3
Views: 23459

optimize PNG Image for Web Sites

i use the png files for css backgrounds. i use the faststone phpoto resizer which can optimize a png file from 2M to 465k . the optimized png looks the same as the old one. can IM do it ? no lossing optimizing ? can you good guys print out your IM code for png optimizing ? primarily for css backgrou...
by linjuming
2011-02-15T21:32:11-07:00
Forum: Users
Topic: how to use the top composed img size as the result img size?
Replies: 2
Views: 5527

Re: how to use the top composed img size as the result img s

great ,that helps much ! thanks !
by linjuming
2011-02-15T20:10:04-07:00
Forum: Users
Topic: how to build a center black gradient?
Replies: 4
Views: 8889

Re: how to build a center black gradient?

very nice example ,thank you very much
by linjuming
2011-02-15T02:23:39-07:00
Forum: Users
Topic: how to build a center black gradient?
Replies: 4
Views: 8889

Re: how to build a center black gradient?

http://i532.photobucket.com/albums/ee323/linjuming/questions/center_gradient_2.png pattern.png: http://i532.photobucket.com/albums/ee323/linjuming/questions/pattern.png <?php $gb_pattern="pattern.png "; $im=new imagick($gb_pattern); $pattern_geo=$im->getimagegeometry(); $width=$pattern_ge...
by linjuming
2011-02-15T02:17:35-07:00
Forum: Users
Topic: how to build a center black gradient?
Replies: 4
Views: 8889

how to build a center black gradient?

Image
by linjuming
2011-02-15T01:12:52-07:00
Forum: Users
Topic: how to show IM error info in php?
Replies: 7
Views: 31308

Re: how to show IM error info in php?

thank you very much !
by linjuming
2011-02-15T00:16:49-07:00
Forum: Users
Topic: how to show IM error info in php?
Replies: 7
Views: 31308

Re: how to show IM error info in php?

what is the meaning of "stderr" ?
by linjuming
2011-02-15T00:15:47-07:00
Forum: Users
Topic: how to show IM error info in php?
Replies: 7
Views: 31308

Re: how to show IM error info in php?

Image

seems it doesn't work.
by linjuming
2011-02-15T00:03:10-07:00
Forum: Users
Topic: how to use the top composed img size as the result img size?
Replies: 2
Views: 5527

how to use the top composed img size as the result img size?

source pattern image: http://i532.photobucket.com/albums/ee323/linjuming/questions/pattern.png description: http://i532.photobucket.com/albums/ee323/linjuming/questions/im_chage_bg.png my code: <?php $gb_pattern="pattern.png "; $im=new imagick($gb_pattern); $pattern_geo=$im->getimagegeomet...
by linjuming
2011-02-14T21:48:59-07:00
Forum: Users
Topic: how to display image in window?
Replies: 2
Views: 5651

Re: how to display image in window?

imdisplay works ,thank you !
by linjuming
2011-02-14T21:47:00-07:00
Forum: Users
Topic: how to show IM error info in php?
Replies: 7
Views: 31308

Re: how to show IM error info in php?

Thanks! i see now.