I set my jpg image quality at 75% in the initial configuration process, and want to boost it back up again, only I can't figure out how to get back there. Is there a way to do it without getting back into the initial configuration process? And if there isn't, do I just follow the read-me instructions all over again to do it?
Posts: 49
Look in your gallery directory for a file calles 'config.php'
Check line # 57
$gallery->app->jpegImageQuality = "95";
Posts: 11
Thank you very much!