How can I upload a jpeg without reducing resolution?
I want to upload a jpeg to my website. I created a ppt file and saved it as a jpeg. When I upload it to my website it reduces the file size so much the writing on the image is blurry. Can anyone help me with this?
Tagged with: google • ppt file • script type • text javascript
Filed under: Cameras
Like this post? Subscribe to my RSS feed and get loads more!
The PPT may not have been saved without losses. That is what a JPEG format does to images unless you can control the quality before saving. Plus, it doesn’t hurt to use a DPI in the 90′s when making an image. If it is too small on your website, there’s a possibility you do not have the correct width/height set in the image tag:
<p><img style="width: XXpx; height: YYpx; border: 0;" src="Path to image" alt="Text Description"></p>
Just uploading does not make any changes to the file except when you use certain image hosting sites.
Ron
that’s just how the internet is. it changes ALL files to 72ppi. the only way to get around it is to redo the whole thing with larger text.