Does 100% mean, there is no compression?
-
Just to be certain, does a 100% setting have the same effect as adding
add_filter('jpeg_quality', function($arg){return 100;}); add_filter( 'wp_editor_set_quality', function($arg){return 100;} );
to the Theme’s function.php? Or is there a difference?
Is the file re-saved or passed on the way it is? I’m asking because even at a maximum quality setting, a JPEG will degrade with each saving.
Thank you!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Does 100% mean, there is no compression?’ is closed to new replies.