Skip to content

Commit 62d8120

Browse files
authored
Merge pull request #6449 from MicrosoftDocs/norliu-patch-1
Update app-from-image.md 2739525
2 parents a78abdf + 4c4ee64 commit 62d8120

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

powerapps-docs/maker/canvas-apps/app-from-image.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about how to use your own designs saved in image formats and
44
author: norliu
55
ms.topic: article
66
ms.custom: canvas
7-
ms.date: 05/24/2022
7+
ms.date: 06/01/2022
88
ms.subservice: canvas-maker
99
ms.author: norliu
1010
ms.reviewer: tapanm
@@ -32,6 +32,7 @@ With the **Image to app** feature, you can now create an app from a visual desig
3232
> [!NOTE]
3333
> - The styling of the components in the app, such as fonts and colors, will be based on the **Office Blue** theme in Power Apps.
3434
> - If you want the exact design styles to be preserved when you create your app, consider creating a [canvas app from Figma](figma/overview.md).
35+
> - Power Apps doesn't persist the image that you upload. The uploaded image is only processed in-memory to generate the app.
3536
3637
## Prerequisites
3738

@@ -57,7 +58,7 @@ With the **Image to app** feature, you can now create an app from a visual desig
5758
1. Upload your own image. If you don't have an image ready, you can also use one of the available sample images.
5859

5960
> [!NOTE]
60-
> When using your own image, ensure the image meets the image requirements mentioned in the prerequisites.
61+
> When using your own image, ensure the image meets the image requirements mentioned in [Image requirements](#image-requirements).
6162
6263
For example, here are two sample images with acceptable and unacceptable qualities:
6364

@@ -129,11 +130,19 @@ With the **Image to app** feature, you can now create an app from a visual desig
129130

130131
1. [Save and publish](save-publish-app.md) the app.
131132

133+
## Image requirements
134+
135+
- The image you want to upload must have the file extension of .jpg or .png. If you have a design image with another file extension, save the image file with .jpg or .png file extension in order to use it with this feature.
136+
- Image size must be less than 4 MB.
137+
- If you're using screenshots or digital sketches, alter the background to light, pure-color if white is not available.
138+
- If you're taking a picture, use higher contrast or make it brighter. Make sure the part you want to tag is clear and bright.
139+
- If you're taking a picture using a camera or phone, use higher contrast to favor light backgrounds. You can use any available photo editing apps to edit the picture contrast.
140+
- If you're using hand-drawn images, try to use **white** sketch pad without any lines on it.
141+
132142
## Limitations
133143

134144
- Supported components: [Button](controls/control-button.md), [Check box](controls/control-check-box.md), [Data cards](working-with-cards.md), [Date picker](controls/control-date-picker.md), [Drop down](controls/control-drop-down.md), [Edit form](controls/control-form-detail.md), [Label](controls/control-text-box.md), [Radio](controls/control-radio.md), [Rating](controls/control-rating.md), [Slider](controls/control-slider.md), [Text input](controls/control-text-input.md), [Toggle](controls/control-toggle.md)
135145
- Only canvas apps are supported.
136-
- Only images with the file extension of .jpg or .png are supported. If you have a design image with another file extension, save the image file with .jpg or .png file extension in order to use it with this feature.
137146
- You can upload only one image at a time to create an app.
138147
- Complex forms, forms with colored backgrounds, multi-page forms, and forms with underlined input boxes aren't supported.
139148
- Support for styles is limited. The styling of the components in the app, such as fonts and colors will be based on the **Office Blue** theme in Power Apps.

powerapps-docs/maker/canvas-apps/figma/create-app-from-figma.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: tapanm-msft
55
ms.topic: article
66
ms.custom: canvas
77
ms.reviewer: tapanm
8-
ms.date: 05/24/2022
8+
ms.date: 06/01/2022
99
ms.subservice: canvas-maker
1010
ms.author: kaagar
1111
search.audienceType:
@@ -27,8 +27,9 @@ In this article, you'll learn about creating canvas apps using your existing Fig
2727
- You must have access to a Figma design file that you want to use and create an app from.
2828
- The Figma file must be designed using the [Create Apps from Figma UI Kit](https://go.microsoft.com/fwlink/?linkid=2193981).
2929

30-
> [!TIP]
31-
> If you're using the UI kit for the first time, familiarize yourself with the feature [overview](overview.md), the [UI kit](design-using-kit.md) capabilities, and its [components](supported-components.md).
30+
> [!NOTE]
31+
> - If you're using the UI kit for the first time, familiarize yourself with the feature [overview](overview.md), the [UI kit](design-using-kit.md) capabilities, and its [components](supported-components.md).
32+
> - Power Apps doesn't persist the Figma files that you provide. The Figma files are only processed in-memory to generate the app.
3233
3334
## Create an app
3435

0 commit comments

Comments
 (0)