Home
last modified time | relevance | path

Searched refs:source (Results 1 – 9 of 9) sorted by relevance

/imagick/tests/
H A D064_cropThumbNailImage.phpt47 …// Thumbnail size of 249 x 250 does not matched desired size 250 x 250 for source image of 1128 x …
63 …"Thumbnail size of %d x %d does not matched expected size %d x %d for source image of %d x %d. Leg…
H A D234_Tutorial_edgeExtend_basic.phpt31 //the source width
H A D240_Tutorial_imagickCompositeGen_basic.phpt70 throw new \Exception("Failed to read source images");
H A DOFL.txt32 include source files, build scripts and documentation.
/imagick/docker/nixos/
H A DDockerfile23 # Make the default directory the mounted source code.
/imagick/
H A Dphp_imagick_helpers.h55 PixelWand *php_imagick_clone_pixelwand (PixelWand *source);
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
10 1. Redistributions of source code must retain the above copyright
H A Dimagick_helpers.c898 PixelWand *php_imagick_clone_pixelwand (PixelWand *source) in php_imagick_clone_pixelwand() argument
901 return ClonePixelWand(source); in php_imagick_clone_pixelwand()
907 PixelSetColorCount (target, PixelGetColorCount (source)); in php_imagick_clone_pixelwand()
908 PixelSetRed (target, PixelGetRed (source)); in php_imagick_clone_pixelwand()
909 PixelSetGreen (target, PixelGetGreen (source)); in php_imagick_clone_pixelwand()
910 PixelSetBlue (target, PixelGetBlue (source)); in php_imagick_clone_pixelwand()
911 PixelSetOpacity (target, PixelGetOpacity (source)); in php_imagick_clone_pixelwand()
912 PixelSetAlpha (target, PixelGetAlpha (source)); in php_imagick_clone_pixelwand()
H A DREADME.md23 If you need to compile Imagick from source, first you should install [ImageMagick](https://github.c…
75 …to the output of Imagick, checking that it is an image file, and not the source code of your appli…

Completed in 18 milliseconds