# APP拍照壓縮比

Jobdone的照片可以來自您的手機相簿、APP直接拍照。

若您使用APP拍照，在APP中可以設定所有照片的「壓縮比」、「是否同時存入相簿」、以及「預設浮水印設定」。

因為儲存空間以及上傳下載容量的問題，照片的檔案大小可能會是您在意的。我們提供了三種壓縮方式：

* 原圖
* 標準
* 效能

非常建議您以及您的員工選擇效能的壓縮，壓縮後會有一點點的細節損失，但是以現代手機的強大拍照功能，這個損失幾乎不影響到照片的使用，

***

以iPhone的原始格式為例，我們用手機的原生相機，拍一張HEIC的照片，用Apple自已的壓縮HEIC大小約為<mark style="color:red;">3.2MB</mark>。這一張HEIC若轉為PNG，檔案大小會變成<mark style="color:red;">18.6MB</mark>，如下圖：

<figure><img src="/files/20a0j54Mib0BODr9g2k8" alt=""><figcaption><p>PNG 原始檔</p></figcaption></figure>

***

如果您在Jobdone App中選擇原圖，拍照後會存為JPG，大小約為<mark style="color:red;">11.53MB</mark>，效果如下圖：

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

***

而若您選擇標準壓縮，拍照後的JPG大小會是<mark style="color:red;">949KB</mark>，效果如下圖：

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

***

最後，建議您選擇效能壓縮，拍照後的JPG大小會是<mark style="color:red;">322KB</mark>，效果如下圖：

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

{% hint style="info" %}
您可以下載後放大比較，用不同電腦下載後，看到的檔案大小數字可能會略有不同。
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.jobdone.cc/user_guide/faq/app-pai-zhao-ya-suo-bi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
