> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/jp/how-tos.md).

# ハウツー

1枚の画像の編集から、完全なシーケンスの計画と拡張まで、Morphicで人々がよく行うことの手順ガイド。

これらのガイドは、Morphicでの完全なタスクを最初から最後まで順を追って解説します。それぞれ、モデルと設定があらかじめ選ばれており、一度で完了できる作業を扱っています。

## 画像を扱う

* [精密な画像編集](/docs/jp/how-tos/precise-image-editing.md): 画像の一部を変更し、他の部分はそのままにする
* [スタイルを変更](/docs/jp/how-tos/change-style.md): 1つのプロンプトで同じ画像から複数の見た目を生成する
* [複数の画像を組み合わせる](/docs/jp/how-tos/combine-multiple-images.md): 被写体や要素を1つのフレームにまとめる
* [画像をブレンドする](/docs/jp/how-tos/blending-images.md): 参照画像を1つの結果に統合する
* [ポーズ転写](/docs/jp/how-tos/pose-transfer.md): 1つの画像のポーズを別の画像のキャラクターに適用する
* [複数キャラクタータグ](/docs/jp/how-tos/multiple-character-tag.md): 複数のキャラクターを生成間で一貫して維持する

## 動画を扱う

* [動画を延長する](/docs/jp/how-tos/extend-video.md): クリップを元の終わりの先まで続ける
* [カメラアングルを変更する](/docs/jp/how-tos/change-camera-angles.md): シーンを再生成せずにショットを再構成する
* [モーションコミックを作成する](/docs/jp/how-tos/creating-motion-comics.md): 静止画をアニメーションシーケンスに変える

## シーケンスを計画する

* [絵コンテ作成](/docs/jp/how-tos/storyboarding.md): 最終フレームを生成する前に、シーン、ショット、視覚的な流れを計画する

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/jp/how-tos.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.
