Slashdot Mirror


KDE 3.0 Screenshots

Lawrence Teo writes: "The screenshots of the upcoming KDE 3.x are out! More treats for you screenshot-loving people and I-need-my-desktop-to-look-perfect types. :-)" Frankly, they look a lot like ... previous KDE desktops :) That by itself says a lot about how mature KDE has become.

1 of 359 comments (clear)

  1. Bad screenshots for showing anti-aliasing by jmv · · Score: 3, Offtopic

    Actually, I understand that one of the most important difference between KDE 2 and KDE 3 is anti-aliasing. Unfortunatly, they only have JPEG screenshots, so it's almost impossible to notice the anti-aliasing because of how JPEG works. JPEG encodes pictures in the frequency (DCT) domain, so it has a normal tendency to slightly blur (low-pass) the image (which is OK in most circumstances), which makes is also roughly what the anti-aliasing does.

    However, PNG (or GIF, but if you don't mind the patent issues) would have been a good alternative, as it doesn't have that low-pass effect since it just works by quantizing values (colormap) before a lossless compression (which is the patented part in GIF). Anyone have GIF or PNG screenshots?