On 1/26/2017 4:51 PM, Ray_Net wrote:
> I have a big image 1852 pixels x 1852 pixels
> 
> When I use in html <img alt="xxxx" src="logo.jpg" height="79" width="79" 
> border="0"/>
> 
> The rendering by SM is superb
> 
> BUT using this have a side effect that when the end-user have this 
> picture on the web-page ... He downloaded the original picture 1852x1852 
> which is 2.042 KB
> 
> 
> To avoid this, I use Irfanview to shrink the picture to a 79 pixels x 79 
> pixels so the end-user download this modified picture which is 14 KB
> 
> And the rendering of this picture <img alt="xxxx" src="logo-small.jpg" 
> height="79" width="79" border="0"/> by SM is poor.
> 
> 
> Is it possible that SM download the logo.jpg picture - then applied the 
> reduction to 79x79 - then save this new file somewhere - before showing 
> it in the final page ?
> 
> Can I retrieve this picture.file ? Or have you another bright idea ?
> 

I tried to recreate your problem.  However, a very sharp JPEG file that
is 1852x1852 px is only 750 KB on my PC.

Since your image is square, try resizing it to 600x600 px.  That would
be a file slightly smaller than 1/9 of the original.  Viewed at 79x79
px, it should still be sharp and significantly smaller.

If it is not sharp enough after resizing, some image-editing
applications allow you to increase the pixel density.  Do that BEFORE
resizing.  Just be careful not to undo the benefit of resizing.

-- 
David E. Ross
<http://www.rossde.com/>

When the President of the United States makes a statement of
national importance, I want to see his face as he is talking.
At the least, I want to hear his voice.

Donald:  Stop tweeting.  Otherwise, how do we know the message
really comes from you?
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to