WP_Image_Editor_Imagick::thumbnail_image( int $dst_w, int $dst_h, string $filter_name = 'FILTER_TRIANGLE', bool $strip_meta = true ): void|WP_Error
- Since
- 4.5.0
- Source
wp-includes/class-wp-image-editor-imagick.php:603
Description
This is a WordPress specific implementation of Imagick::thumbnailImage(), which resizes an image to given dimensions and removes any associated profiles.
Compatibility
- WordPress
- since 4.5.0
- PHP
- 7.4–8.6-dev
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0), and compiles on PHP 7.4 through 8.6-dev.
Parameters
$dst_wint- The destination width.
$dst_hint- The destination height.
$filter_namestringoptional- The Imagick filter to use when resizing. Default 'FILTER_TRIANGLE'.Default:
'FILTER_TRIANGLE' $strip_metabooloptional- Strip all profiles, excluding color profiles, from the image. Default true.Default:
true
Return value
void|WP_Error
Performance profile
How much work a call to WP_Image_Editor_Imagick::thumbnail_image() does, and what it touches: the algorithmic scaling, the Zend instruction count per call across PHP versions, the hooks it hands control to, and the core code that calls it. Measured from the compiled opcodes, not a stopwatch, so every number is identical on any machine running the same PHP version, and every function in core is ranked by cost.
- Cost class
- Trivial
- Scaling
- Constant
- Instructions
- 59–225
- Plugin surface
- 2 hooks
- Called by
- 2
Touches nothing outside its own arguments.
No loop in the body: the same number of instructions runs whatever you pass in.
Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 281.
Third-party callbacks on 'image_strip_meta', 'image_max_bit_depth' run inside this call, and their cost is not bounded by anything here.
2 places in core call this, so the cost is paid more often than your own code shows.
What it touches
- hookthird-party callbacks
apply_filters()called directly
What one call costs · 660 distinct outcomes
One number would be a lie: the work depends on which branch runs. These are every distinct cost WP_Image_Editor_Imagick::thumbnail_image() can have, taken from its control-flow graph on PHP 8.5.
| When | Instructions | Calls it makes |
|---|---|---|
!$filter_name && !defined() && !apply_filters() | 59–85 | defined(), apply_filters(), ->scaleImage() |
!$filter_name && !defined() && !apply_filters() | 68–82 | defined(), apply_filters(), ->setOption(), ->resizeImage() |
!$filter_name && !defined() && !apply_filters() | 70–89 | defined(), apply_filters(), ->scaleImage(), defined() |
!$filter_name && !defined() && !apply_filters() | 71–97 | defined(), apply_filters(), ->scaleImage(), ->setOption() |
!$filter_name && !apply_filters() | 74–93 | defined(), apply_filters(), ->scaleImage(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() | 78–103 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption() |
!$filter_name && !defined() && !apply_filters() | 79–86 | defined(), apply_filters(), ->setOption(), ->resizeImage(), defined() |
!$filter_name && !defined() && !apply_filters() | 80–94 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption() |
!$filter_name && !apply_filters() | 80–99 | defined(), apply_filters(), ->scaleImage(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() | 81–107 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption() |
!$filter_name && !defined() && !apply_filters() | 82–101 | defined(), apply_filters(), ->scaleImage(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() | 82–101 | defined(), apply_filters(), ->scaleImage(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
648 further outcomes, up to 223 instructions
!$filter_name && !apply_filters() | 83–90 | defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined() |
!$filter_name && !apply_filters() | 85–104 | defined(), apply_filters(), ->scaleImage(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() | 86–105 | defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() | 87–101 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 87–115 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth() |
!$filter_name && !defined() && !apply_filters() | 89–107 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined() |
!$filter_name && !apply_filters() | 89–96 | defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() | 90–104 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption() |
!$filter_name && !defined() && !apply_filters() | 91–98 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() | 91–98 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 92–111 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined() |
!$filter_name && !apply_filters() | 92–111 | defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() | 93–119 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption() |
!$filter_name && !apply_filters() | 93–111 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() | 93–105 | defined(), apply_filters(), ->scaleImage(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 94–113 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 94–101 | defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() | 95–102 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined() |
!$filter_name && !apply_filters() | 96–115 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 96–112 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth() |
!$filter_name && !apply_filters() | 97–116 | defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() | 97–109 | defined(), apply_filters(), ->scaleImage(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 98–105 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 98–119 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 99–127 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth() |
!$filter_name && !apply_filters() | 99–117 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() | 100–125 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption() |
!$filter_name && !defined() && !apply_filters() | 101–108 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined() |
!$filter_name && !apply_filters() | 101–108 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() | 101–119 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 102–116 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption() |
!$filter_name && !apply_filters() | 102–109 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined() |
!$filter_name && !apply_filters() | 102–121 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 102–123 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() | 102 | defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 103–110 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 103–115 | defined(), apply_filters(), ->scaleImage(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 104–123 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined() |
!$filter_name && !apply_filters() | 104–122 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() | 104–123 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 105–117 | defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 105–112 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 106–133 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth() |
!$filter_name && !apply_filters() | 106–113 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() | 106 | defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 107–116 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined() |
!$filter_name && !apply_filters() | 107–126 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() | 108–127 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 108–124 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth() |
!$filter_name && !apply_filters() | 108–115 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 108–129 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() | 108–120 | defined(), apply_filters(), ->scaleImage(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 109–123 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption() |
!$filter_name && !apply_filters() | 109–121 | defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 110–131 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined() |
!$filter_name && !defined() && !apply_filters() | 110–117 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 110–131 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 111–129 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined() |
!$filter_name && !apply_filters() | 111–118 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 111–120 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() | 112–123 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 112 | defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 113–120 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined() |
!$filter_name && !apply_filters() | 113–120 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 113–134 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() | 113–120 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 114–133 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 114–135 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() | 114 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 115–133 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 115–131 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth() |
!$filter_name && !defined() && !apply_filters() | 115–127 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 115–127 | defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 116–135 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 116–127 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 116–123 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 117–137 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined() |
!$filter_name && !apply_filters() | 117–124 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 117–126 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() | 117 | defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 118 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 119–128 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined() |
!$filter_name && !apply_filters() | 119–138 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() | 119–131 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 119–128 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() | 120–127 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 120–141 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() | 120–132 | defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 121–139 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 121–141 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() | 121 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 121–135 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 122–143 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 122–133 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 122–131 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() | 123–130 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 123–132 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() | 123–141 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 124–131 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() | 124 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 124 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 125–146 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() | 125–132 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 125 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 125–137 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 125–139 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 126–135 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined() |
!$filter_name && !apply_filters() | 126–144 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() | 127–139 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 127–147 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() | 127–138 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 128–135 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() | 128 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 129–138 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 129–149 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 129 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 130–156 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !apply_filters() | 130–137 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 130–139 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 130–132 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 130–142 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 131–143 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 131–140 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 131 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 131–145 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 132–152 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() | 132–139 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 133–147 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 134–161 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() | 134–145 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 134–143 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() | 134 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 134–136 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 135–161 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() | 135–142 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 136–162 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() | 136 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 136–145 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() | 136 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 136–150 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 137–149 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 137–151 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 138–149 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 138–147 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 139–153 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 139–166 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() | 139 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 140–167 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 140–153 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 140 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 140–142 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 141–160 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 141–167 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 141–150 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 142–168 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 142–144 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 142–154 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 143–158 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() | 143 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 143–157 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 144–158 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() | 144–155 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 144–157 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 145–164 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 145–165 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 145–159 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 145–172 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 145–147 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 146–165 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 146–173 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !apply_filters() | 146 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 146–148 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 147–166 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 147–173 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() | 147 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 148–174 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 148–163 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 148–162 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 149–174 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 149–169 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 149–164 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth | 149–151 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 149–160 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 150–157 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 150–169 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 150–170 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 150–164 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 150–163 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 151–165 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 151–170 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 151–170 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 151–171 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 151–178 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() | 151 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 152–171 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 152–178 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 152–154 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 153–172 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 153–179 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 153–179 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 153–172 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 153 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 153–155 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 154–179 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 154–161 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 154–162 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 154–174 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 154–169 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 155–180 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 155–162 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 155–170 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 155–175 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 155–175 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 155–168 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 156–163 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 156–170 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 156–175 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 156–175 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 156–175 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 156–176 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 157–176 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 157–177 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 157–171 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 157–176 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 157–183 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 157–177 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 157–159 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 158–177 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 158–172 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 158–184 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 158–166 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 158–177 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() | 158 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 159–178 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 159–185 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 159–166 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 159–167 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 159–178 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 159–161 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 160–178 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 160–185 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 160–167 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 160–167 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 160–168 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 160–175 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 160–180 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 160–180 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 160–180 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 161–181 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 161–168 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 161–176 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 161–180 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 161–181 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 162–169 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 162–181 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 162–182 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 162–176 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 162–177 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 162–181 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 162–181 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 162–169 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 162–182 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 163–182 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 163–182 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 163–182 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 163–177 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 163–171 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 163–183 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 164–183 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 164–182 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 164–183 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 164–178 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 164–176 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 164–190 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 164–172 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 164–172 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 164–183 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && !$indexed_pixel_depth | 164–166 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 165–183 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 165–184 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 165–172 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 165–172 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 165–172 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 165–173 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 165–185 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 166–184 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 166–173 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 166–174 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 166–186 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 166–173 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 166–181 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 166–186 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 166–186 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 166–174 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 167–174 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 167–187 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 167–186 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 167–182 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 167–186 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 167–174 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 168–175 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 168–187 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 168–187 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 168–187 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 168–187 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 168–187 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 168–183 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 168–180 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 168–181 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 168–175 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 168–188 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 169–176 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 169–188 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 169–187 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 169–188 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 169–183 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 169–181 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 169–189 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 169–177 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 169–177 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 169–177 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 170–188 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 170–188 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 170–189 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 170–178 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 170–182 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 170–189 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 170–177 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 170–178 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 171–189 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 171–178 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 171–179 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 171–190 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 171–178 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 171–178 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 171–191 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 171–179 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 172–179 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 172–179 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 172–180 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 172–192 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 172–192 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 172–191 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 172–190 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 172–185 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 172–180 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 173–180 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 173–180 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 173–181 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 173–192 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 173–192 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 173–192 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 173 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 173–188 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 173–185 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 173–186 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 173–180 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 174–181 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 174–193 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 174–193 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 174–193 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 174–193 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 174–181 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 174–186 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 174–186 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 174–187 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 174–194 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 174–182 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 175–182 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 175–193 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 175–193 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 175–193 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 175–194 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 175–183 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 175–187 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 175–194 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 175–183 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 175–183 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 176–188 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 176–194 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 176–184 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 176–184 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 176–195 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 176–195 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 176–183 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 177–184 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 177–184 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 177–184 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 177–185 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 177–185 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 177–197 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 177–195 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 177 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 177–178 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 177–190 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 177–185 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 178–185 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 178–185 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 178–186 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 178–197 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 178–197 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 178–196 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 178 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 178–186 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 178–191 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 178–191 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 179–186 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 179–186 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 179–187 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 179–198 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 179–198 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 179–198 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 179–198 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 179 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 179–186 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 179–191 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 179–191 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 179–191 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 179–192 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 180–187 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 180–192 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 180–193 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 180–198 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 180–199 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 180–187 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 180–192 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 180–199 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 180–188 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 181–193 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 181–199 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 181–199 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 181–189 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 181–189 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 181–189 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 181–188 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 181–200 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 181–182 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 182–194 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 182–189 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 182–190 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 182–190 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 182–201 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 182 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 182–183 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 183–194 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 183–190 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 183–190 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 183–191 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 183–191 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 183–202 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 183–201 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 183 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 183 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 183–184 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 183–191 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 183–196 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 183–196 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 183–196 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 184–191 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 184–191 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 184–191 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 184–192 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 184–197 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 184–203 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 184 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 184–192 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 184–196 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 184–197 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 185 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 185–192 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 185–197 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 185–198 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 185–204 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 185–204 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 185–192 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 185–193 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 185–197 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 185–197 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 186–198 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 186–198 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 186–198 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 186–204 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 186–194 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 186–193 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 186–187 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 187–199 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 187–198 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 187–199 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 187–195 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 187–195 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 187–194 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 187–206 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 187–188 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 187–188 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 188–199 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 188–195 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 188–196 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 188–196 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 188–196 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 188 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 188 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 188 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 188–189 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 188–201 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 189–200 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 189 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 189–190 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 189–196 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 189–197 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 189–202 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 189 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 189–197 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 189–202 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 189–202 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 190 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 190–197 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 190–197 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 190–203 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 190–202 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 190–209 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 190–198 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 190–202 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 191 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 191–203 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 191–203 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 191–203 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 191–203 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 191–203 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 191–199 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 192 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 192–204 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 192–203 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 192–204 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 192–200 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 192–199 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 192–193 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 192–193 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 192–193 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 193–204 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 193–204 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 193–205 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 193–194 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 193–201 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 193 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 193–194 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 194–205 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 194 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 194–195 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 194–202 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 194–202 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 194 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 194 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 194–207 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 195 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 195 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 195–196 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 195–202 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 195–208 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 195–208 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 195–207 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 196 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 196 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 196–197 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 196–208 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 196–208 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 196–208 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 196–204 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 197 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 197–209 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 197–209 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 197–209 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 197–209 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 197–198 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 198 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 198–209 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 198–209 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 198–209 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 198–210 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 198–199 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 198–199 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 198–199 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 199–210 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 199–200 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 199–200 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 199–207 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 199 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 200 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 200 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 200 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 200–201 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 200–201 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 200–213 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 201 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 201 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 201–202 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 201–213 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 201–213 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 202 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 202 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 202–203 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 202–214 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 202–214 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 202–214 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 202–214 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 203 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 203–214 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 203–215 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 203–204 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 204–215 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 204–215 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 204–205 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 204–205 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 204–205 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 205 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 205–206 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 205–206 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 206 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 206 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 206–207 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 206–207 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 206–218 | defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 207 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 207 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 207 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth | 207–208 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 207–219 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 208 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 208–220 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 208–220 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 209–220 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 209–210 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 210–211 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 210–211 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 211 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 211–212 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 211–212 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 211–212 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 212 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 212–213 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 213 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 213 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 213–225 | defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 215–216 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 216–217 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 217–218 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 217–218 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 218 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
!$filter_name && !apply_filters() && $indexed_pixel_depth | 222–223 | defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth() |
This body has more branch combinations than are worth enumerating, so the table covers the outcomes found first rather than every one that exists.
Across PHP versions
| PHP | Compiled | Executed | Branches | Notes |
|---|---|---|---|---|
| 8.6-dev | 281 | 59–225 | 27 | |
| 8.5 | 281 | 59–225 | 27 | |
| 8.4 | 281 | 59–225 | 27 | 6 fewer instructions than PHP 8.3 |
| 8.3 | 287 | 62–231 | 27 | |
| 8.2 | 287 | 62–231 | 27 | |
| 8.1 | 287 | 62–231 | 27 | 1 fewer instruction than PHP 7.4 |
| 7.4 | 288 | 62–231 | 27 |
An instruction is not a fixed amount of time, so a matching count is not necessarily the same speed; what it rules out is a difference in the work itself.
Hooks and filters fired · 2
2 hooks fire while WP_Image_Editor_Imagick::thumbnail_image() runs, in this order:
- apply_filters( image_strip_meta )filterline 642 (+39 into the body)
Filters whether to strip metadata from images when they're resized.
- apply_filters( image_max_bit_depth )filterline 752 (+149 into the body)
Filters the maximum bit depth of resized images.
Uses · 3
- apply_filters()Calls the callback functions that have been added to a filter hook.
- WP_Image_Editor_Imagick::strip_meta()Strips all image meta except color profiles from an image.
- WP_Error::__construct()Initializes the error.
Used by · 2
- WP_Image_Editor_Imagick::crop()Crops Image.
- WP_Image_Editor_Imagick::resize()Resizes current image.
Source code
protected function thumbnail_image( $dst_w, $dst_h, $filter_name = 'FILTER_TRIANGLE', $strip_meta = true ) { $allowed_filters = array( 'FILTER_POINT', 'FILTER_BOX', 'FILTER_TRIANGLE', 'FILTER_HERMITE', 'FILTER_HANNING', 'FILTER_HAMMING', 'FILTER_BLACKMAN', 'FILTER_GAUSSIAN', 'FILTER_QUADRATIC', 'FILTER_CUBIC', 'FILTER_CATROM', 'FILTER_MITCHELL', 'FILTER_LANCZOS', 'FILTER_BESSEL', 'FILTER_SINC', ); /** * Set the filter value if '$filter_name' name is in the allowed list and the related * Imagick constant is defined or fall back to the default filter. */ if ( in_array( $filter_name, $allowed_filters, true ) && defined( 'Imagick::' . $filter_name ) ) { $filter = constant( 'Imagick::' . $filter_name ); } else { $filter = defined( 'Imagick::FILTER_TRIANGLE' ) ? Imagick::FILTER_TRIANGLE : false; } /** * Filters whether to strip metadata from images when they're resized. * * This filter only applies when resizing using the Imagick editor since GD * always strips profiles by default. * * @since 4.5.0 * * @param bool $strip_meta Whether to strip image metadata during resizing. Default true. */ if ( apply_filters( 'image_strip_meta', $strip_meta ) ) { $this->strip_meta(); // Fail silently if not supported. } try { /* * To be more efficient, resample large images to 5x the destination size before resizing * whenever the output size is less that 1/3 of the original image size (1/3^2 ~= .111), * unless we would be resampling to a scale smaller than 128x128. */ if ( is_callable( array( $this->image, 'sampleImage' ) ) ) { $resize_ratio = ( $dst_w / $this->size['width'] ) * ( $dst_h / $this->size['height'] ); $sample_factor = 5; if ( $resize_ratio < .111 && ( $dst_w * $sample_factor > 128 && $dst_h * $sample_factor > 128 ) ) { $this->image->sampleImage( $dst_w * $sample_factor, $dst_h * $sample_factor ); } } /* * Use resizeImage() when it's available and a valid filter value is set. * Otherwise, fall back to the scaleImage() method for resizing, which * results in better image quality over resizeImage() with default filter * settings and retains backward compatibility with pre 4.5 functionality. */ if ( is_callable( array( $this->image, 'resizeImage' ) ) && $filter ) { $this->image->setOption( 'filter:support', '2.0' ); $this->image->resizeImage( $dst_w, $dst_h, $filter, 1 ); } else { $this->image->scaleImage( $dst_w, $dst_h ); } // Set appropriate quality settings after resizing. if ( 'image/jpeg' === $this->mime_type ) { if ( is_callable( array( $this->image, 'unsharpMaskImage' ) ) ) { $this->image->unsharpMaskImage( 0.25, 0.25, 8, 0.065 ); } $this->image->setOption( 'jpeg:fancy-upsampling', 'off' ); }Changelog
Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 6.8.8 tag, from
src/wp-includes/class-wp-image-editor-imagick.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.