Image resizing changes the image size

Hello

I've put a point 8 all about my photos and if I resize using the command option shift while dragging the corner running Exchange too.

This is a new behavior for me and I'm not sure which terms to use to look for help. How do I resize without changing the weight of the race?

Thank you

Garrett

It is the control panel... one who is almost always anchored at the top of the screen.

Bob

Tags: InDesign

Similar Questions

  • Cannot change the font size in the window pop up and stickies

    I use Acrobat Pro XI on a Macbook Pro, OS 10.9.5. As a proofreader/Editor, I use mainly the highlight and sticky tools. A few days ago the type in my comments have become extremely low, even if I didn't have any (intentional) changes. I have just put preferences at 18 to 20 points, but the police does not change and is still much too small. (I also noted, in a document of support, Mac users are not supposed to be able to size of setpoint, to small, medium, or large - but I do not have these options.) I upgraded x to XI to try to solve this problem, but nothing has changed. When I go to the editing of content box, "Edit text & Images" is grayed out. I can make changes in the field 'Add', but I do not use this tool. I'm getting a little bit frantic (Yes, the smoke is because my hair is on fire), because most of my jobs are PDF files, and now I can't work on it.


    I am sure that it is simply a case of DO (silent operator), but I'd appreciate it if anyone can put back me on track. Thank you.

    You use the properties toolbar? It is contextual. Read the first article below for more information on this subject.

    Also try to go to one of your old PDF with the font size as you like it. Right-click on the reminder and select 'Make properties Default '. Here are a few articles that I hope will help.

    Document Geek: How to change the font properties in a PDF Sticky Note

    Document Geek: How to globally change the font size of the text in a PDF Sticky Note

  • Cropping + change the canvas size

    Hello

    I have a problem (because I'm a beginner in Photoshop), and it's that when I crop and image and try to change the canvas size - change the size because I use a different type of paper - (and anchor the image to the top left), the image looks like the way she was before harvest. Is there another way to do this? I'm doing it wrong?

    Thank you

    Try to use the tool of rectangular selection to a fixed size: 4 in. x 6 in.

    Move the selection where you want it to be.

    Select > Inverse

    Remove.

  • How can I change the background size?

    A customer sent work that needs to be resized and printed RIP Onyx.  After resizing the .eps in Illustrator CC white field behind the work is too big.  How can I change the background size?  I changed the size of the artboard, but still the same problem.  Thank you

    pleddy,

    I wonder if we look at a clipping mask where the shadow is 40 "x 40" and which may cause the problem. If so, you could reduce the size (20 "x 20" or more). I think that you can select it disrupted the direct Selection tool (Alt/OptionClicking it) or remove the mask first and submit a new request later.

  • Change the page size, unexpected behavior, CC

    Hi, having a problem with the changes after the change of the page. In a nutshell if I get cardboard PMPoint transformation (0,0) before a change of page size, the result is exactly as planned, the origin of the page in the editing table. After I change the page size using kSetPageSetupPrefsCmdBoss and run the transformation even recalibrated value is identical before changing the page size.

    Here's some quick code and output to illustrate. PageSizing:; DoYourThing() called and made the intial processing, prints the output in InspectTransformation(), then call ChangePageSize() and remembers InspectTransformation().

    Sub PageSizing: DoYourThing()

    {

    IDocument* theFrontDoc = Utils<ILayoutUIUtils> ()->GetFrontDocument();

    if (theFrontDoc is nil) { cost < < "Need a doc." } < < endl; return; }

    fDoc = theFrontDoc;

    GetPageSpreadRefs()1); Download the UIDRef from the 1st page and spread

    if (fPageRef == UIDRef:gNull) { cost < < "Invalid Page" UIDRef. < < endl;} return; }

    if (fSpreadRef == UIDRef:gNull) { cost < < "Invalid spread UIDRef." } < < endl; return; }

    cost < < "before changing the size of the Page." << ENDL ;

    InspectTranforms();

    bool16 sizeChangeResult = ChangePageSize();

    if (sizeChangeResult) {

    cost < < "after changing the size of the Page." << ENDL ;

    InspectTranforms();

    }

    }

    Sub PageSizing: InspectTranforms()

    {

    do {

    PMPoint leftTopPage (0, 0); / / Page coords

    InterfacePtr<IGeometry> pageGeo (fPageRef UseDefaultIID(());

    PMMatrix page2Pb =:pageGeo InnerToPasteboardMatrix();

    PMRect pageBoundsInPasteboard = pageGeo->GetStrokeBoundingBox(page2Pb);

    PMPoint pageOriginInPasteboard is pageBoundsInPasteboard. LeftTop ();

    Helper:PrintPoint(pageOriginInPasteboard, 'Origin of the dough pension Page.');

    InterfacePtr<ITransform> pageTransform (fPageRef UseDefaultIID(());

    PMPoint leftTopInPasteboard = leftTopPage;

            :: TransformInnerPointToPasteboard() pageTransform, & leftTopInPasteboard);

    Helper:PrintPoint(leftTopInPasteboard, "transformed the point (0,0) in cardboard coords.") );

    } while (kFalse);

    }

    bool16 PageSizing: ChangePageSize()

    {

    bool16 retval = kFalse;

    do {

    InterfacePtr<IPageSetupPrefs> docPrefs (fDoc->GetDocWorkSpace(), UseDefaultIID());

    if (docPrefs is nil) { cost < < "Nile IPageSetupPrefs" < < endl;} Break; }

    InterfacePtr<ICommand> pageSizeCmd (CmdUtils:kSetPageSetupPrefsCmdBossCreateCommand());

    if (pageSizeCmd is nil) { cost < < 'No command' < < endl;} Break; }

    InterfacePtr<IDocSetupCmdData> cmdData (pageSizeCmd IID_IDOCSETUPCMDDATA);

    if (cmdData is nil) { cost < < 'Data command nothingness' < < endl;} Break; }

    PMPageSize currPgSz = docPrefs->GetPageSizePref(); / / 612, 792

    PMPageSize newPgSz (currPgSz. OutputWidth() + 50, currPgSz. OutputHeight () + 50);

    DocPageBinding link = Utils<ILayoutUtils> ()->GetDocumentPageBinding(:GetUIDRef(fDoc));

    cmdData->SetDocSetupCmdData(:GetUIDRef(fDoc),)

    newPgSz,

    docPrefs->GetNumPagesPref(en)

    docPrefs->GetPagesPerSpreadPref(en)

    docPrefs->GetWideOrientationPref(en)

    Liaison);

    Error code ec = pageSizeCmd ProcessCommand() CmdUtils:);

    retval = (ec == kSuccess);

    if (! retval) { cost < < "Resize the page command failed." } < < endl;}

    } while (kFalse);

    Return retval;

    }

    The output

    consoleOutput.png

    As you can see the origin of the page is different after the order of page size, but the transformation returns the same value of 0.0.

    Am I missing something about transformations or the order of page size?

    Thanks for any help. Mike

    Hello Mike,.

    you was not assuming that the upper left corner of a page in coordinates (0, 0) pasteborad. That is right. But you assuming that the upper left corner of a page in internal coordinates is (0, 0). And it is wrong. The origin of the page in internal coordinates is (0, 0) after resizing.

    Markus

  • change the font size textfield shot scene

    I have put a dynamic textfield on stage with a false text inside and he gave the my_textArea of the instance. Now I want to change the font size, so I used this code:

    var myTextFormat:TextFormat = new TextFormat();

    myTextFormat.size = 10;

    my_textArea.setTextFormat (myTextFormat);

    my_textArea.html = true;

    my_textArea.htmlText = 'This is a test';

    But it is not resize the text. There it turns into 'This is a test', but the font size is exactly the same, as it was originally (30).

    It works when I create the textfield via actionscript, but I also want to apply to a dynamic textfield, which I have already placed on stage.

    What I am doing wrong?

    the code that I have proposed works.  Simply replace your code with the code that I have proposed.  don't change anything.

    and once again, if you use the code in your message #2, you must embed two fonts (properly) and you will need to use setTextFormat with two instances of textformat or use a style sheet.

  • Can I change the font size of the subjects email in my Inbox

    I'm changing the font size in the Inbox for a friend with a visual impairment. I am not able to find an option to do it though. Is this possible?

    I think that you need an add-on.

    https://addons.Mozilla.org/en-us/Thunderbird/addon/theme-font-size-changer/

    http://Xenos-email-notes.simplesite.com/416814616

  • Change the page size and text in Firefox 35.0.1

    I had a small red P at the top right of Firefox that changed the page size and the fonts that I lost after a reset: How do I get it back?

    Do you mean this extension?

    You can check the "Old data Firefox" folder on the desktop to see what extensions you previously had.

  • I can't go in the settings of fonts. How to change the font size?

    I had downloaded the latest version of Firefox and I finished it sync for my Android phone. I went into a kind of dialog box settings and accidentally changed my fonts and text settings and now I can't read any of my Gmail which is in my account on my desktop - it's too small. I'm trying to figure out how I can enter in the content settings (I feel that I do once I have enter the menu 'options' on the content settings page, but I don't know how to bring up the menu of the content/page settings). I use my desktop PC for work and I can't use it with the font settings and how they are now. I also read where the issues are taken, but no one knows how to find the answers to the questions people are asking. How do we get the answers that people give us on the issue, we asked?

    I hope you can help me as soon as POSSIBLE, I can change what I as soon as POSSIBLE. I'm working on my pc 24/7 for the work and is not helping me when I can't read the emails and I can't solve the problem.

    Thank you!

    Hi Upset2,

    Sorry to hear that you are having problems with font sizes in Firefox on your desktop.

    Text sizes really small for each Web site you visit, or is it just your emails?
    Text sizes are really small on your desktop and Android or only one?

    There are several things that could cause your text sizes to seem strange, so I'll take you by a couple.

    First of all, your email page could have a zoom. On your PC, could you please try open Gmail and then by clicking on the icon at the top right of your screen that looks like three lines?

    This will bring up a new menu and near the top of the menu are three buttons: a minus (-), a percentage (that is to say, he could say 70%) and a plus (+). Please click button percentage - this should Gmail zoom to 100%.

    If that doesn't fix it, let's try using the method on your printout. To access the content settings screen, click the button in the top right that looks like three lines. Click on Preferences. A new window will open. Click on the 'Content' button and follow the instructions that you change the font size.

    There is another version of the instructions I just gave you, with screenshots, here: font size and zoom - increase the size of web pages

    Mozilla Support issues are all handled by volunteers, and at peak hours, there may be a delay. Thanks for your patience!

    I hope this helps.

    Jayelbe

  • A way to change the font, size and "BOLD" to each page?

    Due to problems described here https://support.mozilla.org/en-US/questions/1012057?esab=a & s = & r = 0 & as = s I erase that I need something (an extension, perhaps) I want to recognize and change the font size and "BOLD" fonts in each page.
    Is there something like this?
    Maybe also for the bookmarks bar...

    You can use the NoSquint extension to define the size of the font (zoom text/page) and the color of the text on web pages.

  • You can change the font size using the form in the preview (not with the text box). Having also arrow drawing trouble in preview.

    You can change the font size using the form in the preview (not with the text box). Having also arrow drawing trouble in preview.

    What problems are you having with the arrow? You go to Tools-> annotate-> arrow and an arrow appears. Then you can drag around the head and tail to make it to the desired location.

  • possible to change the font size of the bookmark toolsbar?

    possible to change the font size of the bookmark toolsbar?
    upgrade to firefox v22 and notice this bookmark toolsbar got bigger, some bookmark font cannot be displayed, it is normal? possible to change?

    Hello

    Firefox on Windows is now after display, scaling options that can make the biggest text on screens at high resolution.
    You can adjust the resolution of your screen.
    To change it follow these steps:

    • Type of topic: config in the Firefox address bar and hit the Enter key.
    • If the warning that this might void your warranty , click I'll be careful, I promised.
    • Search for layout.css.devPixelsPerPx

    • Double-click layout.css.devPixelsPerPx to edit its value. The default value is - 1.0 in Firefox 22 and above. Change it to 1.0 to run as in previous versions of Firefox.

    If necessary, further adjust the value of 0.1 or 0.05. Values between 1.0 and around 0.5 to reduce the size of the elements. Use a value greater than 1.0 to increase the size. For example, a value of 1.25 will increase the font size of the 125% to account for the default DPI setting in Windows 8. Check the value that you enter. Definition of a value that is too small will take everything away and too high will explode things.

    If the web pages should always be adjusted so you can watch the extension Default FullZoom Level or NoSquint .

    To adjust the font size for the user interface, you can use the extension of theme font & size changer .

    This solve your problems? Please report to us!

    Thank you.

  • How to change the font size and color in the toolbar Firefox 10?

    I was switched to Mozilla Firefox 10.0 by a representative of Dell. I had been using IE8. I have the Windows 7-64 bit operating system. I can't read my toolbar on Mozilla it is so small and the police is black with gray background! Is this not a great combination. Is anyway to change the font size of toolbar and from the colour? I downloaded the module Amazon on WOW! It's clear as a Bell, but Mozilla is absolutely horrible. If I can't get the editing toolbar I need to know another browser to use cause after only 5 hours trying to customize and use Firefox 10.0 I'm all done. I can't get any telephone communication or chatline support. I was in the knowledge base up until I can recite! And Kaspersky is not compatible. More of a nightmare what I need.

    Theme font & size changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • I was using Firefox on a Web site, and all of a sudden, everything changed for these little characters that I can hardly read it. Any suggestions as to how I can change the font size? Ray Fowler

    When you use Firefox, the font size is automatically changed to so small I can hardly read it. How can I change the font size in Mozilla Firefox?

    Reset the page zoom on pages that cause problems: view > Zoom > reset (Ctrl + 0 (zero); Cmd + 0 on Mac)

  • Starting with HP Officejet 6600 and cannot change the page size

    Hello

    You have just purchased HP Officejet 6600 all-in-in-one and found that there not a duplexer, which is very very annoying! However, if I can just change the paper size, I can live with the disadvantage to the paper.  I have a Word document that is the flyer for our company, a document A4 which must be printed on A5 paper.  Old Canon printer I could make the A4 as an A5, but now I can't.

    Hope I explained the correct problem and the TIA for help.

    In my copy of Word 2007, I am able to evolve in A5 paper.

    Be sure to select A5 in 6600 preferences.

  • What happened to the bar that says 'file, edit' etc.? How can I change the font size to display Hotmail? Where can I access 'Cancel '? Thank you-

    How can I access the toolbar which includes "file, print" etc.? How can I change the font size of my hotmail home page? It used to be using "display".

    In Firefox 3.6 and later Windows, you can hide the menu bar on "view > toolbars" or via the contextual right click menu on a toolbar.
    Press F10 or press and hold the Alt key to bring up the menu bar temporarily.
    Go to "view > toolbars", right click on the menu bar, or press Alt + V T to select to show or hide toolbars (click on an entry to switch from the State).

    See also what happened to the file, edit and view menus? and http://kb.mozillazine.org/Toolbar_customization

Maybe you are looking for