I was given one big JPG of the HTML interface. Now I need to break it down into pieces and assemble them with html table. Without a slicer it's pretty arduous and error prone. I do not have photoshop or firework, does anybody know of any free utilities that I can use?
|
1
|
|
|
|
|
|
As people have said before, you can use GIMP to slice up your image file. Refer to this tutorial on how to slice an image using GIMP: http://docs.gimp.org/en/python-fu-slice.html |
||
|
|
|
|
Here is a crazy or possibly not crazy sounding idea that I have never seen anyone put forth before. I have not tried it but I think it would work pretty well in many cases.
The advantage of this approach is that you can see what you are doing every step along the way. It is completely incremental. There is no "big bang" conversion from JPG to HTML, so you can do it one step at a time. To do the image "slicing" just use a 1-pixel dashed or dotted line. Turn on X,Y coordinate tracking in your paint program when you are one drawing the cut lines, and move to end of each line, writing down its X,Y coordinates. Any paint program would work for this. A paint/draw hybrid application that supported layers, like the free GIMP graphics program, would work best. You could put the image on the back layer, a paint layer. You could then put a draw layer above that, and draw the dotted/dashed cut lines on it. You could also stencil the short names for each piece in this layer. Someone says that PSP has an image slicing feature in it. Here is a PSP tutorial on Slicer. Since it sounds like PSP will not only let you draw the cut lines but generate HTML for you, that seems like it could take off some of the manual work. |
||
|
|
|
|
From what I can tell you're looking for something that does the code for you - have you tried ImageReady? I think there's a free trial of it like Photoshop. If you aren't (and good job if you're willing to code something properly) then you can use GIMP, it's a little different though. Load your image into GIMP, and then start to drag rulers across where you'd like to slice. From what I can remember there is a slicing tool in GIMP but I preferred to select portions manually and save as seperate images and then write the code myself. |
||
|
|
|
|
NetBeans and Eclipse both have HTML/JSP editors. If you are doing Java programming, you probably already have one or both of these IDEs installed. |
||
|
|
|
|
Not an answer, but you should attempt to recreate the layout with CSS + semantic elements, not a table. |
||||
|
|
|
I've used the GIMP for this. For .pst files, I'ts easy to extract layers. In a JPEG, you would have to select manually, of course. |
||
|
|
|
|
I guess you could do it with GIMP. It is free and opensource. |
||
|
|
|
Have you considered Paint.Net? It's an excellent tool, and it's free |
||||
|
