/imagick/tests/ |
H A D | 256_Imagick_exportImagePixels_basic.phpt | 15 Imagick::PIXEL_CHAR => function($v) { return $v / 255; } , 16 Imagick::PIXEL_DOUBLE => function($v) { return $v; } , 17 Imagick::PIXEL_FLOAT => function($v) { return $v; } , 18 Imagick::PIXEL_LONG => function($v) { return $v / 4294967295; }, 19 Imagick::PIXEL_QUANTUM => function($v) { return $v / Imagick::getQuantum(); } , 20 Imagick::PIXEL_SHORT => function($v) { return $v / 65535; } , 23 // Imagick::PIXEL_LONGLONG => function($v) { return $v / (2 << 64 -1 ); } , 30 $pixelTypes[Imagick::PIXEL_INTEGER] = function($v) { return $v / 4294967295; };
|
H A D | functions.inc | 12 function version_compare_imagemagick($testIm6Version, $im7Version) 52 function isVersionGreaterEqual($testIm6Version, $im7Version) 68 * This function just find a 'sensible' font to use, either from the 72 function findDefaultFont() 99 function setFontForImagick(\Imagick $imagick) 107 function setFontForImagickDraw(\ImagickDraw $imagickDraw)
|
H A D | 149_Imagick_sparseColorImage.phpt | 14 function createGradientImage($width, $height, $colorPoints, $sparseMethod, $absolute = false) { 66 function renderImageBarycentric() { 77 function renderImageVoronoi() { 89 function renderImageShepards() { 102 function renderImageBilinear() {
|
H A D | bug21229.phpt | 16 public function setTestValue($value) { 21 public function getTestValue() {
|
H A D | 073_Imagick_forwardFourierTransformImage_basic.phpt | 15 //Utility function for forwardTransformImage 16 function createMask() { 37 function forwardFourierTransformImage() {
|
H A D | 086_Imagick_forwardFourierTransformImage_basic.phpt | 12 //Utility function for forwardTransformImage 13 function createMask() { 34 function forwardFourierTransformImage() {
|
H A D | skipif.inc | 66 function checkClassMethods($class, $methods) 75 function checkFormatPresent($format) 83 function requirePHP($required) 90 function requireFormat($requiredFormat)
|
H A D | 020-pixeliterator.phpt | 8 function count_rows ($pix) 18 function count_objects ($pix) 29 function count_objects_with_iterator ($pixelRegion)
|
H A D | 081_Imagick_getImageHistogram_basic.phpt | 12 function getColorStatistics($histogramElements, $colorChannel) { 37 function getImageHistogram() { 63 $getMax = function ($carry, $item) {
|
H A D | 079_Imagick_getImageGeometry_basic.phpt | 12 function getImageGeometry() {
|
H A D | 065_Imagick_despeckleImage_basic.phpt | 12 function despeckleImage() {
|
H A D | 134_Imagick_shadowImage_basic.phpt | 12 function shadowImage() {
|
H A D | 136_Imagick_shadeImage_basic.phpt | 12 function shadeImage() {
|
H A D | 138_Imagick_shaveImage_basic.phpt | 12 function shaveImage() {
|
H A D | 069_Imagick_equalizeImage_case1.phpt | 12 function equalizeImage() {
|
H A D | 071_Imagick_flipImage_basic.phpt | 12 function flipImage() {
|
H A D | 074_Imagick_flopImage_basic.phpt | 12 function flopImage() {
|
H A D | 158_Imagick_transposeImage_basic.phpt | 12 function transposeImage() {
|
H A D | 162_Imagick_transverseImage_basic.phpt | 12 function transverseImage() {
|
H A D | 088_Imagick_implodeImage_basic.phpt | 12 function implodeImage() {
|
H A D | 090_Imagick_magnifyImage_basic.phpt | 12 function magnifyImage() {
|
H A D | 033_Imagick_autoLevelImage_basic.phpt | 13 function autoLevelImage() {
|
H A D | 068_Imagick_enhanceImage_basic.phpt | 12 function enhanceImage() {
|
H A D | 240_Tutorial_imagickCompositeGen_basic.phpt | 11 function generateBlendImage($height, $overlap, $contrast = 10, $midpoint = 0.5) { 21 function mergeImages($outputSize, $overlap, $contrast = 10, $blendMidpoint = 0.5, $horizontal = tru… 132 function imagickCompositeGen($contrast = 10, $blendMidpoint = 0.5) {
|
H A D | 097_Imagick_newPseudoImage_basic.phpt | 10 function newPseudoImage($canvasType) {
|