Forum Moderators: not2easy
My problem now is, how can i cut the pic.jpg into few pieces (like puzzle) without cut it one by one? can it be done with photoshop? or do you have any other application can do it?
It is not trivial to do this, nor to get the slices to never show any space between them in all browsers.
Smokeyb is right, it may not load any faster after all your work.
Really there are only 2 advantages to slicing:
1.
It lets you make web pages with big curves or other things you can do in pictures and not in regular HTML.
2.
If some of the slices don't have much detail you can compress just those parts a lot more, so that the total images really IS smaller than it would have been without slices. Then, and only then, it will be faster.
HTH
ahhh
In Photoshop select FILE > SAVE for WEB and play with the quality settings. You can link the image to a high res version if they really need to see the detail and then they only have to wait if it's important to them
exactly :)
As an example, a 740px x 100px header can often be a huge 75kb or more at 100 JPG quality. I always reduce JPGs by about 38% to 62 JPG quality (which is my default for most images). That same 75kb file can easily be reduced to 25kb or less - yet the quality of the image is still preserved nicely for web viewing.
Note: Photoshop uses lower compression values to indicate more compression and a smaller file size (100 = least compression, 1 = most) - Paint Shop Pro does the opposite. Also, a 50% quality reduction is often 4 times the savings in file size.
This works as well with GIFs, where you certainly don't need to use a full 256 colors for most images.
If there is an image that has gradation that requires a JPG on the upper portion of the image, and basic colors on the lower section - I usually break them out to have JPG on top, and GIF on the bottom ('assembled' with CSS or within a table), or convert the lower section to a TD background color.
Steve