/imagick/examples/ |
H A D | captcha.php | 37 $ImagickDraw->line( rand( 0, 70 ), rand( 0, 30 ), rand( 0, 70 ), rand( 0, 30 ) ); 38 $ImagickDraw->line( rand( 0, 70 ), rand( 0, 30 ), rand( 0, 70 ), rand( 0, 30 ) ); 39 $ImagickDraw->line( rand( 0, 70 ), rand( 0, 30 ), rand( 0, 70 ), rand( 0, 30 ) ); 40 $ImagickDraw->line( rand( 0, 70 ), rand( 0, 30 ), rand( 0, 70 ), rand( 0, 30 ) ); 41 $ImagickDraw->line( rand( 0, 70 ), rand( 0, 30 ), rand( 0, 70 ), rand( 0, 30 ) );
|
/imagick/tests/ |
H A D | 179_ImagickDraw_line_basic.phpt | 2 Test ImagickDraw, line 12 function line($strokeColor, $fillColor, $backgroundColor) { 22 $draw->line(125, 70, 100, 50); 23 $draw->line(350, 170, 100, 150); 34 line($strokeColor, $fillColor, $backgroundColor) ;
|
H A D | 015-imagickdrawsetresolution.phpt | 28 //These will both be one line. 38 echo "One line and forced one line are not the same height.".PHP_EOL; 43 echo "Two lines are 2 times one line.".PHP_EOL; 47 echo "Two lines are 2 times one line.".PHP_EOL; 55 Two lines are 2 times one line. 56 Two lines are 2 times one line.
|
H A D | 211_ImagickDraw_setStrokeAntialias_basic.phpt | 20 $draw->line(100, 100, 400, 105); 22 $draw->line(100, 140, 400, 185); 25 $draw->line(100, 110, 400, 115); 26 $draw->line(100, 150, 400, 195);
|
H A D | 220_ImagickDraw_setStrokeOpacity_basic.phpt | 20 $draw->line(100, 80, 400, 125); 23 $draw->line(100, 100, 400, 145); 26 $draw->line(100, 120, 400, 165);
|
H A D | 215_ImagickDraw_setStrokeColor_basic.phpt | 21 $draw->line(100, 100, 400, 145); 25 $draw->line(100, 120, 400, 165);
|
H A D | 213_ImagickDraw_setStrokeAlpha_basic.phpt | 19 $draw->line(100, 100, 400, 145); 22 $draw->line(100, 120, 400, 165);
|
H A D | 221_ImagickDraw_setStrokeWidth_basic.phpt | 19 $draw->line(100, 100, 400, 145); 22 $draw->line(100, 120, 400, 165);
|
H A D | 265_ImagickDraw_getOpacity_basic.phpt | 37 $draw->line(125, 70, 100, 50); 38 $draw->line(350, 170, 100, 150);
|
H A D | 267_ImagickDraw_getBorderColor_basic.phpt | 40 $draw->line(125, 70, 100, 50); 41 $draw->line(350, 170, 100, 150);
|
H A D | 268_ImagickDraw_getDensity_basic.phpt | 37 $draw->line(125, 70, 100, 50); 38 $draw->line(350, 170, 100, 150);
|
H A D | 288_imagick_prevent_zero_size_images.phpt | 26 …u think you need to do this, please open an issue at https://phpimagick.com/issues in %s on line %d 28 …u think you need to do this, please open an issue at https://phpimagick.com/issues in %s on line %d
|
H A D | 012-clone-separation.phpt | 23 %s: Imagick::clone method is deprecated and it's use should be avoided in %s on line %d
|
H A D | 218_ImagickDraw_setStrokeLineCap_basic.phpt | 25 $draw->line(50 + $offset, 50, 50 + $offset, 250);
|
H A D | 222_ImagickDraw_setTextAlignment_basic.phpt | 31 $draw->line(250, 0, 250, 500);
|
H A D | 266_ImagickDraw_getFontResolution_basic.phpt | 53 $draw->line(125, 70, 100, 50);
|
H A D | 020-pixeliterator.phpt | 102 …rator is deprecated. ImagickPixelIterator::getPixelIterator should be used instead in %s on line %d
|
H A D | 145_imagickkernel_coverage.phpt | 167 //Test single line kernel works 173 echo "Values do not match for 'Test single line kernel works'".PHP_EOL;
|
H A D | 081_Imagick_getImageHistogram_basic.phpt | 89 $draw->line($index, $offset, $index, $offset - ($value * $scale));
|
H A D | 031_Imagick_affineTransformImage_basic.phpt | 43 $draw->line(
|
/imagick/util/ |
H A D | check_methods.php | 42 foreach ($lines as $line) { 43 $line = trim($line); variable 44 if (strlen($line) > 0) { 45 $methods[$line] = false;
|
H A D | checkSymbols.php | 36 foreach ($lines as $line) { 37 $line = trim($line); 38 $matched = preg_match('#(.*)(A|B|D|R|T|U|w) (.*)#', $line, $matches); 40 echo "Failed to match line: ".$line."\n";
|
/imagick/docker/repro/ |
H A D | README.md | 3 Probably run 'ldconfig /usr/local/lib' so that you can run command line
|
H A D | Dockerfile | 16 RUN echo "Probably run 'ldconfig /usr/local/lib' so that you can run command line programs like "
|
/imagick/ |
H A D | config.m4 | 16 # This line checks that ImageMagick is available, and
|