|
Posted by Onideus Mad Hatter on 11/04/01 11:20
On Fri, 01 Jul 2005 15:45:10 +0100, Mimic <dev@null.net> wrote:
>> Bitch, bitch, bitch...fine...
>>
>> *Hatter fires up his genius level uber l33t master ability.*
>>
>> http://www.backwater-productions.net/alt.2600/index.html
>>
>> Original Size - 432KB
>>
>> New Size - 278KB
>>
>> There, happy now? I cut it down by 154KB without losing any quality.
>> Think you can do any better? Nah, didn't think so, I've never seen
>> anyone who could match my skillz in teh graphic encoding
>> methodology...no one.
>A [theorectical] saving of about 22seconds. :D
>
>Happier yes ;D No I dont think I can do better, because my style of
>webdesign is, clearly, different from yours. Dont you think thats better
>now though? Its better, more compressed, faster download times, less
>bandwidth consumption :D
Yeah but at the expense of having to build more complex code that's
harder to deal with as far as layout and resizing. It's not like
there's just some magical image compressing software out there or
anything, most of the savings come from relying on teh code to
reconstruct the images. Like the sky for example, that's only a 1x166
image that's just being stretched across the screen. Of course I
could take it even further and have the PHP code actually create the
sky from pure code, but it would be at the expense of processing power
for a saving of only 388 bytes (that's the total size of the sky).
What you see on the screen looks like a solid background, with a
moving logo, clouds and two moveable tablets...when in actuality the
site is comprised of the following:
clouds.png - 6.75KB
columnb.png - 3.2KB
columnin.png - 20.4KB
columnout.png - 28.9KB
contentshadow.png - 1.67KB
grass.png - 46.8KB
logo.png - 6.8KB
logoshadow.png - 13.8KB
navshadow.png - 1.2KB
sky.png - 388 Bytes
skyb.png - 322 Bytes
tile.png - 75.7KB
content.jpg - 27KB
contenttop.jpg - 4.07KB
nav.jpg - 14.6KB
nav.jpg - 2.55KB
And then most of those are used more than once. Like the column
image, which is made up of two images, is reused a total of 5 times.
The broken column is actually a complete column with the skyb image
stretch over it to hide the top portion and then on top of that is the
broken piece.
>> Well as far as aesthetics I've pretty much just hammered it right out
>> the park.
>>
>> Speed...couldn't be any better than what I've got it given the graphic
>> content and it's uber conservative compared to most sites of it's
>> caliber:
>> Dial Up - 6KBps ~ 46 Seconds
>> Low Speed DSL - 25KBps ~ 11.5 Seconds
>> Low Speed Cable - 100KBps ~ 3 Seconds
>> High Speed Cable - 300KBps ~ 1 Second
>Did you say that before? *I* believe that *YOU* COULD compress it more.
>Whether you decide to or not is entirely upto you of course. :)
At this point the only way to get more savings would be to start
attacking the quality. I could greatly reduce the size, by close to
74KB simply by making the tile into a 4x4 section and then just having
it repeat over the given area, which wouldn't be too bad since the
tablets cover most of the tile, but then I've been playing around with
changing the graphics format to something like this:
http://www.backwater-productions.net/_images/primer%2002.png
If I did that the tile trick wouldn't work.
--
Onideus Mad Hatter
mhm ¹ x ¹
http://www.backwater-productions.net
Navigation:
[Reply to this message]
|