Changeset 48574 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 07/23/2020 12:50:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r48121 r48574 510 510 * @since 3.5.0 511 511 * 512 * @param int $src_x The start x position to crop from.513 * @param int $src_y The start y position to crop from.514 * @param int $src_w The width to crop.515 * @param int $src_h The height to crop.516 * @param int $dst_w Optional. The destination width.517 * @param int $dst_h Optional. The destination height.512 * @param int $src_x The start x position to crop from. 513 * @param int $src_y The start y position to crop from. 514 * @param int $src_w The width to crop. 515 * @param int $src_h The height to crop. 516 * @param int $dst_w Optional. The destination width. 517 * @param int $dst_h Optional. The destination height. 518 518 * @param bool $src_abs Optional. If the source crop points are absolute. 519 519 * @return bool|WP_Error
Note: See TracChangeset
for help on using the changeset viewer.