On 02/22/2012 12:37 PM, Beauregard T. Shagnasty wrote:
> Gelomida wrote:
>
>> Beauregard T. Shagnasty wrote:
>>> Beauregard T. Shagnasty replied to hisself:
>>>> Oh. For all my web sites' images, I always resize the images to the
>>>> exact size needed for the page, and always have. It is safest to do
>>>> this - using the height and width as well.
>>>
>>> BTW, I've opened your image (836x512) in GIMP, and resized it to the
>>> width of 148 you want on your page. It's pixelated right there in GIMP.
>>> No browser necessary!
>>
>> Which scaling algorithm did you use?
>
> Are you familiar with The GIMP? It's a photofile processing application
> very much like PhotoShop. All I did was load/open murray's original
> 836x512 JPG (the one he's using on his page) and go to the GIMP's menu
> Image > Scale Image.. and change the height to 148, the size he
> apparently wants on his page. Doing so auto-changed the width to 242.
> Once scaled, the image is "pixelated" even before saving the change.
Scaling down is a 'lossy' operation and differents algorithms can be
chosen by browsers.
TThere are more CPU intensive and less CPU intensive algorithms, so for
fast scaling one might choose algorithms that are less 'beautiful'.
When scaling with Gimp you have four options on the scaling algorithm
(at least with my verison, It is labeled quality, but is a scaling
algorithm)
you have none, linear, cubic, and sinc as choice.
Id suggest to play with the four options and compare the results
(ideally zooming in to better see the pixel)
Depending on the algorithm you should see a different result.
My point was, that you seeing the problem with Gimp means not a lot as
long as you don't tell us what scaling method you used.
On a first glance it seems that in the screen shot no interpolation
algorithm was used for firefox and that the others used linear or cubic
imterpolation.
>
> If you would care to see for yourself, here's a screenshot from GIMP:
> <
http://tekrider.net/usenet/cabinet-scr.jpg>
> Download it and look at what happens to it, with your own photo software
> rather than a browser.
>
For me your result looks better than the firefox result.
Make a screenshot of the originally reported comparison and zoom in a
little and compare with your zoomed version.