> For the complete documentation index, see [llms.txt](https://docs.2sj.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2sj.ai/tools/2sj-cutter.md).

# 图像分离/分割

> 山鲸AI官方一键分割图片工具，可以一键将图片分割成平均4个部分。

## 一、在线安装：谷歌应用市场下载

{% embed url="<https://chromewebstore.google.com/detail/%E5%B1%B1%E9%B2%B8ai%E5%9B%BE%E7%89%87%E4%B8%80%E9%94%AE%E5%88%86%E5%89%B2/jfcgkgiejlngclalflnaekpjjcbbliko>" %}

> 在线安装地址，适应于所有谷歌内核的浏览器，包括微软的原生Edge浏览器，可直接在线安装。

## 二、本地安装：百度网盘下载

{% embed url="<https://pan.baidu.com/s/1bFPqipCLTIN81qCG5s3ckQ?pwd=3ew4>" %}

1. **Google Chrome浏览器**

   * 打开浏览器，输入地址：chrome://extensions/；
   * 点击浏览器右上角开发者模式；
   * 拖拽下载的.crx文件到当前窗口；
   * 勾选插件右下角的滑块，即可正常使用。

   <figure><img src="/files/QhfmTmGUJuXiN0heKQ1j" alt=""><figcaption></figcaption></figure>
2. **Microsoft Edge浏览器**

   * 打开浏览器，输入地址：edge://extensions/；
   * 点击浏览器左侧，勾选开发人员模式；
   * 拖拽下载的.crx文件到当前窗口；
   * 勾选插件右下角的滑块，即可正常使用。

   <figure><img src="/files/0jdv2diRZqbz0jdRFEYr" alt=""><figcaption></figcaption></figure>
3. 其他谷歌内核浏览器：操作方法一致。

## 三、使用方法

1、安装插件；

2、上传本地图片；

3、一键切图并下载。

<figure><img src="/files/RcvWG8Qoj6g4FqBWDwbx" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.2sj.ai/tools/2sj-cutter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
