Searched refs:output (Results 1 – 10 of 10) sorted by relevance
/imagick/util/ |
H A D | functions.php | 156 $output = "┌──────┬─────────────┬──────────────────────────────────────────────────────┐\n"; 157 $output .= "│ Sign │ Exponent │ Mantissa │\n"; 161 …$output .= sprintf($format_string, $float_info_1->getSign(), $float_info_1->getExponent(), $float_… 162 …$output .= sprintf($format_string, $float_info_2->getSign(), $float_info_2->getExponent(), $float_… 164 $output .= "└──────┴─────────────┴──────────────────────────────────────────────────────┘\n"; 166 return $output; 191 $output = "┌──────┬──────────┬─────────────────────────┐\n"; 192 $output .= "│ Sign │ Exponent │ Mantissa │\n"; 196 …$output .= sprintf($format_string, $float_info_1->getSign(), $float_info_1->getExponent(), $float_… 199 $output .= "└──────┴──────────┴─────────────────────────┘\n"; [all …]
|
H A D | check_fonts.php | 5 $output = ''; variable 6 $output .= "Fonts that match 'Helvetica*' are:<br>";
|
/imagick/tests/ |
H A D | 271_imagick_constants.phpt | 11 $output = ''; 14 $output .= "$key: $value \n";
|
H A D | 289_Imagick_setImageMask_basic.phpt | 58 $output = clone $canvas; 59 $output->setImageMask($mask, $type); 61 $output->blurImage(15, 4, $channel_type); 62 // $output->writeImage(__DIR__ . "/test_canvas" . $type_name . "_" . $channel_name . ".png");
|
H A D | 073_Imagick_forwardFourierTransformImage_basic.phpt | 56 $output = clone $imagickPhase; 57 $output->setimageformat('png'); 58 $bytes = $output->getImageBlob();
|
H A D | 086_Imagick_forwardFourierTransformImage_basic.phpt | 53 $output = clone $imagickPhase; 54 $output->setimageformat('png'); 55 $bytes = $output->getImageBlob();
|
H A D | 240_Tutorial_imagickCompositeGen_basic.phpt | 137 $output = mergeImages( 144 //$output = generateBlendImage(200, 200, 5, 0.5); 145 $output->setImageFormat('png'); 147 $bytes = $output->getImageBlob();
|
H A D | 254_getConfigureOptions.phpt | 36 //Example output on Debian 119 // Examples of output on nixos
|
/imagick/ |
H A D | README.md | 52 … where you can see the example code to call the function, as well as the generated image or output. 75 …mely unlikely event that a hacker is able to pipe arbitrary files to the output of Imagick, checki…
|
H A D | ChangeLog | 996 - coolest function so far: magick_oilpaint(). The output is awesome! 1011 - slight changes to output of gen_configm4 1014 - fixed all examples so they work as either standalone script or web page; they do better output as… 1015 - fixed output of magick info. when calling phpinfo()
|
Completed in 31 milliseconds