Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

how do make an image automatically stretch to fill the canvas when pasting?

New Here ,
Jun 12, 2019 Jun 12, 2019

I have a large amount of images that i need to fit exactly 300x450. But they're almost all either slightly longer or slightly shorter. I want to be able to paste the images onto the canvas and have them instantly stretch to fit 300x450. This means changing their original aspect ratio and squashing it if need be. As it is, i have to manually change every single image to the correct size. So i'm trying to find a quick way to make every single image automatically fit the canvas.

TOPICS
New user
1.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 12, 2019 Jun 12, 2019

Go to Window->Actions

Click the "New action icon" and fill in some basic data. Hit Record.

Enter the commands you want to happen. Here Image->Image size.

Click off the Chain icon and enter your size: width 450, height: 300 (or whatever you want to enter). The chain icon enables or disables size constraints. You need to disable them.

...than hit OK. You may now stop the recording.

This is a new action you have added. We will use that to size all pictures to the correct size before placing on your canv

...
Translate
Community Expert ,
Jun 12, 2019 Jun 12, 2019
LATEST

Go to Window->Actions

Click the "New action icon" and fill in some basic data. Hit Record.

Enter the commands you want to happen. Here Image->Image size.

Click off the Chain icon and enter your size: width 450, height: 300 (or whatever you want to enter). The chain icon enables or disables size constraints. You need to disable them.

...than hit OK. You may now stop the recording.

This is a new action you have added. We will use that to size all pictures to the correct size before placing on your canvas or to create images at that size if you prefer. You can dismiss your picture for now (not saving).

We will now use the image processor (File->Scripts->Image Processor...) to modify all the files beforehand:

1. Select the source folder

2. Select a destination folder (if save in same location...files will be put in a subdirectory called JPEG, PSD and/or TIFF)

3. Select the file format depending on your need, you can also select two or three formats.

4. do not forget to select your action to be applied on all images.

Click RUN and the image processor will create files at the correct size and the format and parameters you specified. As action you can surely also perform more complex actions as the recording records any command sequence you enter. It's up to you to experiment with that...

[Edit: Changed the text slightly to give more information]

ABAMBO | Hard- and Software Engineer | Photographer
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines