/imagick/tests/ |
H A D | 002_thumbnail.phpt | 9 $imagick->newImage( 400, 200, "white" ); 16 $imagick->newImage( 400, 200, "white" ); 23 $imagick->newImage( 400, 200, "white" ); 30 $imagick->newImage( 400, 200, "white" ); 43 $imagick->newImage( 400, 200, "white" ); 50 $imagick->newImage( 400, 200, "white" ); 63 $imagick->newImage( 400, 200, "white" ); 76 $imagick->newImage( 400, 200, "white" ); 89 $imagick->newImage(2961, 2592, "white" ); 101 $imagick->newImage(2961, 2592, "white" );
|
H A D | 159_Imagick_transformImage_basic.phpt | 16 $newImage = $imagick->transformImage("400x600", "200x300"); 17 $bytes = $newImage->getImageBlob();
|
H A D | 003_cast_color_opacity.phpt | 11 $im->newImage(100, 100, "red"); 22 $im->newImage(100, 100, $pixel);
|
H A D | 005_bestfit.phpt | 9 $im->newImage(50, 100, 'white');
|
H A D | 154_Imagick_textureImage_basic.phpt | 11 $image->newImage(640, 480, new \ImagickPixel('pink'));
|
H A D | 004_clone.phpt | 11 $im->newImage(100, 100, new ImagickPixel("white"));
|
H A D | 170_ImagickPixel_setColor_basic.phpt | 22 $image->newImage(500, 500, "SteelBlue2");
|
H A D | 171_ImagickPixel_setColorValue_basic.phpt | 21 $image->newImage(500, 500, "SteelBlue2");
|
H A D | 185_ImagickDraw_point_basic.phpt | 23 $imagick->newImage(500, 500, $backgroundColor);
|
H A D | 172_ImagickPixel_setColorValueQuantum_basic.phpt | 23 $image->newImage(500, 500, "SteelBlue2");
|
H A D | 229_Tutorial_fxAnalyzeImage_case1.phpt | 57 $plot->newImage($graphWidth, $graphHeight, 'white'); 61 $outputImage->newImage($graphWidth, $graphHeight + $sampleHeight, 'white');
|
H A D | 201_ImagickDraw_setFillAlpha_basic.phpt | 25 $imagick->newImage(500, 500, $backgroundColor);
|
H A D | 202_ImagickDraw_setFillColor_basic.phpt | 26 $image->newImage(500, 500, $backgroundColor);
|
H A D | 204_ImagickDraw_setFillOpacity_basic.phpt | 27 $imagick->newImage(500, 500, $backgroundColor);
|
H A D | 012-clone-separation.phpt | 8 $im->newImage(100, 100, new ImagickPixel("white"));
|
H A D | 179_ImagickDraw_line_basic.phpt | 26 $imagick->newImage(500, 500, $backgroundColor);
|
H A D | 194_ImagickDraw_rectangle_basic.phpt | 24 $imagick->newImage(500, 500, $backgroundColor);
|
H A D | 195_ImagickDraw_rotate_basic.phpt | 24 $image->newImage(500, 500, $backgroundColor);
|
H A D | 196_ImagickDraw_scale_basic.phpt | 25 $image->newImage(500, 500, $backgroundColor);
|
H A D | 215_ImagickDraw_setStrokeColor_basic.phpt | 29 $image->newImage(500, 400, $backgroundColor);
|
H A D | 213_ImagickDraw_setStrokeAlpha_basic.phpt | 26 $image->newImage(500, 400, $backgroundColor);
|
H A D | 221_ImagickDraw_setStrokeWidth_basic.phpt | 26 $image->newImage(500, 400, $backgroundColor);
|
/imagick/docker/fedora/ |
H A D | 003_cast_color_opacity.php | 6 $im->newImage(100, 100, "red"); 17 $im->newImage(100, 100, $pixel);
|
/imagick/examples/ |
H A D | polygon.php | 59 $Imagick->newImage( 700, 500, $ImagickPixel );
|
H A D | captcha.php | 28 $Imagick->newImage( 85, 30, $bg );
|