Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 228) sorted by path

12345678910

/imagick/
H A DChangeLog291 - Fixed tint image bug
541 - Cleaned up image writing routines
616 + Added MAXPATHLEN checks for image reads/writes
685 + Suppress error when reading image from a stream.
773 of an image.
777 transparent within an image.
783 resultant image.
868 the image. It is a much simpler way of resizing an image.
883 whatever filter is defined by the image.
991 - more preparation for image lists
[all …]
H A DImagick.stub.php13 public function pingImageBlob(string $image): bool {} argument
459 public function readImageBlob(string $image, ?string $filename = null): bool {} argument
1121 public function addImage(Imagick $image): bool {} argument
1123 public function setImage(Imagick $image): bool {} argument
1269 …public function subimageMatch(Imagick $image, ?array &$offset = null, ?float &$similarity = null, … argument
1272 …public function similarityimage(Imagick $image, ?array &$offset = null, ?float &$similarity = null… argument
1345 …public function compositeImageGravity(Imagick $image, int $composite_constant, int $gravity): bool… argument
H A DImagickDraw.stub.php176 Imagick $image argument
H A DImagickDraw_arginfo.h862 ZEND_ARG_OBJ_INFO(0, image, Imagick, 0)
H A DImagick_arginfo.h43 ZEND_ARG_TYPE_INFO(0, image, IS_STRING, 0)
45 ZEND_ARG_INFO(0, image)
1848 ZEND_ARG_TYPE_INFO(0, image, IS_STRING, 0)
1850 ZEND_ARG_INFO(0, image)
4546 ZEND_ARG_OBJ_INFO(0, image, Imagick, 0)
4938 ZEND_ARG_OBJ_INFO(0, image, Imagick, 0)
5141 ZEND_ARG_OBJ_INFO(0, image, Imagick, 0)
H A DREADME.md52 … where you can see the example code to call the function, as well as the generated image or output.
58 …ick extension exposes to PHP has had many bug fixes, that have fixed many image corruption issues.…
73 3) Verify that all image files begin with the expected "magic bytes" corresponding to the image fil…
75image processing is a valid image file before displaying it to the user. In the extremely unlikely…
84 'image/gif',
85 'image/jpeg',
86 'image/jpg',
87 'image/png'
91 …\SecurityException("Was going to send file '$filename' to the user, but it is not an image file.");
101 …pen Multi-Processing API to be able to use multiple threads to process an image at once. Some impl…
H A Ddocker-compose.yml39 image: imagick_fedora
H A Dimagick_class.c986 Image *image; in PHP_METHOD() local
997 image = GetImageFromMagickWand(intern->magick_wand); in PHP_METHOD()
998 status = DeleteImageProperty(image, name); in PHP_METHOD()
1020 Image *image; in PHP_METHOD() local
1033 image = GetImageFromMagickWand(intern->magick_wand); in PHP_METHOD()
1039 result = InterpretImageProperties(image_info, image, embedText, exception); in PHP_METHOD()
1042 result = InterpretImageProperties(image_info, image, embedText); in PHP_METHOD()
3342 unsigned char *image; in PHP_METHOD() local
3366 image = MagickGetImageBlob(intern->magick_wand, &image_size); in PHP_METHOD()
3367 IM_ZVAL_STRINGL(return_value, (char *)image, image_size); in PHP_METHOD()
[all …]
/imagick/tests/
H A D002_thumbnail.phpt93 echo "Error in height for 2961, 2592: actual is ".$image->getImageWidth()." not 300.".PHP_EOL;
96 echo "Error in height for 2961, 2592: actual is ".$image->getImageHeight()." not 262.".PHP_EOL;
105 echo "Error in height for 2961, 2592: actual is ".$image->getImageWidth()." not 300.".PHP_EOL;
108 echo "Error in height for 2961, 2592: actual is ".$image->getImageHeight()." not 263.".PHP_EOL;
120 Invalid image geometry
124 Invalid image geometry
126 Invalid image geometry
128 Invalid image geometry
H A D010_importimagepixels.phpt28 /* Create empty image */
32 /* Import the pixels into image.
H A D014-setresourcelimit.phpt31 …n bytes to allocate for the pixel cache. When this limit is exceeded, the image pixels are cached …
34 …ocate for the pixel cache from the heap. When this limit is exceeded, the image pixels are cached …
H A D022-writeimagefileformat.phpt35 // This should cause PNG image to be written
H A D027_Imagick_adaptiveResizeImage_basic.phpt20 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D028_Imagick_adaptiveSharpenImage_basic.phpt20 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D029_Imagick_adaptiveBlurImage_basic.phpt20 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D030_Imagick_adaptiveThresholdImage_basic.phpt21 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D031_Imagick_affineTransformImage_basic.phpt127 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D032_Imagick_addNoiseImage_basic.phpt19 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D033_Imagick_autoLevelImage_basic.phpt18 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D034_Imagick_annotateImage_basic.phpt34 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D035_Imagick_blackThresholdImage_basic.phpt18 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D036_Imagick_blueShiftImage_basic.phpt18 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D037_Imagick_blurImage_basic.phpt20 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D038_Imagick_brightnessContrastImage_basic.phpt20 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}
H A D039_Imagick_borderImage_basic.phpt20 if (strlen($bytes) <= 0) { echo "Failed to generate image.";}

Completed in 96 milliseconds

12345678910