Home
last modified time | relevance | path

Searched refs:Imagick (Results 201 – 225 of 311) sorted by relevance

12345678910>>...13

/imagick/tests/
H A D250_ImagickPixelIterator_resetIterator_basic.phpt14 $imagick = new \Imagick();
27 $pixel->setColorValue(\Imagick::COLOR_RED, 64);
42 … $pixel->setColorValue(\Imagick::COLOR_BLUE, 64); /* Make every second pixel a little blue*/
H A D200_ImagickDraw_setClipUnits_basic.phpt21 $draw->setClipUnits(\Imagick::RESOLUTION_PIXELSPERINCH);
31 $imagick = new \Imagick();
H A D114_Imagick_scaleImage_basic.phpt2 Test Imagick, scaleImage
21 $imagick = new \Imagick();
H A D083_Imagick_getPixelIterator_basic.phpt2 Test Imagick, getPixelIterator
13 $imagick = new \Imagick();
H A D084_Imagick_getPixelRegionIterator_basic.phpt2 Test Imagick, getPixelRegionIterator
13 $imagick = new \Imagick();
H A D007_thumbnail_fill.phpt6 $v = Imagick::getVersion();
16 $im = new Imagick("magick:logo");
H A Dfunctions.inc14 $versionInfo = \Imagick::getVersion();
82 $fontList = \Imagick::queryFonts();
98 // Find and set a font for the Imagick object
99 function setFontForImagick(\Imagick $imagick)
H A D110_Imagick_resizeImage_basic.phpt2 Test Imagick, resizeImage
20 $imagick = new \Imagick();
H A D003_cast_color_opacity.phpt10 $im = new Imagick();
19 $im = new Imagick();
H A D022-writeimagefileformat.phpt31 $identify = new Imagick (PNG_FILE);
44 $identify = new Imagick (PNG_FILE);
55 $identify = new Imagick (PNG_FILE);
H A D010_importimagepixels.phpt29 $im = new Imagick();
34 $im->importImagePixels(0, 0, $width, $height, "RGB", Imagick::PIXEL_CHAR, $pixels);
H A D025-function-image.phpt11 $im = new Imagick ('magick:rose');
H A Dbug_66098.phpt8 $img = new Imagick();
H A D005_bestfit.phpt8 $im = new Imagick();
H A D145_imagickkernel_coverage.phpt21 $kernel->scale(1, \Imagick::NORMALIZE_KERNEL_VALUE);
23 $imagick = new \Imagick();
26 \Imagick::MORPHOLOGY_CONVOLVE,
98 $kernel = ImagickKernel::fromBuiltin(\Imagick::KERNEL_DIAMOND, "CestNestPasUneKernel");
157 $kernel->scale(1, \Imagick::NORMALIZE_KERNEL_VALUE);
H A D009_properties.phpt11 $im = new Imagick();
H A D254_getConfigureOptions.phpt2 Test Imagick::getConfigureOptions
8 checkClassMethods('Imagick', array('getconfigureoptions'));
15 $allOptions = Imagick::getConfigureOptions();
26 $optionsStartingWithC = Imagick::getConfigureOptions("C*");
H A D234_Tutorial_edgeExtend_basic.phpt14 $imagick = new \Imagick();
36 $imagick->distortImage(\Imagick::DISTORTION_AFFINEPROJECTION, $points, false);
/imagick/
H A DImagickPixelIterator_arginfo.h6 ZEND_ARG_OBJ_INFO(0, imagick, Imagick, 0)
25 ZEND_ARG_OBJ_INFO(0, imagick, Imagick, 0)
35 ZEND_ARG_OBJ_INFO(0, imagick, Imagick, 0)
101 ZEND_ARG_OBJ_INFO(0, imagick, Imagick, 0)
111 ZEND_ARG_OBJ_INFO(0, imagick, Imagick, 0)
H A DCREDITS1 Imagick
/imagick/examples/
H A Dhoughline.php8 $im = new Imagick();
H A Dthumbnail.php8 $im = new Imagick();
/imagick/util/
H A Dcheck_fonts.php8 $fontList = \Imagick::queryFonts();
H A Dtype_check.php3 $rc = new ReflectionClass(Imagick::class);
/imagick/docker/nixos/
H A DREADME.md5 You should configure PHP Imagick with:

Completed in 21 milliseconds

12345678910>>...13