Search found 122 matches

by linjuming
2011-03-19T20:25:06-07:00
Forum: IMagick
Topic: an instance of ImagickPixel ?
Replies: 7
Views: 19546

Re: an instance of ImagickPixel ?

i want to get a completely transparent png ,not red , i am sorry i did not modify the color name before.

tried "none" and "transparent" ,the result is black as the same.
by linjuming
2011-03-19T20:20:14-07:00
Forum: IMagick
Topic: an instance of ImagickPixel ?
Replies: 7
Views: 19546

Re: an instance of ImagickPixel ?

<?php @$width = $_POST["width"]; @$height = $_POST["height"]; $width = 100; $height = 200; $im=new Imagick(); $color=new imagickpixel("rgb(0,0,0,0)"); $im->newimage($width,$height,$color); $im->setimageformat("png32"); // header( "Content-Type: image/gif...
by linjuming
2011-03-19T20:08:20-07:00
Forum: IMagick
Topic: where to download the correct php_imagick.dll ?
Replies: 4
Views: 13218

Re: where to download the correct php_imagick.dll ?

Bonzo's dll is ok when i restart apche.
Thanks very much !
by linjuming
2011-03-19T20:05:30-07:00
Forum: IMagick
Topic: an instance of ImagickPixel ?
Replies: 7
Views: 19546

an instance of ImagickPixel ?

<?php $width = 100; $height = 200; $im=new Imagick(); $im->newimage($width,$height,"red"); $im->writeimage("img/selected_overlay/selected_overlay.gif"); ?> error info: Catchable fatal error: Argument 3 passed to Imagick::newimage() must be an instance of ImagickPixel , string gi...
by linjuming
2011-03-18T20:53:44-07:00
Forum: Users
Topic: where to download the correct php_imagick.dll ?
Replies: 0
Views: 4201

where to download the correct php_imagick.dll ?

( no one replays in imagick channel ,so i repost here. ) my system info: window XP sp3 Apache/2.0.63 (Win32) PHP/5.2.9-2 ( http://localhost ) I want to use imagick on my localhost server for study , where to find the correct php_imagick.dll ? and which latest vesion should i install? ImageMagick-6.6...
by linjuming
2011-03-18T20:19:41-07:00
Forum: IMagick
Topic: where to download the correct php_imagick.dll ?
Replies: 4
Views: 13218

where to download the correct php_imagick.dll ?

my system info: window XP sp3 Apache/2.0.63 (Win32) PHP/ 5.2.9-2 ( http://localhost ) I want to use imagick on my localhost server for study , where to find the correct php_imagick.dll ? and which latest vesion should i install? ImageMagick-6.6.8-5-Q16-windows-dll.exe ImageMagick-6.6.8-5-Q16-windows...
by linjuming
2011-03-16T21:46:15-07:00
Forum: Users
Topic: how to create a completely transparent png?
Replies: 5
Views: 28992

Re: how to create a completely transparent png?

yes , it works
using "png32:" helps
by linjuming
2011-03-16T21:34:03-07:00
Forum: Users
Topic: how to create a completely transparent png?
Replies: 5
Views: 28992

Re: how to create a completely transparent png?

thank you , so I will update the vesion ,hope i will help.
by linjuming
2011-03-16T21:32:47-07:00
Forum: Users
Topic: how to get the using time when runing a command?
Replies: 3
Views: 7347

Re: how to get the using time when runing a command?

thanks ,help much!
by linjuming
2011-03-16T21:12:08-07:00
Forum: Users
Topic: how to get the using time when runing a command?
Replies: 3
Views: 7347

how to get the using time when runing a command?

how to get the using time when runing a command?

such as ,I wan to know:

Code: Select all

convert -size 1000x1000 xc:white white.png
convert white.png -resize: 1000x1000 white.png
or use imagick php code to do that
which is faster,how to get the using time?
by linjuming
2011-03-16T21:05:18-07:00
Forum: Users
Topic: how to create a completely transparent png?
Replies: 5
Views: 28992

how to create a completely transparent png?

how to create a completely transparent png? convert -size 200x100 xc:transparent img/selected_overlay/selected_overlay.png (black color) convert -size 200x100 xc:none img/selected_overlay/selected_overlay.png (black color) convert -size 200x100 img/selected_overlay/selected_overlay.png (error) http:...
by linjuming
2011-02-21T23:12:04-07:00
Forum: Users
Topic: cmd code too long ?
Replies: 10
Views: 18802

Re: cmd code too long ?

Thank you ! my purpose is generating the borders with similar color of background,while I only need to set the border color to be black or white,no need to appoint the special color.
if it can be generated in linux, it will be problem of window system. Thank you again for help .
by linjuming
2011-02-21T21:32:08-07:00
Forum: Users
Topic: cmd code too long ?
Replies: 10
Views: 18802

Re: cmd code too long ?

linux code: convert -size 1024x1024 xc:#E9A11A \( gradient:white-black -alpha set -channel A -evaluate set 15% \) -compose overlay -composite -resize 1137x116\! \( -size 1200x1 xc:white -alpha set -channel A -evaluate set 90% -gravity south \) -compose overlay -composite \( -size 1200x1 xc:black -al...
by linjuming
2011-02-21T21:28:33-07:00
Forum: Users
Topic: cmd code too long ?
Replies: 10
Views: 18802

Re: cmd code too long ?

not full , uncorrelated