Title: Resizing Images
Last modified: January 22, 2021

---

# Resizing Images

 *  [negapo](https://wordpress.org/support/users/negapo/)
 * (@negapo)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/resizing-images-34/)
 * Hi,
    Wordpress has a serious problem resizing/compressing images that i cannot
   fix in any way. Using the latest current WP (5.6) start with a large (4096 x 
   4096 pixels) all white RGB(255,255,255) image, example [here](https://ibb.co/0tvrjWN).
   In the “Media Settings” set the images sizes to something like this:
 * Large Size: 1920 x 1920
    Medium Size: 510 x 510 Thumbnail Size: 247 x 247
 * Now upload the image to the media folder and check the thumbnail size (247 x 
   247) image that was created, it will have horizontal stripes of RGB(254,254,254).
   This is a really big problem when using WooCommerce product images with white
   background because it will be very noticeable.
 * I cannot reproduce this in any software, tried some major image editing tools
   free and paid and tried a lot of online compressing/resizing tools. With this
   tools i tried lots of different variations of Resizing then Compressing, or Compressing
   then Resizing, or Resizing without compression but i end up with an all white
   image at the end.
 * I also tried to disable WP compressing but as far that i could tell it isn’t 
   possible, only way is to up the compression quality to 100 but that still processes
   the image.
 * add_filter(‘jpeg_quality’, function($arg){return 100;});
    add_filter(‘wp_editor_set_quality’,
   function($arg){return 100;});
 * My question is, is this fixable? Or at least can we workaround this be disabling
   compression or uploading ourselves the different image sizes with the correct
   naming?
 * Thanks

Viewing 1 replies (of 1 total)

 *  [Joy](https://wordpress.org/support/users/joyously/)
 * (@joyously)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/resizing-images-34/#post-13944218)
 * You can look at [https://core.trac.wordpress.org/](https://core.trac.wordpress.org/)
   and see if that has been reported. Otherwise, you can open a new ticket for it.

Viewing 1 replies (of 1 total)

The topic ‘Resizing Images’ is closed to new replies.

## Tags

 * [compressing](https://wordpress.org/support/topic-tag/compressing/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [resizing](https://wordpress.org/support/topic-tag/resizing/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Joy](https://wordpress.org/support/users/joyously/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/resizing-images-34/#post-13944218)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
