How can I upload a jpeg without reducing resolution?
You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “How can I upload a jpeg without reducing resolution?”.
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.