Home
last modified time | relevance | path

Searched refs:output (Results 1 – 10 of 10) sorted by relevance

/imagick/util/
H A Dfunctions.php156 $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 Dcheck_fonts.php5 $output = ''; variable
6 $output .= "Fonts that match 'Helvetica*' are:<br>";
/imagick/tests/
H A D271_imagick_constants.phpt11 $output = '';
14 $output .= "$key: $value \n";
H A D289_Imagick_setImageMask_basic.phpt58 $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 D073_Imagick_forwardFourierTransformImage_basic.phpt56 $output = clone $imagickPhase;
57 $output->setimageformat('png');
58 $bytes = $output->getImageBlob();
H A D086_Imagick_forwardFourierTransformImage_basic.phpt53 $output = clone $imagickPhase;
54 $output->setimageformat('png');
55 $bytes = $output->getImageBlob();
H A D240_Tutorial_imagickCompositeGen_basic.phpt137 $output = mergeImages(
144 //$output = generateBlendImage(200, 200, 5, 0.5);
145 $output->setImageFormat('png');
147 $bytes = $output->getImageBlob();
H A D254_getConfigureOptions.phpt36 //Example output on Debian
119 // Examples of output on nixos
/imagick/
H A DREADME.md52 … 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 DChangeLog996 - 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