wppaste
WordPress

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
Efficiently resize the current image

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

Touches nothing outside its own arguments.

Scaling
Constant

No loop in the body: the same number of instructions runs whatever you pass in.

Instructions
59–225

Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 281.

Plugin surface
2 hooks

Third-party callbacks on 'image_strip_meta', 'image_max_bit_depth' run inside this call, and their cost is not bounded by anything here.

Called by
2

2 places in core call this, so the cost is paid more often than your own code shows.

What it touches

  • hookthird-party callbacksapply_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.

WhenInstructionsCalls it makes
!$filter_name && !defined() && !apply_filters()59–85defined(), apply_filters(), ->scaleImage()
!$filter_name && !defined() && !apply_filters()68–82defined(), apply_filters(), ->setOption(), ->resizeImage()
!$filter_name && !defined() && !apply_filters()70–89defined(), apply_filters(), ->scaleImage(), defined()
!$filter_name && !defined() && !apply_filters()71–97defined(), apply_filters(), ->scaleImage(), ->setOption()
!$filter_name && !apply_filters()74–93defined(), apply_filters(), ->scaleImage(), defined(), defined()
!$filter_name && !defined() && !apply_filters()78–103defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption()
!$filter_name && !defined() && !apply_filters()79–86defined(), apply_filters(), ->setOption(), ->resizeImage(), defined()
!$filter_name && !defined() && !apply_filters()80–94defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption()
!$filter_name && !apply_filters()80–99defined(), apply_filters(), ->scaleImage(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !defined() && !apply_filters()81–107defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption()
!$filter_name && !defined() && !apply_filters()82–101defined(), apply_filters(), ->scaleImage(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters()82–101defined(), apply_filters(), ->scaleImage(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
648 further outcomes, up to 223 instructions
!$filter_name && !apply_filters()83–90defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined()
!$filter_name && !apply_filters()85–104defined(), apply_filters(), ->scaleImage(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters()86–105defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters()87–101defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth87–115defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth()
!$filter_name && !defined() && !apply_filters()89–107defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined()
!$filter_name && !apply_filters()89–96defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !defined() && !apply_filters()90–104defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption()
!$filter_name && !defined() && !apply_filters()91–98defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters()91–98defined(), apply_filters(), ->setOption(), ->resizeImage(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()92–111defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined()
!$filter_name && !apply_filters()92–111defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !defined() && !apply_filters()93–119defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption()
!$filter_name && !apply_filters()93–111defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters()93–105defined(), apply_filters(), ->scaleImage(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()94–113defined(), apply_filters(), ->scaleImage(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()94–101defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters()95–102defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined()
!$filter_name && !apply_filters()96–115defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth96–112defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth()
!$filter_name && !apply_filters()97–116defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters()97–109defined(), apply_filters(), ->scaleImage(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()98–105defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth98–119defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth99–127defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth()
!$filter_name && !apply_filters()99–117defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !defined() && !apply_filters()100–125defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption()
!$filter_name && !defined() && !apply_filters()101–108defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined()
!$filter_name && !apply_filters()101–108defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !defined() && !apply_filters()101–119defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()102–116defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption()
!$filter_name && !apply_filters()102–109defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined()
!$filter_name && !apply_filters()102–121defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && !$indexed_pixel_depth102–123defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined()
!$filter_name && !defined() && !apply_filters()102defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()103–110defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()103–115defined(), apply_filters(), ->scaleImage(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()104–123defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined()
!$filter_name && !apply_filters()104–122defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !defined() && !apply_filters()104–123defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()105–117defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()105–112defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth106–133defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth()
!$filter_name && !apply_filters()106–113defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters()106defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth107–116defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined()
!$filter_name && !apply_filters()107–126defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters()108–127defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth108–124defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth()
!$filter_name && !apply_filters()108–115defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && !$indexed_pixel_depth108–129defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters()108–120defined(), apply_filters(), ->scaleImage(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()109–123defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption()
!$filter_name && !apply_filters()109–121defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth110–131defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined()
!$filter_name && !defined() && !apply_filters()110–117defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth110–131defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()111–129defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined()
!$filter_name && !apply_filters()111–118defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && !$indexed_pixel_depth111–120defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined()
!$filter_name && !defined() && !apply_filters()112–123defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()112defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()113–120defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined()
!$filter_name && !apply_filters()113–120defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && !$indexed_pixel_depth113–134defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !defined() && !apply_filters()113–120defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()114–133defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && !$indexed_pixel_depth114–135defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined()
!$filter_name && !defined() && !apply_filters()114defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()115–133defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth115–131defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth()
!$filter_name && !defined() && !apply_filters()115–127defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()115–127defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()116–135defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()116–127defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()116–123defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth117–137defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined()
!$filter_name && !apply_filters()117–124defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined()
!$filter_name && !apply_filters() && !$indexed_pixel_depth117–126defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters()117defined(), apply_filters(), ->setOption(), ->resizeImage(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()118defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth119–128defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined()
!$filter_name && !apply_filters()119–138defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters()119–131defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth119–128defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters()120–127defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined()
!$filter_name && !apply_filters() && !$indexed_pixel_depth120–141defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters()120–132defined(), apply_filters(), ->scaleImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()121–139defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && !$indexed_pixel_depth121–141defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined()
!$filter_name && !defined() && !apply_filters()121defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth121–135defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth122–143defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()122–133defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth122–131defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters()123–130defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && !$indexed_pixel_depth123–132defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined()
!$filter_name && !defined() && !apply_filters()123–141defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()124–131defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters()124defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()124defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth125–146defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !defined() && !apply_filters()125–132defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()125defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()125–137defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth125–139defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth126–135defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined()
!$filter_name && !apply_filters()126–144defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !defined() && !apply_filters()127–139defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth127–147defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters()127–138defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()128–135defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters()128defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth129–138defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth129–149defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()129defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth130–156defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !apply_filters()130–137defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && !$indexed_pixel_depth130–139defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth130–132defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()130–142defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()131–143defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth131–140defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()131defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth131–145defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth132–152defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !defined() && !apply_filters()132–139defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth133–147defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth134–161defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters()134–145defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth134–143defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters()134defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth134–136defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth135–161defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters()135–142defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth136–162defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters()136defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth136–145defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters()136defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth136–150defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()137–149defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth137–151defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()138–149defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth138–147defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth139–153defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth139–166defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters()139defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth140–167defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth140–153defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()140defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth140–142defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth141–160defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth141–167defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && !$indexed_pixel_depth141–150defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth142–168defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth142–144defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()142–154defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth143–158defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters()143defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth143–157defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth144–158defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters()144–155defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth144–157defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && $indexed_pixel_depth145–164defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth145–165defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth145–159defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth145–172defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && !$indexed_pixel_depth145–147defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth146–165defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth146–173defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !apply_filters()146defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth146–148defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth147–166defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth147–173defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters()147defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth148–174defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth148–163defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && !$indexed_pixel_depth148–162defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth149–174defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !apply_filters() && $indexed_pixel_depth149–169defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth149–164defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters() && !$indexed_pixel_depth149–151defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()149–160defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth150–157defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth150–169defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth150–170defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth150–164defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && !$indexed_pixel_depth150–163defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth151–165defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !apply_filters() && $indexed_pixel_depth151–170defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth151–170defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth151–171defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth151–178defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters()151defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth152–171defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth152–178defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !apply_filters() && !$indexed_pixel_depth152–154defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth153–172defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth153–179defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth153–179defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth153–172defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()153defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth153–155defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), defined(), defined(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth154–179defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && $indexed_pixel_depth154–161defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth154–162defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth154–174defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth154–169defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth155–180defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth155–162defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth155–170defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !apply_filters() && $indexed_pixel_depth155–175defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth155–175defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !apply_filters() && !$indexed_pixel_depth155–168defined(), 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_depth156–163defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth156–170defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && $indexed_pixel_depth156–175defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth156–175defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth156–175defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth156–176defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth157–176defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth157–177defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth157–171defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !apply_filters() && $indexed_pixel_depth157–176defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth157–183defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth157–177defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth157–159defined(), 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_depth158–177defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth158–172defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth158–184defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && $indexed_pixel_depth158–166defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth158–177defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters()158defined(), 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_depth159–178defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth159–185defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !apply_filters() && $indexed_pixel_depth159–166defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth159–167defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth159–178defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && !$indexed_pixel_depth159–161defined(), 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_depth160–178defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth160–185defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && $indexed_pixel_depth160–167defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth160–167defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth160–168defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth160–175defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && $indexed_pixel_depth160–180defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth160–180defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth160–180defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth161–181defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth161–168defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth161–176defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !apply_filters() && $indexed_pixel_depth161–180defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth161–181defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth162–169defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth162–181defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth162–182defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth162–176defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth162–177defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !apply_filters() && $indexed_pixel_depth162–181defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth162–181defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth162–169defined(), 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_depth162–182defined(), 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_depth163–182defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth163–182defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth163–182defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth163–177defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && $indexed_pixel_depth163–171defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth163–183defined(), 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_depth164–183defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth164–182defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth164–183defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth164–178defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth164–176defined(), 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_depth164–190defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && $indexed_pixel_depth164–172defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth164–172defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth164–183defined(), 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_depth164–166defined(), 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_depth165–183defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth165–184defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->getImageDepth(), ->getImageDepth(), apply_filters(), ->setImageDepth()
!$filter_name && !apply_filters() && $indexed_pixel_depth165–172defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth165–172defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth165–172defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth165–173defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth165–185defined(), 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_depth166–184defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth166–173defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth166–174defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth166–186defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth166–173defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth166–181defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && $indexed_pixel_depth166–186defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth166–186defined(), 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_depth166–174defined(), 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_depth167–174defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth167–187defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth167–186defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth167–182defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && $indexed_pixel_depth167–186defined(), 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_depth167–174defined(), 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_depth168–175defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth168–187defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth168–187defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth168–187defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth168–187defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth168–187defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth168–183defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace()
!$filter_name && !apply_filters() && $indexed_pixel_depth168–180defined(), 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_depth168–181defined(), 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_depth168–175defined(), 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_depth168–188defined(), 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_depth169–176defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth169–188defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth169–187defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth169–188defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth169–183defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth169–181defined(), 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_depth169–189defined(), 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_depth169–177defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth169–177defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth169–177defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth170–188defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth170–188defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth170–189defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth170–178defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth170–182defined(), 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_depth170–189defined(), 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_depth170–177defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth170–178defined(), 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_depth171–189defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth171–178defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth171–179defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth171–190defined(), 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_depth171–178defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth171–178defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth171–191defined(), 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_depth171–179defined(), 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_depth172–179defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth172–179defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth172–180defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth172–192defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth172–192defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth172–191defined(), 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_depth172–190defined(), 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_depth172–185defined(), 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_depth172–180defined(), 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_depth173–180defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth173–180defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !defined() && !apply_filters() && $indexed_pixel_depth173–181defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth173–192defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth173–192defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth173–192defined(), 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_depth173defined(), 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_depth173–188defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption()
!$filter_name && !apply_filters() && $indexed_pixel_depth173–185defined(), 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_depth173–186defined(), 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_depth173–180defined(), 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_depth174–181defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth174–193defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth174–193defined(), apply_filters(), ->scaleImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth174–193defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth174–193defined(), 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_depth174–181defined(), 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_depth174–186defined(), 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_depth174–186defined(), 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_depth174–187defined(), 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_depth174–194defined(), 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_depth174–182defined(), 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_depth175–182defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth175–193defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth175–193defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth175–193defined(), 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_depth175–194defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth175–183defined(), 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_depth175–187defined(), 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_depth175–194defined(), 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_depth175–183defined(), 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_depth175–183defined(), 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_depth176–188defined(), 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_depth176–194defined(), apply_filters(), ->scaleImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth176–184defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth176–184defined(), 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_depth176–195defined(), 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_depth176–195defined(), 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_depth176–183defined(), 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_depth177–184defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel(), ->setImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth177–184defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth177–184defined(), 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_depth177–185defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth177–185defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth177–197defined(), 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_depth177–195defined(), 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_depth177defined(), 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_depth177–178defined(), 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_depth177–190defined(), 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_depth177–185defined(), 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_depth178–185defined(), apply_filters(), ->setOption(), ->resizeImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth178–185defined(), 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_depth178–186defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth178–197defined(), 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_depth178–197defined(), 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_depth178–196defined(), 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_depth178defined(), 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_depth178–186defined(), 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_depth178–191defined(), 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_depth178–191defined(), 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_depth179–186defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined(), defined(), ->getImageAlphaChannel()
!$filter_name && !apply_filters() && $indexed_pixel_depth179–186defined(), 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_depth179–187defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->getImageAlphaChannel(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth179–198defined(), 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_depth179–198defined(), 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_depth179–198defined(), 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_depth179–198defined(), 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_depth179defined(), 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_depth179–186defined(), 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_depth179–191defined(), 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_depth179–191defined(), 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_depth179–191defined(), 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_depth179–192defined(), 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_depth180–187defined(), apply_filters(), ->setOption(), ->resizeImage(), ->unsharpMaskImage(), ->setOption(), ->setOption(), ->setOption(), ->setOption(), ->getImageDepth(), ->setOption(), pow(), ->getImageColors(), ->getColorspace(), ->quantizeImage(), ->getImageColorspace(), ->setOption(), defined()
!$filter_name && !apply_filters() && $indexed_pixel_depth180–192defined(), 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_depth180–193defined(), 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_depth180–198defined(), 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_depth180–199defined(), 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_depth180–187defined(), 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_depth180–192defined(), 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_depth180–199defined(), 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_depth180–188defined(), 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_depth181–193defined(), 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_depth181–199defined(), 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_depth181–199defined(), 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_depth181–189defined(), 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_depth181–189defined(), 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_depth181–189defined(), 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_depth181–188defined(), 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_depth181–200defined(), 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_depth181–182defined(), 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_depth182–194defined(), 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_depth182–189defined(), 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_depth182–190defined(), 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_depth182–190defined(), 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_depth182–201defined(), 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_depth182defined(), 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_depth182–183defined(), 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_depth183–194defined(), 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_depth183–190defined(), 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_depth183–190defined(), 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_depth183–191defined(), 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_depth183–191defined(), 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_depth183–202defined(), 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_depth183–201defined(), 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_depth183defined(), 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_depth183defined(), 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_depth183–184defined(), 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_depth183–191defined(), 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_depth183–196defined(), 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_depth183–196defined(), 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_depth183–196defined(), 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_depth184–191defined(), 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_depth184–191defined(), 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_depth184–191defined(), 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_depth184–192defined(), 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_depth184–197defined(), 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_depth184–203defined(), 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_depth184defined(), 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_depth184–192defined(), 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_depth184–196defined(), 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_depth184–197defined(), 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_depth185defined(), 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_depth185–192defined(), 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_depth185–197defined(), 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_depth185–198defined(), 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_depth185–204defined(), 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_depth185–204defined(), 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_depth185–192defined(), 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_depth185–193defined(), 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_depth185–197defined(), 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_depth185–197defined(), 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_depth186–198defined(), 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_depth186–198defined(), 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_depth186–198defined(), 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_depth186–204defined(), 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_depth186–194defined(), 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_depth186–193defined(), 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_depth186–187defined(), 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_depth187–199defined(), 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_depth187–198defined(), 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_depth187–199defined(), 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_depth187–195defined(), 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_depth187–195defined(), 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_depth187–194defined(), 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_depth187–206defined(), 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_depth187–188defined(), 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_depth187–188defined(), 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_depth188–199defined(), 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_depth188–195defined(), 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_depth188–196defined(), 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_depth188–196defined(), 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_depth188–196defined(), 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_depth188defined(), 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_depth188defined(), 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_depth188defined(), 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_depth188–189defined(), 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_depth188–201defined(), 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_depth189–200defined(), 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_depth189defined(), 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_depth189–190defined(), 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_depth189–196defined(), 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_depth189–197defined(), 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_depth189–202defined(), 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_depth189defined(), 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_depth189–197defined(), 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_depth189–202defined(), 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_depth189–202defined(), 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_depth190defined(), 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_depth190–197defined(), 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_depth190–197defined(), 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_depth190–203defined(), 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_depth190–202defined(), 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_depth190–209defined(), 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_depth190–198defined(), 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_depth190–202defined(), 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_depth191defined(), 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_depth191–203defined(), 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_depth191–203defined(), 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_depth191–203defined(), 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_depth191–203defined(), 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_depth191–203defined(), 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_depth191–199defined(), 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_depth192defined(), 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_depth192–204defined(), 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_depth192–203defined(), 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_depth192–204defined(), 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_depth192–200defined(), 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_depth192–199defined(), 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_depth192–193defined(), 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_depth192–193defined(), 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_depth192–193defined(), 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_depth193–204defined(), 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_depth193–204defined(), 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_depth193–205defined(), 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_depth193–194defined(), 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_depth193–201defined(), 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_depth193defined(), 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_depth193–194defined(), 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_depth194–205defined(), 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_depth194defined(), 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_depth194–195defined(), 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_depth194–202defined(), 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_depth194–202defined(), 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_depth194defined(), 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_depth194defined(), 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_depth194–207defined(), 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_depth195defined(), 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_depth195defined(), 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_depth195–196defined(), 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_depth195–202defined(), 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_depth195–208defined(), 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_depth195–208defined(), 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_depth195–207defined(), 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_depth196defined(), 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_depth196defined(), 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_depth196–197defined(), 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_depth196–208defined(), 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_depth196–208defined(), 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_depth196–208defined(), 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_depth196–204defined(), 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_depth197defined(), 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_depth197–209defined(), 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_depth197–209defined(), 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_depth197–209defined(), 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_depth197–209defined(), 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_depth197–198defined(), 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_depth198defined(), 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_depth198–209defined(), 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_depth198–209defined(), 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_depth198–209defined(), 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_depth198–210defined(), 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_depth198–199defined(), 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_depth198–199defined(), 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_depth198–199defined(), 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_depth199–210defined(), 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_depth199–200defined(), 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_depth199–200defined(), 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_depth199–207defined(), 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_depth199defined(), 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_depth200defined(), 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_depth200defined(), 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_depth200defined(), 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_depth200–201defined(), 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_depth200–201defined(), 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_depth200–213defined(), 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_depth201defined(), 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_depth201defined(), 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_depth201–202defined(), 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_depth201–213defined(), 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_depth201–213defined(), 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_depth202defined(), 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_depth202defined(), 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_depth202–203defined(), 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_depth202–214defined(), 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_depth202–214defined(), 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_depth202–214defined(), 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_depth202–214defined(), 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_depth203defined(), 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_depth203–214defined(), 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_depth203–215defined(), 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_depth203–204defined(), 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_depth204–215defined(), 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_depth204–215defined(), 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_depth204–205defined(), 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_depth204–205defined(), 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_depth204–205defined(), 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_depth205defined(), 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_depth205–206defined(), 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_depth205–206defined(), 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_depth206defined(), 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_depth206defined(), 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_depth206–207defined(), 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_depth206–207defined(), 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_depth206–218defined(), 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_depth207defined(), 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_depth207defined(), 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_depth207defined(), 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_depth207–208defined(), 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_depth207–219defined(), 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_depth208defined(), 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_depth208–220defined(), 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_depth208–220defined(), 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_depth209–220defined(), 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_depth209–210defined(), 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_depth210–211defined(), 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_depth210–211defined(), 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_depth211defined(), 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_depth211–212defined(), 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_depth211–212defined(), 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_depth211–212defined(), 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_depth212defined(), 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_depth212–213defined(), 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_depth213defined(), 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_depth213defined(), 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_depth213–225defined(), 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_depth215–216defined(), 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_depth216–217defined(), 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_depth217–218defined(), 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_depth217–218defined(), 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_depth218defined(), 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_depth222–223defined(), 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

PHPCompiledExecutedBranchesNotes
8.6-dev28159–22527
8.528159–22527
8.428159–225276 fewer instructions than PHP 8.3
8.328762–23127
8.228762–23127
8.128762–231271 fewer instruction than PHP 7.4
7.428862–23127

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:

  1. apply_filters( image_strip_meta )filterline 642 (+39 into the body)

    Filters whether to strip metadata from images when they're resized.

  2. apply_filters( image_max_bit_depth )filterline 752 (+149 into the body)

    Filters the maximum bit depth of resized images.

Uses · 3

Used by · 2

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.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 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.