Mobileman Veteran 472 Posts user info edit post |
So I am using Photoshop to edit an image. I have marked the slices so that the image is in 4-5 parts. Now I want to convert the one psd file such that the output are 4-5 GIF images, which form a complete pic when put together. Does anyone know how to do that? I have marked the slices, but don't know how to get the GIFs. Save as doesn't work as it will give only one full GIF image. 9/16/2005 12:05:33 AM |
tjoshea All American 4906 Posts user info edit post |
do you mean that you want it to be animated ? 9/16/2005 12:07:24 AM |
Mobileman Veteran 472 Posts user info edit post |
I was thinking about roll-over effects, but doesn't have to be. Just need 4-5 smaller GIF files rather than one big file. Like what most websites usually have for the layout. 9/16/2005 12:10:20 AM |
tjoshea All American 4906 Posts user info edit post |
a lot of times that is generated by macromedia fireworks which chops up your drawings into slices for you.
but to do this without fireworks, just export as a gif each time with the appropriate layer on top then do a rollover something like <img src="foo1.gif" onMouseOver='this.src="foo2.gif"'> or some such... 9/16/2005 12:12:18 AM |
Mobileman Veteran 472 Posts user info edit post |
yeah, that's what I was trying to do. But to export it as 4-5 GIFs, I'll have to cut it manually and make each of them as a new image. And then, it would be a pain to put them back together since its hard to cut them all perfectly to fit well. 9/16/2005 12:21:25 AM |
tjoshea All American 4906 Posts user info edit post |
well either read the little thing while you are highlighting that tells you the pixel count or use something else 9/16/2005 12:22:32 AM |
Mobileman Veteran 472 Posts user info edit post |
^Thanks! Anyother web designers here??? 9/16/2005 12:29:17 AM |
lilbirdey Starting Lineup 55 Posts user info edit post |
In Photoshop 7...
Open file, create your slices File -> Save for web... (shortcut: Ctrl-Alt-Shift-S) opens the save for web tool, adjust your gif settings as you see fit Save button should ask you to save an html file, with all the slices properly saved and arranged. 9/16/2005 9:04:41 AM |