Skip to main content
Known Participant
October 3, 2012
Question

Photoshop CS6: Why is 'Maintain Aspect Ratio', in Free Transform mode, unselected, by default?

  • October 3, 2012
  • 11 replies
  • 89745 views

In Photoshop CS6, if using Free Transform to change the size of a newly-made selection, you have to click 'Maintain Aspect Ratio' option every time to maintain the aspect ratio. How annoying is that! Why isn't this 'Maintain Aspect Ratio' option selected by default? Certainly in my case, there are vastly more occasions when I want to maintain the aspect ratio, and so, in my case at least, it would be much more user-friendly to have 'Maintain Aspect Ratio' selected, by default. Or, alternatively, why isn't there an option in Preferences to either have 'Maintain Aspect Ratio' automatically selected, or unselected, by default, leaving the user to toggle from this starting position, if they want? I know you can hold 'Shift' while resizing, but for the vast majority of the time, I would like to maintain aspect ratio and it would be helpful to have either this option selected by default, or have control in Preferences for the default setting.

This topic has been closed for replies.

11 replies

Maney Imagination
Participant
July 3, 2017

Photoshop > Preferences and reset all preferences.

Known Participant
December 18, 2014

I think the answer for Adobe would be to keep the free transforms current defaults since you can hold shift to maintain the aspect ration. Then, when typing a value into the free transform tool bar to constrain the proportions. I find that when I mostly need the aspect ratio constrained by default is when I'm typing the width or height in the tool bar.

Participant
October 7, 2014
Participating Frequently
August 14, 2014

I too use 'transform proportionally' 99 out of 100 times.

Switch default to proportionally ON might be easiest, but I can imagine this influences a lot of people in their workflow (now dealing with default OFF).

Would be great to simply remember the setting. Still be ON or OFF depending on the last time you used it.

Participant
October 23, 2013

For anyone still interested in a solution: work around by Michael L Hale:

http://forums.adobe.com/message/5782904#5782904_

Use the given script to:

A) Create a customized Scale button with Adobe Configurator (free) or

B) Save it in a script compiler such as Adobe ExtendScript Toolkit and then call it in PS via an action or function key

function transformDialog() {     var desc = new ActionDescriptor();         var ref = new ActionReference();         ref.putEnumerated( charIDToTypeID('Lyr '), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );     desc.putReference( charIDToTypeID('null'), ref );     desc.putEnumerated( charIDToTypeID('FTcs'), charIDToTypeID('QCSt'), charIDToTypeID('Qcsa') );         var desc1 = new ActionDescriptor();         desc1.putUnitDouble( charIDToTypeID('Hrzn'), charIDToTypeID('#Pxl'), 0.000000 );         desc1.putUnitDouble( charIDToTypeID('Vrtc'), charIDToTypeID('#Pxl'), 0.000000 );     desc.putObject( charIDToTypeID('Ofst'), charIDToTypeID('Ofst'), desc1 );     desc.putUnitDouble( charIDToTypeID('Wdth'), charIDToTypeID('#Prc'), 100.000000 );     desc.putUnitDouble( charIDToTypeID('Hght'), charIDToTypeID('#Prc'), 100.000000 );     desc.putBoolean( charIDToTypeID('Lnkd'), true );     desc.putEnumerated( charIDToTypeID('Intr'), charIDToTypeID('Intp'), charIDToTypeID('Bcbc') );     try{         executeAction( charIDToTypeID('Trnf'), desc, DialogModes.ALL );     }catch(e){} }; transformDialog();

Michael D Sullivan
Inspiring
October 24, 2013

I think you need a closing curly bracket on that.

Participant
October 24, 2013

Works just fine actually:) Maybe smoother optics help:

function transformDialog() {

    var desc = new ActionDescriptor();

        var ref = new ActionReference();

        ref.putEnumerated( charIDToTypeID('Lyr '), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );

    desc.putReference( charIDToTypeID('null'), ref );

    desc.putEnumerated( charIDToTypeID('FTcs'), charIDToTypeID('QCSt'), charIDToTypeID('Qcsa') );

        var desc1 = new ActionDescriptor();

        desc1.putUnitDouble( charIDToTypeID('Hrzn'), charIDToTypeID('#Pxl'), 0.000000 );

        desc1.putUnitDouble( charIDToTypeID('Vrtc'), charIDToTypeID('#Pxl'), 0.000000 );

    desc.putObject( charIDToTypeID('Ofst'), charIDToTypeID('Ofst'), desc1 );

    desc.putUnitDouble( charIDToTypeID('Wdth'), charIDToTypeID('#Prc'), 100.000000 );

    desc.putUnitDouble( charIDToTypeID('Hght'), charIDToTypeID('#Prc'), 100.000000 );

    desc.putBoolean( charIDToTypeID('Lnkd'), true );

    desc.putEnumerated( charIDToTypeID('Intr'), charIDToTypeID('Intp'), charIDToTypeID('Bcbc') );

    try{

        executeAction( charIDToTypeID('Trnf'), desc, DialogModes.ALL );

    }catch(e){}

};

transformDialog();

Participant
September 26, 2013

I too would like the option to choose my own defaults for Free Transform. Or at least that after I set my options on it once it remembers those selections and they stay the same until I change them. This is how the same tool behaves in Illustrator.

I'm asking because I'm currently going thru one psd file and resizing a lot of different elements. I want them to all resize from the upper-left corner and maintain the aspect ratio. I then type in the pixel size I want. But because it doesn't remember this setting I have to click the transform point, click the aspect ratio lock and then type in my pixel size for every single transform I do.

Very annoying...

Legend
September 27, 2013

I agree with Page D.

When I resize layers, objects, whatever it's 99 times of 100 that I want to resize proportionally. I would rather click once to make it truly free than the other 99 times to scale proportionally.

Participant
May 7, 2013

I will appreciate also an option to lock ratio by default. I must be very simple to do, isn't it ?

Known Participant
November 18, 2012

I'm not sure where this thread jumped off the original bandwagon but I'm also cranky that it doesn't maintain Aspect Ratio. One would assume that if you selected it, that's what you want, and when you are done, you would deselect it?

HOWEVER!!! If you resize the image using ANY OFF THE CORNERS, it will maintain Aspect ratio as many times as you select it.. as soon as you touch a side tab, it deselects the Maintain part..

station_two
Inspiring
October 3, 2012

Page D wrote:

...Why isn't this 'Maintain Aspect Ratio' option selected by default?...

Duh!  It's called FREE Transform. 

Forget about your etch-a-sketch Elements and learn Photoshop.

Page DAuthor
Known Participant
October 4, 2012

I can't really knock Elements too much - I have processed many photos in it and achieved some amazing results (in my opinion, at least!). It's a great application for newbies. I have both Photoshop CS6 and Elements 8 on my PC, as there seems to be a few things Photoshop CS6 cannot do, which Elements 8 can. One which I still cannot get my head around concerns the ability to back up your images onto DVD or CD, along with multi-session disc capability. Am I right in saying that Photoshop CS6 and/or Bridge CS6 does not provide the facility to burn images onto DVD or CD for backing up, or have I just not discovered where the facility lies in the applications yet?

While I'm on the subject about seemingly astonishing omissions, I discovered that there is no official online Photoshop CS6 Full User Guide, uploaded by Adobe. I am absolutely stunned about this. Is this a permanent decision by Adobe, or will one be uploaded in due course? I know there are various bits and pieces Adobe have uploaded for Photoshop CS6, but a FULL User Guide would be very helpful. As far as I understand, Adobe have uploaded full User Guides for previous versions. Why not with Photoshop CS6?

Noel Carboni
Legend
October 4, 2012

Seems odd to expect Photoshop to facilitate backups.  That's something the operating system facilitates.  Perhaps one is expected to be able to use the OS adeptly if one can use Photoshop.

Regarding the manual, there is a full PDF, but it's not written for Photoshop CS6 only (which decision I also don't feel is right).  Choose Help - Photoshop Online Help from within the app and look for the CS6 Help PDF (20 MB) link.

-Noel

JJMack
Community Expert
Community Expert
October 3, 2012

The shift, Ctrl|Command and Alt|Option keys are modifyer keys for many tools. Shift does things like Add to selection, in transform it constrains the aspect ratio to the layers current aspect ratio. Alt|Option transforms from the center . They can be used together.

JJMack
Page DAuthor
Known Participant
October 3, 2012

Yes, I am aware of the keyboard shortcuts. My point is that I would have thought that the 'Maintain Aspect Ratio' option would be the most commonly used mode and, therefore, why isn't 'Maintain Aspect Ratio' the default position? I have, up to very recently, used Elements 8, and its default position IS to maintain the aspect ratio.

Jeff Arola
Community Expert
Community Expert
October 3, 2012

It's never been the default in photoshop and wasn't in photoshop elements until more recent versions.

I guess adobe changed the default in photoshop elements to make it easier for people that are new to photo editing programs.

You might make a feature request over here:

http://feedback.photoshop.com/photoshop_family/topics