Skip to main content
Participant
November 9, 2021
解決済み

Resize my 1226X1494 images to 800X1200 without distortion

  • November 9, 2021
  • 返信数 1.
  • 1781 ビュー

Comunity I would like assistance on creating an action that would resize my images to a specific 800X1200 in size. I have seen a few actions that does exactly what I want but the actions are not in the size I am looking for. I ran the image processor which resized the image to 800X975 but not the 800X1200. Any help from the community would be great OR if someone already has an action that would be awesome. I atatched before and after images as examples. Thanks

このトピックへの返信は締め切られました。
解決に役立った回答 jacksonk123

"Thoughts?"

 

Thoughts are very simple. You state your original image is 1226 x 1494  which is an aspect ration of 1: 1.219.

You want to resize it to 800 x 1200 which has an aspect ratio of 1:1.5

 

So, as stated by Dag Fosse, you have to either:

a. Resize to 800 x 975 and then fill in the empty space at the top and bottom to extend the image to 800 x 1200. That fill could be achieved by a simple plain colour, by content aware fill,  or (depending on the image using content aware scale to stretch the edges of the image whilst protecting the main object.

b. Resize to 984 x1200 then crop the image (or depending on content use content aware scale to compress the edges whilst protecting the main object)) to fit into the 800 width

c. Go directly to 800 x 1200 and distort the image.

 

Dave

 


Team, I was able to get an action created based on my ask. Please review the screenshot as I am not allowed to send action script files. Am I missing anything here. The images looked the same but after many looks they start to be the same.

返信数 1

D Fosse
Community Expert
Community Expert
November 9, 2021

Distortion, or crop, or blank sides. Those are your three choices.

 

This has nothing to do with Photoshop. I't just what happens when you change one ratio into another.

 

jacksonk123作成者
Participant
November 9, 2021

This image attached is exactly 800X1200. I had to manually center the image to make it work. I have seen an example of the same ask but a different size. https://community.adobe.com/t5/photoshop-ecosystem-discussions/photo-bulk-resize-but-with-condition-of-not-enlarging-can-t-figure-it-out/m-p/9946943 Thoughts?

davescm
Community Expert
Community Expert
November 9, 2021

"Thoughts?"

 

Thoughts are very simple. You state your original image is 1226 x 1494  which is an aspect ration of 1: 1.219.

You want to resize it to 800 x 1200 which has an aspect ratio of 1:1.5

 

So, as stated by Dag Fosse, you have to either:

a. Resize to 800 x 975 and then fill in the empty space at the top and bottom to extend the image to 800 x 1200. That fill could be achieved by a simple plain colour, by content aware fill,  or (depending on the image using content aware scale to stretch the edges of the image whilst protecting the main object.

b. Resize to 984 x1200 then crop the image (or depending on content use content aware scale to compress the edges whilst protecting the main object)) to fit into the 800 width

c. Go directly to 800 x 1200 and distort the image.

 

Dave