Changing default Image Compression
-
Hi. I have been testing out tweaking the default image compression with the filter below. As I understand it, the 100 value should turn off compression.
I found when I “scale” images down in the WordPress Image Editor the file size got much bigger than the original image file size. I thought it might stay the same, or get a little smaller, but not so much bigger.
90 seems to work better, but I am just wondering why setting it to 100 would actually make the file size get bigger? Thanks.
add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing default Image Compression’ is closed to new replies.