jeffycore
08-02-2002, 03:57 PM
can someone give me the lowdown on what exactly this means? people have been using this term when talking about templates on the related offers and requests forum, and for the life of me i can't figure out what it means.
RobTheGolfer
08-02-2002, 04:24 PM
Slicing an image is where are cut a larger image into lots of smaller parts to load faster on a page. :cool:
Dogma
08-02-2002, 07:15 PM
It's usualy done with a piece of software and almost always produces horribly overweight code.
TowerHost
08-02-2002, 07:20 PM
Dogma that is semi-true. You shouldn't just put the page out without going over what the program generates anyways and adding style sheets, etc.
:beer:
Acroplex
08-03-2002, 02:19 AM
Originally posted by Dogma
It's usualy done with a piece of software and almost always produces horribly overweight code.
Not really, ImageReady does a great job.
Acroplex
08-03-2002, 02:20 AM
Oh Dogma, dejavu :D
Hey I have 1 more post than you now :P
Dogma
08-03-2002, 09:51 AM
Originally posted by timechange
Not really, ImageReady does a great job.
Not really, ImageReady does a horrible job. Sorry to butt heads with you tc, but it's true.
It is so much better to hand code, image slicing uses extranous tables, spacer gifs, all those horrible things...
You can of course, do the image slicing and then code your own html...
code_renegade
08-03-2002, 11:50 AM
Splicing images with Fireworks 2 turned out to be a disaster for me - the image couldn't even fit together after that! But Adobe 6 did a great job it.
I think I'm off the point of this topic :stickout
PixelAxis
08-03-2002, 12:04 PM
I slice my images without using any program, just cut and pasting with MS Paint lol :)
Acroplex
08-03-2002, 02:27 PM
Originally posted by Dogma
Not really, ImageReady does a horrible job. Sorry to butt heads with you tc, but it's true.
It is so much better to hand code, image slicing uses extranous tables, spacer gifs, all those horrible things...
You can of course, do the image slicing and then code your own html...
You must be using an older version; ImageReady that comes with Photoshop 7.0 has settings that produce absolutely clean code. You can turn spacers on or off, force widths in TD cells and more.
If you are concerned about 2 extra comment lines it adds, you can manually delete them :D