我有一个 1024x1024 png 我想把它分成 64x64 (256 等份)

发布于 2024-10-13 10:04:50 字数 124 浏览 4 评论 0 原文

我有一个 1024x1024 png,我想将其拆分为 64x64(256 个相等的部分),

我找到了一个可以执行此操作的程序,但它不是免费的,它称为“拆分和平铺”,

我想找到一种免费的方法来执行此操作。

I have a 1024x1024 png i want to split it into 64x64 (256 equal parts)

i found a program that can do this but it's not free it's called "Split and Tile"

i would like to find out a free way to do this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

み零 2024-10-20 10:04:50

ImageMagick 可以通过简单的一行代码为您做到这一点:

convert -crop 64x64 source.png tile%d.png

ImageMagick could do that for you with a simple one-liner:

convert -crop 64x64 source.png tile%d.png
忘羡 2024-10-20 10:04:50

http://arje.net/rasterbatorhttp://posterazor.sourceforge.net/”我已经尝试过了。您可以尝试在线图像分割器

这里,我将指导您如何在网站中上传和分割图像,因为通过单击上传图像附近的图片图标来上传图像。

接下来,点击上传图像并等待图像上传到网站,

您现在将在上部中心位置看到文本分割图像。在左侧,您将看到行和列。根据需要调整行和列。

点击分割图像后,您的图片将自动下载。

http://arje.net/rasterbator and http://posterazor.sourceforge.net/" do not work. I have tried it. You may try Online image spliter.

Here, I will guide you how to upload and split your image in the website, since it is a bit tricky. Upload your image by clicking picture icon close to upload image.

Next, hit upload image and wait your image to be uploaded to the website.

At the upper center position you will now see a text split image. Look at the left side, you will see row and column. Adjust row and column as you need.

After you hit split image your picture will be automatically downloaded.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文