Title: wp_get_image_editor
Last modified: February 11, 2021

---

# wp_get_image_editor

 *  Resolved [matshop](https://wordpress.org/support/users/matshop/)
 * (@matshop)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wp_get_image_editor/)
 * I want to resize image file with:
 * $original = $path . ‘/2020/06/0000082991492x-3.jpg’;
    $editor = wp_get_image_editor(
   $original, array()); $result = $editor->resize(1000, 1000, false);
 * but returns error becouse original image has 800×800 pixel, and as i can se resize
   works only for mage image smaller. is there any way to make image bigger?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Riaan K.](https://wordpress.org/support/users/riaanknoetze/)
 * (@riaanknoetze)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wp_get_image_editor/#post-14036041)
 * Hi there,
 * This is a fairly complex development topic. I’m going to leave it open for a 
   bit to see if anyone is able to chime in to help you out.
 * I can also recommend [the WooCommerce Developer Resources Portal](https://developer.woocommerce.com/)
   for resources on developing for WooCommerce.
 * You can also visit the [WooCommerce Facebook group](https://www.facebook.com/groups/advanced.woocommerce/)
   or the `#developers` channel of the [WooCommerce Community Slack](https://woocommerce.com/community-slack/).
   We’re lucky to have a great community of open-source developers for WooCommerce,
   and many of our developers hang out there, as well.
 *  Plugin Support [Gabriel – a11n](https://wordpress.org/support/users/gabrielfuentes/)
 * (@gabrielfuentes)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wp_get_image_editor/#post-14076918)
 * We’ve not seen any activity on this thread for a while, so I’m marking this thread
   as resolved.
 * Hopefully, you were able to find a solution to your problem! If you have further
   questions, please feel free to open a new topic.
 * Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wp_get_image_editor’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [wp_get_image_editor](https://wordpress.org/support/topic-tag/wp_get_image_editor/)

 * 2 replies
 * 3 participants
 * Last reply from: [Gabriel – a11n](https://wordpress.org/support/users/gabrielfuentes/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/wp_get_image_editor/#post-14076918)
 * Status: resolved