Home
last modified time | relevance | path

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

/imagick/docker/
H A DinstallImageMagick.sh18 ./configure --with-quantum-depth=16 \
/imagick/tests/
H A D132_Imagick_setOption_case3.phpt14 $imagick->setOption('png:bit-depth', '16');
H A D254_getConfigureOptions.phpt46 // string(155) "./configure '--with-quantum-depth=16' '--with-magick-plus-plus=no' '--without-per…
62 // string(217) " --disable-deprecated --with-quantum-depth=16 --with-jemalloc=no --with-umem=no…
/imagick/docker/repro/
H A DREADME.md13 ./configure --with-quantum-depth=16 \
/imagick/
H A Dshim_im6_to_im7.c425 size_t depth; in MagickGetImageChannelDepth() local
432 depth = MagickGetImageDepth(wand); in MagickGetImageChannelDepth()
438 return depth; in MagickGetImageChannelDepth()
461 const size_t depth) { in MagickSetImageChannelDepth() argument
469 status = MagickSetImageDepth(wand, depth); in MagickSetImageChannelDepth()
H A Dshim_im6_to_im7.h79 const size_t depth);
H A Dimagick_class.c5467 im_long channel_type, depth; local
6852 add_assoc_long(&tmp, "depth", statistics[i].depth);
6864 add_assoc_long(tmp, "depth", statistics[i].depth);
7018 long depth; local
7028 depth = MagickGetImageDepth(intern->magick_wand);
7029 RETVAL_LONG(depth);
9532 im_long depth; local
9544 status = MagickSetImageDepth(intern->magick_wand, depth);
11672 size_t depth; local
11678 quantum_depth = MagickGetQuantumDepth(&depth);
[all …]
H A DImagick.stub.php654 public function setImageDepth(int $depth): bool {} argument
1066 public function setImageChannelDepth(int $channel, int $depth): bool {} argument
H A DImagick_arginfo.h2861 ZEND_ARG_TYPE_INFO(0, depth, IS_LONG, 0)
2863 ZEND_ARG_INFO(0, depth)
4330 ZEND_ARG_TYPE_INFO(0, depth, IS_LONG, 0)
4332 ZEND_ARG_INFO(0, depth)

Completed in 75 milliseconds