# Image Wizardry

**URL:** https://community.glideapps.com/t/image-wizardry/36845
**Category:** Ask for Help
**Created:** [January 8, 2022, 11:30am UTC](https://community.glideapps.com/t/image-wizardry/36845 "2022-01-08T11:30:56Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![KenApp](https://avatars.discourse-cdn.com/v4/letter/k/57b2e6/32.png) [@KenApp](https://community.glideapps.com/u/KenApp)
#### Post date: [January 8, 2022, 11:30am UTC](https://community.glideapps.com/t/image-wizardry/36845/1 "2022-01-08T11:30:56Z")

</div>

Hi all. Not specifically a glide request but wondering if anyone knows how I would dynamically put a users profile pic on an item of clothing. I’ve no idea if this is possible but I think it would be a super nice feature to show the users face on a jumper you’re selling etc. any input appreciated. Thanks

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [January 8, 2022, 11:38am UTC](https://community.glideapps.com/t/image-wizardry/36845/2 "2022-01-08T11:38:13Z")

</div>

You can do this with [Cloudinary](https://cloudinary.com).

There is a bit of a learning curve, but it is well worth the effort.

---

<div class="post-metadata">

### Author: ![KenApp](https://avatars.discourse-cdn.com/v4/letter/k/57b2e6/32.png) [@KenApp](https://community.glideapps.com/u/KenApp)
#### Post date: [January 8, 2022, 2:23pm UTC](https://community.glideapps.com/t/image-wizardry/36845/3 "2022-01-08T14:23:29Z")

</div>

Ok great. I was thinking cloudinary was likely the solution if there was one so I had a quick look at a @Robert_Petitto video on youtube. As always, super helpful so I think I know where to go with it now.

Thanks. Apprciate the response.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 8, 2022, 11:46pm UTC](https://community.glideapps.com/t/image-wizardry/36845/4 "2022-01-08T23:46:48Z")

</div>

You can also read this thread for more inspiration. Let us know if you need any help.

> [@Cloudinary: Image Filters and Overlays in Glide!](https://community.glideapps.com/t/cloudinary-image-filters-and-overlays-in-glide/4917):
>
> Thanks to @ionamol for keying me into Cloudinary for on the fly, URL based image editing! This awesome resource allowed me to gray out badges that haven’t yet been earned by the user— Started by uploading the image into Cloudinary and then using the built in tools to generate the new URL. Used this URL schema to create this formula: Then, simply created an if/then in Glide. If the badge was owned by the user, then use the colored URL, i…

---

<div class="post-metadata">

### Author: ![Nadir\_Abdelrahman\_MD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nadir_abdelrahman_md/32/5237_2.png) [@Nadir\_Abdelrahman\_MD](https://community.glideapps.com/u/Nadir_Abdelrahman_MD)
#### Post date: [January 9, 2022, 6:37pm UTC](https://community.glideapps.com/t/image-wizardry/36845/5 "2022-01-09T18:37:19Z")

</div>

Thank you @ThinhDinh

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [January 9, 2022, 8:09pm UTC](https://community.glideapps.com/t/image-wizardry/36845/6 "2022-01-09T20:09:38Z")

</div>

You can also use quickchart Watermark:  
[https://quickchart.io/documentation/watermark-api/](https://quickchart.io/documentation/watermark-api/)
