Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/wp-includes/class-wp-image-editor-imagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,8 @@ public function save( $destfilename = null, $mime_type = null ) {
* Removes PDF alpha after it's been read.
*
* @since 6.4.0
*
* @return void|WP_Error WP_Error object if the alpha channel could not be removed.
*/
protected function remove_pdf_alpha_channel() {
$version = Imagick::getVersion();
Expand Down
Loading