I have a table in mysql database consisting of jpeg blob
i want to pull that blob and displayed it into a browser, how ever the blob size is to big making loading time very long
can PHP compress those blob before sending it to the browser and display it as base64_encode jpeg? if it can how ? please help me