Broken. (12/2008)
After a server upgrade
GIFSplit is suffering a permissions problem.

- the online GIF splitting tool.
Help! What does GIFSplit do?
There are four steps in this process:
Please do not try GIFsplit with JPG, or -any- other image types, you're wasting your time they simply won't work.
GIFSplit - Part 1 of 4 - Pick an image
Please press the Submit button only once, it may take a moment to process your data.
Netscape 3.02 and 3.03 users! There is a timing bug explained by Netscape that will probably cause you to need to Submit more than once. If your image isn't returned in a few seconds all you can do is try again. It's a bug and I can't fix it via the script.
Caveat: I think there is a programming error, but can't define it exactly. GIFSplit on occasion does not operate properly on GIFs with transparency. It will work, but returned images may have the transparent color set to 'another' color and you will need to adjust it manually to use them. Still looking into the problem.
This utility will split one GIF into an array. These separate images are commonly used with HTML tables to create a'fake image map', or for other purposes.
Example. Here is an original image:

Setting 'horizontal segments' to '2' and 'vertical segments' to '2', and setting appropriate cut points will return these four images which may be downloaded:
![]() |
![]() |
Those four images plus this snippet of HTML 'reassembles' those images...
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"> <TR> <TD><IMG SRC="h1v1-8392.gif" WIDTH="100" HEIGHT="50" BORDER="0" HSPACE="0" VSPACE="0" ALT=""></TD> <TD><IMG SRC="h2v1-8392.gif" WIDTH="150" HEIGHT="50" BORDER="0" HSPACE="0" VSPACE="0" ALT=""></TD> </TR> <TR> <TD><IMG SRC="h1v2-8392.gif" WIDTH="100" HEIGHT="30" BORDER="0" HSPACE="0" VSPACE="0" ALT=""></TD> <TD><IMG SRC="h2v2-8392.gif" WIDTH="150" HEIGHT="30" BORDER="0" HSPACE="0" VSPACE="0" ALT=""></TD> </TR> </TABLE>
It looks like the original image above, but is actually constructed from the four separate images.
In this example the ALT text is set to 'Top Left,' 'Top Right,' etc.. GIFSplit sets the default to ALT="". You must edit the ALT text for it to make sense for your image map.
![]() |
![]() |