Search found 122 matches

by linjuming
2014-04-15T02:28:10-07:00
Forum: IMagick
Topic: why is the output image bigger than input using imagick?
Replies: 1
Views: 8199

why is the output image bigger than input using imagick?

why is the output image bigger than input using imagick?

original jpg: http://www.persunmall.com/images/jm3.jpg


/**
* example
--------------------------------------
'jm3.jpg' => 119 k (453*680)
'l.jpg' => 275 k (400*600) // why the output jpg is much bigger than input jpg?

*/
$jy_image ...
by linjuming
2014-04-10T03:08:08-07:00
Forum: Users
Topic: why can not i run command line in php?
Replies: 2
Views: 6625

Re: why can not i run command line in php?

thank you very much !
by linjuming
2014-04-10T02:34:48-07:00
Forum: Users
Topic: why can not i run command line in php?
Replies: 2
Views: 6625

why can not i run command line in php?

why can not i run command line in php?

<?php
/*
i want to use comand line to compress image in php
this code bellow works in cmd but does not works in php
*/

// in cmd type and run is ok
// convert -strip -quanlity 75% 0.jpg 00.jpg

// in php does not works
shell_exec('convert -strip ...
by linjuming
2014-04-02T19:17:24-07:00
Forum: IMagick
Topic: where can i download php_imagick.dll now?
Replies: 3
Views: 10479

Re: where can i download php_imagick.dll now?

thank you very much , but I can not find any version form php 5.2
by linjuming
2014-04-02T00:02:12-07:00
Forum: IMagick
Topic: where can i download php_imagick.dll now?
Replies: 3
Views: 10479

where can i download php_imagick.dll now?

where can i download php_imagick.dll now?

my environment:
windows xp
php5.2.14

this link is not available any more:
http://valokuva.org/outside-blog-conten ... ws-builds/
by linjuming
2011-12-12T02:24:52-07:00
Forum: Users
Topic: how to get color average of a img ?
Replies: 1
Views: 6031

how to get color average of a img ?

how to get color average of a img,
and how to fix $v[1x1] ?

Image
by linjuming
2011-11-01T09:42:06-07:00
Forum: Users
Topic: can png file store information using IM
Replies: 6
Views: 15909

Re: can png file store information using IM

great help ,thank you very much
by linjuming
2011-10-30T21:53:12-07:00
Forum: Users
Topic: can png file store information using IM
Replies: 6
Views: 15909

Re: can png file store information using IM

very great ! thank you.
and can identify output shorter infos?
the command identify -verbose output too logo informations while i only need the str "author : linjuming".
how many options for identify command ?
by linjuming
2011-10-30T19:52:52-07:00
Forum: Users
Topic: can png file store information using IM
Replies: 6
Views: 15909

can png file store information using IM

For example, I want to keep some information such as
"author : linjuming"
in the hello.png
Then next time I can use "identify -verbose hello.png" or some other command to find these informations.
Can IM do this job?


D:\phpnow\htdocs\laji>identify -verbose kk.png
Image: kk.png
Format: PNG ...
by linjuming
2011-10-29T20:42:26-07:00
Forum: Users
Topic: why can not i remove the 1px of top border ?
Replies: 2
Views: 8502

Re: why can not i remove the 1px of top border ?

understand ! thank you very much !
by linjuming
2011-10-29T19:30:55-07:00
Forum: Users
Topic: why can not i remove the 1px of top border ?
Replies: 2
Views: 8502

why can not i remove the 1px of top border ?

extending from " how to get the color value of a point (2) ?"

now some problem occur.
why can not i remove the 1px of top border ?

source png:
http://i532.photobucket.com/albums/ee323/linjuming/questions/kk-1.png

description:
http://i532.photobucket.com/albums/ee323/linjuming/questions/remove ...
by linjuming
2011-10-27T05:38:23-07:00
Forum: Users
Topic: how to get the color value of a point (2)?
Replies: 2
Views: 8497

Re: how to get the color value of a point (2)?

Thank you very much !
by linjuming
2011-10-27T04:28:38-07:00
Forum: Users
Topic: how to get the color value of a point (2)?
Replies: 2
Views: 8497

how to get the color value of a point (2)?

refer to older question:

how to get the color value of a point?


then i want to enlarge the png border,but the result png border color is not the same with older one.
http://i532.photobucket.com/albums/ee323/linjuming/questions/im_border.png

the source kk.png:
http://i532.photobucket.com ...
by linjuming
2011-10-20T19:23:26-07:00
Forum: Users
Topic: how to change the opacity value of a png file?
Replies: 9
Views: 31525

Re: how to change the opacity value of a png file?

Thank you , it helps