Based on this thread: indexhibit.org/forum/thread/15287/ I was curious if there is any way to entirely remove image compression on upload? i am sizing and compressing the images outside of indexhibit and would like them not to get processed at all on upload. i noticed that changing the value from '90' to '100' actually makes for an image with a larger filesize than i started with, I do not know what setting to use to not to anything to the image at all. can i simply remove this:
// image quality
$default['img_quality'] = 90;
$default['systhumb'] = 150;
from the options.php file?
thanks!