From fff01f20683d5bda5846fbd8c4ba5012f63c5bdf Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 21 Sep 2022 02:59:52 -0400 Subject: [PATCH] Update INPAINTING.md fixed images which had been obscured by tags. --- docs/features/INPAINTING.md | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/docs/features/INPAINTING.md b/docs/features/INPAINTING.md index d5857d7cdd..497bbc7a48 100644 --- a/docs/features/INPAINTING.md +++ b/docs/features/INPAINTING.md @@ -49,40 +49,28 @@ We are hoping to get rid of the need for this workaround in an upcoming release. 1. Open image in Photoshop -
- ![step1](../assets/step1.png) -
+![step1](../assets/step1.png) 2. Use any of the selection tools (Marquee, Lasso, or Wand) to select the area you desire to inpaint. -
- ![step2](../assets/step2.png) -
+![step2](../assets/step2.png) 3. Because we'll be applying a mask over the area we want to preserve, you should now select the inverse by using the ++shift+ctrl+i++ shortcut, or right clicking and using the "Select Inverse" option. 4. You'll now create a mask by selecting the image layer, and Masking the selection. Make sure that you don't delete any of the undrlying image, or your inpainting results will be dramatically impacted. -
- ![step4](../assets/step4.png) -
+![step4](../assets/step4.png) 5. Make sure to hide any background layers that are present. You should see the mask applied to your image layer, and the image on your canvas should display the checkered background. -
- ![step5](../assets/step5.png) -
+![step5](../assets/step5.png) 6. Save the image as a transparent PNG by using the "Save a Copy" option in the File menu, or using the Alt + Ctrl + S keyboard shortcut -
- ![step6](../assets/step6.png) -
+![step6](../assets/step6.png) 7. After following the inpainting instructions above (either through the CLI or the Web UI), marvel at your newfound ability to selectively dream. Lookin' good! -
- ![step7](../assets/step7.png) -
+![step7](../assets/step7.png) 8. In the export dialogue, Make sure the "Save colour values from transparent pixels" checkbox is selected.