> ## Content Index
> Fetch the complete content index at: https://www.appsntips.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to Resize Photos on iPhone
- URL: https://www.appsntips.com/how-to-resize-photos-on-iphone/
- Published: 2024-10-22T15:09:37.000Z
- Updated: 2024-10-23T07:20:55.000Z
- Description: Learn how to resize photos on iPhone without any apps in this quick and easy tutorial. Save space and share your images effortlessly!
- Author: Rachit Agarwal
- Tags: iPhone, Shortcuts

One frustrating thing about the iPhone Photos app is that it doesn’t let you Resize photos. That means you have to install third-party [photo editing apps](https://www.appsntips.com/home/best-photo-editing-apps-for-mac/) that either cost money or are brimming with ads. 

What if I told you that you can resize photos on your iPhone in seconds without using any third-party apps? If that intrigues you, let’s see how to resize photos on iPhone.

## Resize Photos on iPhone with Shortcuts App

To resize images on iPhone, I will use the [Shortcuts app](https://www.appsntips.com/home/best-siri-shortcuts-ios/). As always, I will provide a link to download it but I recommend checking the steps, as it will help you understand how this works and make changes to the shortcut as per your needs.

[iPhone 16 Pro Apple Silicon Case Review - Worth the Price?In this article, we dive deep into the iPhone 16 Pro Apple Silicon Case, exploring its design, features, and overall performance.![](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/size/w256h256/2022/09/logo-website.png)appsntipsappsntips![](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/size/w1200/2024/10/Apple-Silicon-Case-for-iPhone-16-Pro-Review---Worth-It-.jpg)](https://www.appsntips.com/iphone-16-pro-apple-silicon-case-review/)

 **↓↓ Link to Download the Shortcut at the end of the tutorial ↓↓**

### Create the photo resize shortcut

1\. Launch the **Shortcuts** app on your iPhone and tap the plus (+) button in the top-right corner. 

![Creating a new shortcut](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-1.PNG)

2\. Tap the **Search Actions** field and search for **Resize Image** action. Tap to add it to the shortcut. 

![Adding resize image shortcut](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-2.PNG)

3\. Tap the empty **Image** field and choose the **Shortcut Input** item. 

![choose the Shortcut Input item](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-3.PNG)

4\. It will add a Receive action that will help the shortcut take image input. Tap the **Image and 18 more** input option and tap the **Clear** button in the top-left corner. 

![Clearing all other input other than image](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-4.PNG)

5\. Now turn on the toggle for **Images**. Tap the **Done** button to save changes.

![choosing image as input](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-5.PNG)

6\. Now tap on **Nowhere** and turn on the toggle for the **Show in Share Sheet** option. Tap the **Done** button to save changes. 

![Enabling the toggle for Show in Share Sheet](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-6.PNG)

We have now created an image input pipeline that will allow us to feed images to this shortcut via the iOS Share Sheet. We turned off all the other options, as we don’t want the shortcut to clog the **Share Sheet** when you share, say a link or video. 

Now let’s set the resize parameters. The shortcut lets you input the width of the photo and changes the height accordingly. 

7\. Tap on 640 and change it to your required size. If you are unsure, choose the **Ask Each Time** variable. It will ask for your desired photo width every time you run the shortcut. 

![Setting image resize parameter](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-7.PNG)

Now, before I add the action to save the image, I like to add a **Convert Image** action to convert the image to JPEG format. But this is an additional step that you can skip. 

8\. Search for the **Convert Image** action and add it to your shortcut. 

![adding Convert Image action](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-8.PNG)

9\. You can tap the JPEG field to change it to any image format you want. I will keep it to JPEG.

![setting the image format to JPEG](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-9.PNG)

10\. Tap the arrow next to **JPEG** and set the **Quality** parameter to full. 

![Setting the Quality parameter to full](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-10.PNG)

You can turn off the toggle for **Preserve Metadata** if you want to remove image metadata to make photo sharing more secure. 

![Turning off the Preserve Metadata toggle](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-11.PNG)

Now it’s time to save the photos. You can save the resized and converted images to your Photos app, Files app, or both. I will show you how to add both actions but you can pick and choose what you want. 

11\. Use the Search Actions field to search for **Save to Photo Album** action and add it to the shortcut. 

![Adding Save to Photo Album action](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-12.PNG)

12\. By default, the shortcut saves the processed photos to the Recents folder. I will change it to the **Demo** folder. 

![Changing the folder](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-13.PNG)

13\. Similarly, let’s add **Save File** action to save the image in the **Files** app. 

![adding the Save File action](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-14.PNG)

By default, it will ask you where you want to save the photo every time, which is cumbersome. I recommend setting it to a specific folder.

14\. Tap the arrow and turn off the **Ask Where to Save** toggle. 

![turning off Ask Where to Save toggle](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-15.PNG)

15\. Tap **Shortcuts** and navigate to your desired folder location. Tap the **Open** button to save it. 

![Choosing the folder location](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-16.PNG)

Again, you can choose to save the resized images to either a photo album or a folder inside your Files app. You don’t need both. 

I am showing you how to create both so you can choose what you want. With that said, we are almost done. We only need to give the shortcut a proper name and save it. 

16\. Tap the downward arrow button next to its name and use the **Rename** option to rename the shortcut. I will rename it to **Resize & Convert**. Tap the **Done** button to save changes. 

![Renaming the shortcut](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-17.PNG)

17\. You can also use the **Choose Icon** button to give it a unique icon and change its color. Let’s make it blue and give it a crop icon that feels the most appropriate. 

![giving the shortcut an icon](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-18.PNG)

18\. Finally, tap the **Done** button to save changes. 

![Saving the shortcut](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/Creating-photo-resize-shortcut-on-iPhone-19.PNG)

[Download the Resize & Convert Shortcut](https://www.icloud.com/shortcuts/129776955c8c4aabb6be37dd64284d81)

### Resize images on iPhone

We have done the hard work and are ready to reap the benefits. 

1\. Open a photo you want to resize and hit the **Share** button to open the **iOS Share Sheet**.

![opening the iOS share sheet](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/opening-the-iOS-share-sheet.PNG)

2\. Scroll to the bottom and hit the **Resize & Convert** shortcut. 

![hit the Resize & Convert shortcut](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/hit-the-Resize---Convert-shortcut.PNG)

3\. Enter the desired width in pixels. Let’s enter 1000 pixels. Tap the **Done** button. 

![enter 1000 pixels](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/enter-1000-pixels.PNG)

4\. The shortcut will ask the permission to save the file when you run it for the first time. Tap the **Always Allow** button. 

![grant shortcut permission](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/grant-shortcut-permission.PNG)

That’s it. Let’s see if our shortcut has worked or not.

The original image is in HEIF format, has a resolution of 3024×4032 pixels, and all the metadata including location, camera lens, iPhone model, and more. Let’s open the details in the converted image. You can see that the shortcut has resized the image, converted it to JPEG, and removed all the image metadata. 

![comparing original and resized image](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/comparing-original-and-resized-image.png)

Original image on the left / Resized and Converted image on the right

As a final check, I will open the Files app and see whether it has saved the image in the Downloads folder. And here it is. That means everything is working perfectly.

![photo saved in downloads folder in Files app](https://storage.ghost.io/c/79/45/794539e9-2a02-4255-8c35-d208fe7cbac5/content/images/2024/10/photo-saved-in-downloads-folder-in-Files-app.PNG)

One cool feature of this shortcut is that you can feed multiple images to resize and convert them. Let’s open the Photos app, select all four photos in the Demo folder, and run them through the shortcut. 

I will again set the desired width to 1000 and run it. You will notice that the shortcut is again asking permission to run. It’s because you have selected more than one image. 

It won’t do that again no matter how many photos you choose. The shortcut has resized all the photos, converted them to JPEG, and saved them to the desired location in seconds. 

It’s the easiest way to resize photos on iPhone for free without using a third-party app. If you enjoyed this guide, share it with others and drop your thoughts in the comments below.