Search found 4 matches

by webwudi
2014-08-20T20:21:50-07:00
Forum: IMagick
Topic: Why use point, the processing speed is so slowly
Replies: 10
Views: 12330

Re: Why use point, the processing speed is so slowly

snibgo wrote:to snibgo :
ThankS although I know this comand !~

perhaps my thoughts was strange,
But if U think :
if U don't want change the whole image brightness but just only want change a local of the image brightness !!!

In this case, you cannot use a simple command to realize it
:?
by webwudi
2014-08-19T23:16:15-07:00
Forum: IMagick
Topic: Why use point, the processing speed is so slowly
Replies: 10
Views: 12330

Re: Why use point, the processing speed is so slowly

fmw42 wrote:to fmw42 Not the corpImage
My thoughts was pixel-to-pixel rewrite a image ,
Although it looks like the corpImage , but it could change any pixels color !

snibgo tould : use a compiled language. i think he is right ! hehe
i just don't know how to use in PHP code ??
by webwudi
2014-08-19T22:14:25-07:00
Forum: IMagick
Topic: Why use point, the processing speed is so slowly
Replies: 10
Views: 12330

Re: Why use point, the processing speed is so slowly

If you must do processing pixel-by-pixel, use a compiled language. Thanks snibgo :) I have a little understand but my programming technology is little superficial hehe so how should I do in the PHP procedure , is use of PHP function to call ImagickMagick command line In order to realize this goal ?...
by webwudi
2014-08-19T21:54:33-07:00
Forum: IMagick
Topic: Why use point, the processing speed is so slowly
Replies: 10
Views: 12330

Why use point, the processing speed is so slowly

i use imagick function point in PHP write a code to operate pixel to change image brightness. but the processing speed surprisingly slow ! Need several minutes to estimate ! Just like the browser collapsed ! but if use imagick to resize image or add Text on image ... and so on these common functions...