This is a little graphics program that I wrote up after being frustrated by some of the freeware that I was
downloading from the net. All I wanted to do was to take a Bitmap image file and section it out evenly into
separate files so that I could make a new menu for the website. Originally, I wrote this bit of code just for
myself and then decided to go ahead and send it out so that others may use it.
I would have to say that it is definately not elegant or feature rich, but it does what it is supposed to do
without a strain on your computer resources (like some of the others I downloaded). Since I received quite a bit
of feedback, the following enhancements have been made:
- Reads in JPG and GIF files now. (v1.5)
- The divide equally function has been re-worked to come up with a plan as to minimize the effects of rounding. (v1.5)
- Better Help! (well.. at least prettier). (v1.5)
- Will remember the last folders you worked with as well as the last image you diced. (v1.5)
- Allows user to not only place the sections in the desired folder, but name them as well. (v1.5)
- Writes out in either BMP or JPG format. (v2.0)
- User interface has been redone to include an easier to use toolbar. (v2.0)
- Misc. reported bugs were fixed. (v2.0)
- Will generate HTML code to place the images back together in a tabular format (v2.0)
- Added Scroll Bars for easier navigation of pictures larger than your screen resolution (v2.5)
- Fixed small bug in HTML output that made the picture table not comply with Netscape Navigator v4 (v2.5)
- Added code to center the work area when opening larger pictures (v2.5)
- Added ability to control the compression/quality of the created JPGs (v2.5)
- Added an "Undo Last Line Drawn" function (v2.5)
- Added option to save and load previously drawn lines (v2.5)