ID CS1 - Scaling a graphic when placing?

Ask a Question related to Adobe Indesign Macintosh, Design and Development.

  1. #1

    Default ID CS1 - Scaling a graphic when placing?

    Hi everyone,

    I'm wondering whether it's possible to scale a graphic upon import in ID
    CS1.

    Let me explain...

    When hitting cmd + D I get the insertion cursor. When I now click and
    drag I can specify the exact dimensions of the image *frame*, but the
    image itself comes in at its full, native size, so next I need to choose
    'fitting > fit content proportionally' and then 'fitting > fit frame to
    content' to arrive at the desired result.

    On the contrary in Freehand I can just click and drag to proportionally
    scale *and* place the graphic in one go without any further adjustments.
    It's so intuitive that I've come to rely on this behaviour.

    Can I do that in ID CS1?

    I already tried any possible combination of modifier keys but the images
    always show up at 100% first.

    Any hints would be very much appreciated!

    --
    Cheers Martin
    Martin_Sammtleben@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Button with graphic skin, transition with states,graphic vanishes???
      Hi, Two issues. I've got three buttons (components) in a canvas (in an application) that are graphical (round graphics with transparent...
    2. scaling swf
      i have an html doc that i want to place the swf file in and having the swf file scale 100% x 100%. When i change the width and height parametres of...
    3. scaling
      How do I check to see if an image has been scaled. The scaling in the top menu shows a file is still 100% but I can tell it has been scaled. How...
    4. Scaling with 10.0.3 in OSX
      I used to be able to hold down the shift key while resizing objects and they would retain their integrity while scaling. However I have just upgraded...
    5. I need help placing picture-graphic with transparency into PM6.5
      I have been unable to place a graphic/picture saved with transparency, to appear without a white fill-in area into PM6.5. Instructions in help were...
  3. #2

    Default Re: ID CS1 - Scaling a graphic when placing?

    I wonder how this can be intuitive. When i drag a rectangle of proportions different from the ones of the image, which will always be the case, how should the image be scaled?
    Disproportionally (this *would* be intuitive but unwanted)?
    Proportionally to fill the frame?
    Proportionally to be entirely visible?
    Should this be *another* preference?

    I think it's easier to hit the needed shortcut after placing.

    AFAIK there is no way to do what you want.

    Gerald
    Gerald_Singelmann@adobeforums.com Guest

  4. #3

    Default Re: ID CS1 - Scaling a graphic when placing?

    In article <3bc1c0ce.0@webcrossing.la2eafNXanI>,
    [email]Gerald_Singelmann@adobeforums.com[/email] wrote:
    > I wonder how this can be intuitive. When i drag a rectangle of proportions
    > different from the ones of the image, which will always be the case, how
    > should the image be scaled?
    No, this is not the case in Freehand and that's the crucial point: when
    one does this in FH, it is fully aware of the proper proportions of the
    image and does the scaling perfectly.

    I guess you'd need to try it yourself in FH to know what I'm referring
    to.

    --
    Cheers Martin
    Martin_Sammtleben@adobeforums.com Guest

  5. #4

    Default Re: ID CS1 - Scaling a graphic when placing?



    Disproportionally (this *would* be intuitive but unwanted)?




    That's what Pagemaker did.
    John_Slate@adobeforums.com Guest

  6. #5

    Default Re: ID CS1 - Scaling a graphic when placing?

    Yep. PageMaker behaved that way. I miss that.

    Mike Witherell in Maryland
    Mike Witherell Guest

  7. #6

    Default Re: ID CS1 - Scaling a graphic when placing?

    I had someone write me a script that has been invaluable to me.
    It fits the graphic proportionally, then centers the graphic in the frame, then resizes the frame to fit to content.
    I just run it right after I place a graphic in a frame I've drawn first (where I want the image to be). Then I just make minor adjustments to size & position.
    I think Dave may have wrote this script. I want to give credit, where credit is due...
    here's the script:

    myObj = app.selection[0]; ?myObj.fit(FitOptions.proportionally); ?myObj.fit(FitOptions.centerContent); ?myObj.fit(FitOptions.frameToContent);

    Chris
    chris@adsrus.com Guest

  8. #7

    Default Re: ID CS1 - Scaling a graphic when placing?

    In article <3bc1c0ce.4@webcrossing.la2eafNXanI>, [email]chris@adsrus.com[/email]
    wrote:
    > I had someone write me a script that has been invaluable to me.
    > It fits the graphic proportionally, then centers the graphic in the frame,
    > then resizes the frame to fit to content.
    That is brilliant!!!

    I had to slightly reformat the script and remove the question marks like
    so:

    myObj = app.selection[0];
    myObj.fit(FitOptions.proportionally);
    myObj.fit(FitOptions.centerContent);
    myObj.fit(FitOptions.frameToContent);

    Then I saved it in Presets > Scripts as e.g. FitObject.js and in ID
    assigned a keyboard shortcut ctrl + F to it.

    This is incredibly helpful!

    Thanks muchly Chris and Dave!
    Martin_Sammtleben@adobeforums.com Guest

  9. #8

    Default Re: ID CS1 - Scaling a graphic when placing?

    Hi there,

    I would like to use this script in ID CS but don't know how to convert it to Apple Script. Can anyone help me out, please?

    Thanks.
    Davina
    Davina_Borzel@adobeforums.com Guest

  10. #9

    Default Re: ID CS1 - Scaling a graphic when placing?

    In article <3bc1c0ce.6@webcrossing.la2eafNXanI>,
    [email]Davina_Borzel@adobeforums.com[/email] wrote:
    > I would like to use this script in ID CS but don't know how to convert it to
    > Apple Script. Can anyone help me out, please?
    Can't help you with Apple Script, but I've put up my working Javascript
    version with install instructions here:
    <http://www.simnet.is/klipklap/indesign/fit-object/>

    Hope that helps!

    --
    Cheers Martin
    Martin_Sammtleben@adobeforums.com Guest

  11. #10

    Default Re: ID CS1 - Scaling a graphic when placing?

    Thanks Marin.

    It's a great help with this script...using it and loving it!

    Davina
    Davina_Borzel@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139