Changeset 49926 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 01/03/2021 09:55:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r49546 r49926 292 292 * @param string $filter_name Optional. The Imagick filter to use when resizing. Default 'FILTER_TRIANGLE'. 293 293 * @param bool $strip_meta Optional. Strip all profiles, excluding color profiles, from the image. Default true. 294 * @return bool|WP_Error294 * @return void|WP_Error 295 295 */ 296 296 protected function thumbnail_image( $dst_w, $dst_h, $filter_name = 'FILTER_TRIANGLE', $strip_meta = true ) {
Note: See TracChangeset
for help on using the changeset viewer.