任何免费的 HTML 图像切片器?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/198612/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-28 22:32:08  来源:igfitidea点击:

Any free HTML Image Slicer?

htmlimage

提问by Haoest

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?

我得到了一张大的 HTML 界面 JPG。现在我需要将它分解成几部分并用 html 表组装它们。如果没有切片机,它非常费力且容易出错。我没有 photoshop 或烟花,有人知道我可以使用的任何免费实用程序吗?

回答by twodayslate

I guess you could do it with GIMP. It is free and opensource.

我想你可以用GIMP做到这一点。它是免费和开源的

回答by Danimal

Have you considered Paint.Net? It's an excellent tool, and it's free

你考虑过Paint.Net吗?这是一个很好的工具,而且是免费的

回答by Brad

As people have said before, you can use GIMP to slice up your image file.

正如人们之前所说,您可以使用 GIMP 来分割您的图像文件。

Refer to this tutorial on how to slice an image using GIMP: http://docs.gimp.org/en/python-fu-slice.html

请参阅有关如何使用 GIMP 切片图像的教程:http: //docs.gimp.org/en/python-fu-slice.html

回答by Troy

Try Namo Image Slicer. The standalone installer was created from an old v6 version of Namo WebEditor Suite version but it works quite well.

尝试Namo 图像切片器。独立安装程序是从 Namo WebEditor Suite 版本的旧 v6 版本创建的,但它运行良好。

回答by Subodh singh

There is a free online photo editor like photoshop, you can use it for slicing image. there is no need to install it in your PC. The url is http://pixlr.com/editor/.

有一个像photoshop这样的免费在线照片编辑器,你可以用它来切片图像。无需在您的 PC 中安装它。网址是http://pixlr.com/editor/

回答by user465962

If you do not get the option Filter>Web>Slice you might not have python installed like me so if you have problem you better have a look at this

如果你没有得到选项 Filter>Web>Slice 你可能没有像我一样安装 python 所以如果你有问题你最好看看这个

http://www.gimptalk.com/forum/python-and-gimp-t25587.html

http://www.gimptalk.com/forum/python-and-gimp-t25587.html

however I am still working on getting my Gimp slice. but I thought I should let everyone know that slicing is not possible without installing python that is what I have read so far.

但是我仍在努力获取我的 Gimp 切片。但我想我应该让每个人都知道,如果不安装 python 就不可能进行切片,这是我目前所读到的。

Thanks I hope this was useful for you. Bye. Have a nice day.

谢谢我希望这对你有用。再见。祝你今天过得愉快。

回答by gnud

I've used the GIMPfor this. For .pst files, I'ts easy to extract layers. In a JPEG, you would have to select manually, of course.

我为此使用了 GIMP。对于 .pst 文件,我不容易提取图层。当然,在 JPEG 中,您必须手动选择。

回答by Chris Marasti-Georg

Not an answer, but you should attempt to recreate the layout with CSS + semantic elements, not a table.

不是答案,但您应该尝试使用 CSS + 语义元素而不是表格重新创建布局。

回答by JohnnySoftware

NetBeansand Eclipseboth have HTML/JSP editors. If you are doing Java programming, you probably already have one or both of these IDEs installed.

NetBeansEclipse都有 HTML/JSP 编辑器。如果您在进行 Java 编程,您可能已经安装了这些 IDE 中的一个或两个。

回答by Ross

I was hoping it had a knife tool like photoshop and allowed me draw the lines and it would cut the images for me... – Haoest (Oct 13 at 20:22)

我希望它有一个像 photoshop 这样的刀具工具,允许我画线,它会为我剪切图像...... – Haoest(10 月 13 日 20:22)

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.

据我所知,您正在寻找可以为您编写代码的东西 - 您是否尝试过 ImageReady?我认为可以像 Photoshop 一样免费试用它。

If you aren't (and good job if you're willing to code something properly) then you canuse GIMP, it's a little different though.

如果你不是(如果你愿意正确地编码一些东西,那就做得很好)那么你可以使用 GIMP,不过它有点不同。

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.

将您的图像加载到 GIMP,然后开始在您想要切片的位置拖动标尺。据我所知,GIMP 中有一个切片工具,但我更喜欢手动选择部分并保存为单独的图像,然后自己编写代码。