Changeset 41162 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 07/27/2017 12:40:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r41125 r41162 18 18 * Imagick object. 19 19 * 20 * @access protected21 20 * @var Imagick 22 21 */ … … 40 39 * 41 40 * @static 42 * @access public43 41 * 44 42 * @param array $args … … 99 97 * 100 98 * @static 101 * @access public102 99 * 103 100 * @param string $mime_type … … 127 124 * 128 125 * @since 3.5.0 129 * @access public130 126 * 131 127 * @return true|WP_Error True if loaded; WP_Error on failure. … … 182 178 * 183 179 * @since 3.5.0 184 * @access public185 180 * 186 181 * @param int $quality Compression Quality. Range: [1,100] … … 215 210 * 216 211 * @since 3.5.0 217 * @access protected218 212 * 219 213 * @param int $width … … 250 244 * 251 245 * @since 3.5.0 252 * @access public253 246 * 254 247 * @param int|null $max_w Image width. … … 286 279 * 287 280 * @since 4.5.0 288 * @access protected289 281 * 290 282 * @param int $dst_w The destination width. … … 418 410 * 419 411 * @since 3.5.0 420 * @access public421 412 * 422 413 * @param array $sizes { … … 489 480 * 490 481 * @since 3.5.0 491 * @access public492 482 * 493 483 * @param int $src_x The start x position to crop from. … … 536 526 * 537 527 * @since 3.5.0 538 * @access public539 528 * 540 529 * @param float $angle … … 571 560 * 572 561 * @since 3.5.0 573 * @access public574 562 * 575 563 * @param bool $horz Flip along Horizontal Axis … … 595 583 * 596 584 * @since 3.5.0 597 * @access public598 585 * 599 586 * @param string $destfilename … … 665 652 * 666 653 * @since 3.5.0 667 * @access public668 654 * 669 655 * @param string $mime_type … … 695 681 * 696 682 * @since 4.5.0 697 * @access protected698 683 * 699 684 * @return true|WP_Error True if stripping metadata was successful. WP_Error object on error. … … 748 733 * 749 734 * @since 4.7.0 750 * @access protected751 735 * 752 736 * @return string|WP_Error File to load or WP_Error on failure.
Note: See TracChangeset
for help on using the changeset viewer.