Home
last modified time | relevance | path

Searched refs:values (Results 1 – 18 of 18) sorted by relevance

/imagick/
H A Dimagickkernel_class.c135 kernel->values[i] = 0.0; in im_CalcKernelMetaData()
137 if (kernel->values[i] < 0) { in im_CalcKernelMetaData()
188 kernel_info->values[i] = (MagickRealType)values[i]; in imagick_createKernel()
192 kernel_info->values = values; in imagick_createKernel()
255 KernelValueType *values = NULL; in PHP_METHOD() local
294 if (values == NULL) { in PHP_METHOD()
325 values[count] = notanumber; in PHP_METHOD()
403 if (values != NULL) { in PHP_METHOD()
429 KernelValueType *values = NULL; in PHP_METHOD() local
467 if (values == NULL) { in PHP_METHOD()
[all …]
H A DChangeLog63 * Imagick::setResourceLimit support for values larger than 2GB (2^31) on 32bit platforms.
145 …tants are only available in ImageMagick >= 7. These constants re-use the values of the constants r…
188 Imagick::getImageBluePrimary now return 3 values when compiled against IM7.
292 - Fixed ImageMagick compiled with HDRI having quantum values as floats
602 - Some major housekeeping changing numeral values to constants
816 - fixed configure script. It honours now values returned by Magick-config.
H A Dimagick_class.c1354 zend_bool values = 1; in PHP_METHOD() local
1362 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sb", &pattern, &pattern_len, &values) == FA… in PHP_METHOD()
1379 if (values) { in PHP_METHOD()
1404 zend_bool values = 1; in PHP_METHOD() local
1429 if (values) { in PHP_METHOD()
12336 kernel_info->values = (MagickRealType *)AcquireAlignedMemory(order, order*sizeof(MagickRealType));
12338 kernel_info->values[i] = color_matrix[i];
12342 kernel_info->values = (double *)AcquireAlignedMemory(order, order*sizeof(double));
12343 memcpy(kernel_info->values, color_matrix, order * order * sizeof(double));
12398 kernel_color_matrix->values = (MagickRealType *) NULL;
[all …]
/imagick/tests/
H A D061_Imagick_distortImage_Barrel.phpt15 // 3 or 4 values only...
19 // The coefficients are designed so that if all four A to D values, add up to '1.0', the minimal
21 // scaling of the image) is not supplied it will be set so all four values do add up to '1.0'.
H A Dbug_73840.phpt27 // echo "values are incorrect:\n";
36 // echo "values are incorrect:\n";
H A D064_cropThumbNailImage.phpt11 //Test the the calculated values are actually correct.
15 //Test the the calculated values are actually correct.
H A D182_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt35 // and the end point is defined by the x, y values.
42 // and the end point is defined relative from the current position by the x, y values.
H A D183_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt35 // and the end point is defined by the x, y values.
42 // and the end point is defined relative from the current position by the x, y values.
H A D081_Imagick_getImageHistogram_basic.phpt83 foreach ($colorValues as $color => $values) {
88 foreach ($values as $index => $value) {
H A D010_importimagepixels.phpt25 by three. Three comes from 'RGB', three values per pixel */
H A D151_Imagick_subImageMatch_basic.phpt40 // This doesn't work reliably - the values are not comparable across versions
H A D274_imagick_setImageAlpha.phpt64 echo "Pixel values appear incorrect for pixelType $pixelType channel:$channelName\n";
H A D282_ini_settings_set_falsy_string.phpt18 // So, this can't be tested for properly. ini values are stored as strings internally
H A D256_Imagick_exportImagePixels_basic.phpt44 …echo "pixel type $pixelType has incorrect values. They should be 0/255, 1/255, 2/255... 255/255 or…
H A D266_ImagickDraw_getFontResolution_basic.phpt30 echo "$fontResolution doesn't contain expected values:\n";
H A D145_imagickkernel_coverage.phpt65 "Only numbers or false are valid values in a kernel matrix.",
122 // Test adding kernel works and you can get the values back
H A D014-setresourcelimit.phpt18 // These tests are flaky as the values ImageMagick will accept
H A D031_Imagick_affineTransformImage_basic.phpt9 I don't understand what values are returned in which elements of getImageChannelStatistics

Completed in 43 milliseconds