l'm looking for a way of resizing an Image/Photo on a Sharepoint Attachement or Picture Library.
I Imagine the following:
1. Any Size Image is uploaded by user.
2. A FLOW Triggers and resize the image to a pre-set values.
3. Original Image is saved (or Delete) and Resize image is saved.
Anyone know if this is possible?
this thread is about resizing image.
for my need, i store the result of the thumbnail.
You have to configure your script for the result you want.
Hi @Jer8m3
i just realised if the image is updated, the link is also updated... (Annoying!)
how did you resolve that issue?
I have figured it out - just for everyone, i copy and pasted the link i wrote in my previous message and opened it on a new tab. i then copy and pasted this new link into the uri after the =path. and it worked. thanks!
Hi @Jer8m3
thanks for your reply! is this straight from sharepoint?
I have written the uri like this
Hi,
Just the URL of the image you want to resize 😉
Hey @Jer8m3 , in the task of requesting the HTTP - what did you use after the 'path='?
I can't seem to get it to work.
Thanks in advance.
Excellent find @Jer8m3 . This works like a charm.
Today, i don't find the solution in internet, then i post here for others in this case.
Yes it's possible (for free).
you can use http request to SharePoint
1. store the file in sharepoint
2. resize with http request
3. create the resized file in sharepoint
resolution=0: 300px
resolution=1: 480px
resolution=2: 750px
resolution=3: 1024px
resolution=4: 1600px
resolution=5: 2560px
resolution=6: 4928px – Original file size
if security policy let you access internet, you can use :
https://xxxx.sharepoint.com/_api/v2.0/sharePoint:/sites/xxxx/Uploaded/yourphoto.jpg:/driveItem/thumbnails/0/c1920x999999/content
and then you can choose exactly the size you want (replace 1920x999999 by the size you need)
Simply complete this form on the Encodian website and you're allocated an API key instantly - https://www.encodian.com/products/document-manager-for-microsoft-flow/#pdfTrial
After the 30 day trial, you're automatically moved to the 'Free' subscription plan.
HTH
Jay
Hi @maheshdadhich ,
Encodian is a third party product and you need license to use this.
For more info https://www.encodian.com/products/document-manager-for-microsoft-flow/
Thanks
Michael E. Gernaey
179
Super User 2025 Season 1
David_MA
161
Super User 2025 Season 1
stampcoin
143