> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/yzgaido/manage-project/render-shot.md).

# レンダーショット

レンダーショットページでは、撮影したすべてのレンダーショットを一目で確認でき、管理がとても便利です。\
各レンダーショットの種類、解像度、撮影日時などの詳細情報も併せて提供されるため、より簡単に確認できます。\
また、ページ右上にあるフィルターを使って、一人称ビュー、平面図、俯瞰図、パノラマなど、希望するタイプ別にレンダーショットを分類して表示できるため、より効率的に利用できます。

![](/files/313ee8176085a55ab8ac8016e983e904f21227ef)

### レンダーショットを見る

* レンダーショットをクリックすると画像を大きく表示でき、右側で撮影情報を含む詳細内容を確認できます。
* 画像スコアと画像詳細情報を通じて、撮影したレンダーショットに関する追加データを確認できます。

![](/files/3e2d6c46a49f46a2a31df863ed61921ad1166aa7)

#### 品質向上

品質向上は、Standardおよび2K解像度のレンダーショットを4Kにアップグレードする機能です。品質向上をクリックすると、もう一度レンダリングが実行されます。

* 低画質でテストレンダーを行ったあと、気に入ったシーンを4Kにアップグレードすると、時間とリソースを効率的に使えます。
* ただし、品質向上を行うと4K回数が差し引かれるのでご注意ください。

![](/files/8a0d031a153ecd35c857ee2e13bb1287377b45fa)

#### ダウンロード

レンダーショットをコンピュータに保存でき、ファイルはPNG形式で保存されます。

#### 削除

レンダーショットをプロジェクトから削除します。削除されたレンダーショットは復元できないのでご注意ください。

#### プロジェクトカバーに設定

レンダーショット右上の［もっと見る］ボタンをクリックすると、そのレンダーショットをプロジェクトカバーに設定できます。\
気に入ったレンダーショットをカバーに設定すると、マイプロジェクトのサムネイルとして表示されます。\
これにより、プロジェクトを視覚的により簡単に区別でき、すっきりと直感的に管理できます。

![](/files/73a17bf55ff9f3e4a4c50a5b32be49e82fc8dc73)

{% hint style="info" %}
複数のプロジェクトを一目で確認する必要があるとき、カバー画像のおかげでより効率的に作業できます！
{% endhint %}

## タグ

アーキスケッチでは、レンダーショットを撮影するときに製品の情報タグが自動的に追加されます。

タグ情報

* 製品名、寸法、金額、購入情報リンクなどが含まれます。

![](/files/21140736997a35009402ffba5f50f028afbad0c8)

タグを管理する

* タグのオン/オフ: タグをオン/オフして視覚的に調整できます。
* タグの追加: 自動タグが抜けている場合、手動で追加できます。
* タグの削除: 不要なタグを削除できます。

![](/files/4790910ef1d4c11d96fa1ea2a9ae9b001ea1969b)

タグが使われる場所

* レンダーショットを共有
* プロジェクト公開
* ポートフォリオ
* デザインコミュニティ

## 共有

レンダーショット単位でもページを共有できます。

* 共有するボタンをクリックすると、リンクがクリップボードにコピーされ、任意の場所に貼り付けられます。

## よくある質問

#### レンダーショットのタグが表示されません。

レンダーショットの自動タグは、同じ部屋にある製品をカメラが認識して撮影したときに生成されます。\
カメラクリップを使って別の部屋を撮影した場合、タグが付かないことがあります。

* タグをどうしても入れる必要がある場合は？
  * カメラの位置を同じ部屋に調整して撮影してください。
  * 自動タグが抜けている場合は、タグ追加機能で手動でタグを追加してください。

#### 鏡に反射した物が見えません。

鏡や反射面に映った家具は、4K以上の解像度でレンダリングすると確認できます。


---

# 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.archisketch.com/guide/yzgaido/manage-project/render-shot.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.
