I compress an image to JPEG format using a quality factor. I again use the newly compressed image and again compress it using same quality factor.
Every time result is different.
Is there any threshold where compression will stop? Or will it continue to compress previously compressed image? (Keeping same quality factor throughout)