How do I adjust the print size of a photo?

I created a collage in PSE 10 and took the photo to Ritz to have printed out in an 18" x 24" poster.  When the file was read into their computer for printing, the sizing came up as 18'1/2" x 24".  Printing the photo as is will cut 1/2" off of the collage.  How do I adjust the print parameters of my photo file in PSE 10 to be exacetly 18" x 24"?  Thanks.

Here is my suggestion:
Open a blank, new file (File>new>blank file) size 8.5x11"
Open the collage
Go to Select>all
Go to Edit>copy
Go back to the blank file created in step #1
Go to Edit>paste. The collage will be on its own layer
Access the move tool, and with the corner handles resize the collage. Using the corner handles should preserve the aspect ratio. If you open the rulers, you will have a point of reference as you go along.
Print a draft copy to see if it will be suitable in the frame..
Please report back with your progress.

Similar Messages

  • HT3805 How can I adjust the pixel size of a photo

    I wish to upload pictures to a site and they have requested min size 40 x 40 max size 200 x 200  I assume this is pixel size but can find no way of doing this in Aperture.
    Surely this is a common enough request?

    Use the file export command (Shift-Command-E), adjust the size to whatever you want.
    You can make your own preset by pressing the + sign on the lower left corner.
    If you forget any of this, just use Apertures Help screen:

  • How can I adjust the font size of my printouts?

    I have an HP Officejet 4500 all-in-one printer and a new HP pavilion Slimline computer.  Since I changed to this computer, my printouts have very small font size making them hard to read.  How can I adjust the font size of the printout?  Is it a computer or printer function? I appreciate the help.

    I, too, am frustrated.  This seems like something that would easily be handled within the application software.  However, none of the fixes I've been offered have been very helpful.  My cousin sugested using Control C and Control V to move the text to WORD.  Once in WORD, you can manipulate the text on a WORD page...sometimes.  I've had good and bad luck with this method.  It still requires working in two different programs to get it legible.  Does anyone else have a 4500  All-in -one with this problem, or is it only me?  Thanks,  [Edited for Personal Information]

  • How can I adjust the font size in iTunes 11?

    How can I adjust the font size in iTunes 11?  Specifically, when in Artist view both the text in the sidebar and the track listing are huge.

    How to change fontsize in iTunes
    Take an XML-Editor and open:
    "C:\Program Files (x86)\iTunes\iTunes.Resources\de.lproj\TextStyles.plist"
    For other languages change your country code (de, en, fr, pl ...).
    Example for english:  "\en.lproj\TextStyles.plist".
    Backup this File !!!
    To change the Text-Size, change the integer value of the following item:
    "<key>size</key>"
    "<integer>8</integer>"
    This means Text-Size 8
    "<key>size</key>"
    "<integer>12</integer>"
    This means Text-Size 12
    To change the font, change the integer value of the following item:
    <key>font</key>
    <string>Arial</string>
    This means the font changes to Arial
    This also works:
    <key>italic</key>
    <true/>
    <key>bold</key>
    <true/>
    <key>underline</key>
    <true/>
    Example of common Text Properties:
    <!-- Artist View, Text Size In Artist List , Unselected -->
      <key>1033</key>
      <dict>
            <key>- loc hint -</key>
            <string>item table cell 3</string>
            <key>bold</key>
            <true/>
            <key>font</key>
            <string>Segoe UI</string>
            <key>size</key>
            <integer>8</integer>
        </dict>
      <!-- Artist View, Text Size In Artist List, Selected -->
      <key>1034</key>
      <dict>
            <key>- loc hint -</key>
            <string>item table cell 3 (bold)</string>
            <key>bold</key>
            <true/>
            <key>font</key>
            <string>Segoe UI</string>
            <key>size</key>
            <integer>8</integer>
        </dict>
    <!-- Album View Text Size, Titles Of Track List, After Click On Album -->
        <key>1021</key>
        <dict>
            <key>- loc hint -</key>
            <string>item track list 1</string>
            <key>font</key>
            <string>Segoe UI Semibold</string>
            <key>size</key>
            <integer>8</integer>
        </dict>
      <!-- Artist View Text Size, Titels Of Track List -->
        <key>1022</key>
        <dict>
            <key>- loc hint -</key>
            <string>item track list 2</string>
            <key>font</key>
            <string>Segoe UI</string>
            <key>justification</key>
            <string>right</string>
            <key>size</key>
            <integer>8</integer>
        </dict>
      <!-- Track Number Size, In Album And Artist View -->
        <key>1023</key>
        <dict>
            <key>- loc hint -</key>
            <string>item track list 3</string>
            <key>font</key>
            <string>Segoe UI</string>
            <key>justification</key>
            <string>right</string>
            <key>size</key>
            <integer>9</integer>
        </dict>
      <!-- Artist Text Size, In Album And Artist View -->
        <key>1024</key>
        <dict>
            <key>- loc hint -</key>
            <string>item track list 4</string>
            <key>font</key>
            <string>Segoe UI</string>
            <key>size</key>
            <integer>9</integer>
        </dict>
    <!-- Album View Text Size, Title Of Album Under The Cover -->
        <key>1001</key>
        <dict>
            <key>- loc hint -</key>
            <string>item grid 1</string>
            <key>bold</key>
            <true/>
            <key>font</key>
            <string>Segoe UI</string>
            <key>size</key>
            <integer>8</integer>
        </dict>
      <!-- Album View Text Size, Artist Under The Cover -->
        <key>1002</key>
        <dict>
            <key>- loc hint -</key>
            <string>item grid 2</string>
            <key>font</key>
            <string>Segoe UI</string>
            <key>size</key>
            <integer>8</integer>
        </dict>
    <!-- Titleview Textsize In Table -->
        <key>9002</key>
        <dict>
            <key>- loc hint -</key>
            <string>List Contents (Small)</string>
            <key>font</key>
            <string>Segoe UI</string>
            <key>size</key>
            <integer>8</integer>
        </dict>
    <!-- Title View Text Size, Title Of Album Next To Cover -->
        <key>9029</key>
        <dict>
            <key>- loc hint -</key>
            <string>List Contents (Small Bold)</string>
            <key>bold</key>
            <true/>
            <key>font</key>
            <string>Segoe UI</string>
            <key>size</key>
            <integer>5</integer>
        </dict>
    <!-- Textsize Playlist Sidebar Left Selected -->
        <key>1307</key>
        <dict>
            <key>- loc hint -</key>
            <string>playlists outline small font (selected)</string>
            <key>bold</key>
            <true/>
            <key>font</key>
            <string>Segoe UI</string>
            <key>size</key>
            <integer>3</integer>
        </dict>
    <!-- Textsize Playlist Sidebar Left Unselected -->
        <key>1304</key>
        <dict>
            <key>- loc hint -</key>
            <string>playlists outline small font</string>
            <key>bold</key>
            <true/>
            <key>font</key>
            <string>Segoe UI</string>
            <key>size</key>
            <integer>7</integer>
        </dict>
    Hope this helps.

  • How do you adjust the font size for the tabs and icons around the screen?

    How do  you adjust the font size of tabs and and icons to ake them larger?

    sfcalling
    Click on the text in the menu so that you see the bounding box around it. Look to the right of the Movie Menu customization workspace, Adjustments Palette, Text and edit your text font style and size.
    In this screenshot, "Glass Flowers" text in the main menu is selected and its Adjustments Palette Text editing opportunities are shown. To do comparable editing in the scene menu, click on the scene menu in the bin to bring its image up to the screen.
    Please let us know if you are OK with the details.
    Please also review the following Adobe document on disc menus which applies to both version 11 and 12.
    Adobe Premiere Elements 11 * Creating disc menus
    By the way, what computer operating system is your Premiere Elements 12 running on?
    Thanks.
    ATR

  • How can I adjust the font size, etc., when completing a PDF form in Preview?

    I would like to use Preview to fill-out or complete a PDF form.  The default font that Preview uses when I begin typing in a field is too large.  How can I adjust the font size.  And while I'm asking, can I also adjust the font color, weight, emphasis, etc.?

    Whilst in the Preview application, press "Shift - Command - A" (⇧⌘A) simultaneously to show the markup toolbar, or click View, and select "show markup toolbar". There is an icon "A" near the right hand side of the now visible markup toolbar, click this icon to reveal all the font options. 

  • Hello.  How do I keep the actual size of a photo when adding to a Keepsake?  Used to do this but have forgotten how!

    Hello.  How do I keep the actual size of a photo when adding to a Keepsake?  Used to do this but have forgotten how!  Need help please!
    T.

    Here is my suggestion:
    Open a blank, new file (File>new>blank file) size 8.5x11"
    Open the collage
    Go to Select>all
    Go to Edit>copy
    Go back to the blank file created in step #1
    Go to Edit>paste. The collage will be on its own layer
    Access the move tool, and with the corner handles resize the collage. Using the corner handles should preserve the aspect ratio. If you open the rulers, you will have a point of reference as you go along.
    Print a draft copy to see if it will be suitable in the frame..
    Please report back with your progress.

  • How do I reduce the "KB" size of a photo to better send on e mail?

    How do I reduce the "KB" size of a photo to better send on e mail?

    Where is the image?  What software are you using?  What software do you have?
    (If it is iPhoto or Aperture, you might get better answers in those forums:
    Aperture
    iPhoto

  • How can I Adjust the Page size while Iam printing wireless ?

    How can I adjust the size if a photo While I am Printing Wireless Printer ?

    Whilst in the Preview application, press "Shift - Command - A" (⇧⌘A) simultaneously to show the markup toolbar, or click View, and select "show markup toolbar". There is an icon "A" near the right hand side of the now visible markup toolbar, click this icon to reveal all the font options. 

  • How do I changer the print size

    How do I change the print size

    I do not understand what your question is; what do you mean by "print size"?

  • How do i get the print size to enlarge on an email print out?

    Everything I send from my lap top to be printed is so small I can hardly read it. How do I enlarge the print out?

    What model of printer are you using?
    Also are you printing directly from your computer or using ePrint?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • How do I change the pixel size of my photos?

    Hello,
    Please give me step by step instructions on how to change the pixel size of my photos from the time I log in.
    Thank you.

    There are basically two ways.
    Image>Image Size... This will adjust the quality of the image, allowing you to adjust the pixel dimensions and keep the full image.
    In the tool bar on left side of screen 5th icon down looks like a sliding picture frame. That is the crop tool, that will adjust the pixel size of a document by removing a portion of the image, allowing you to get rid of portions of the image you do not want.
    There are some other ways to accomplish the above, but these are the basics that everyone needs to know. I recommend playing with these tools on a copy of an image, that way you won't be afraid of destroying an image.

  • How do I find the pixel size of a photo?

    I have taken a photo or found one online.
    It's now on my ipad.
    How do I tell the pixel resoution of the photo via the ipad?
    I have two of the same photos on my device at the moment and want to delete one.  They may both be 2048/2048, but without emailing them or putting them in Dropbox, and viewing on my laptop, I don't see how to tell.

    Get the Actual Pixels App from the App Store. It's free and will tell you the pixel size of any photo you open.
    https://itunes.apple.com/ca/app/actual-pixels/id608679577?mt=8

  • How do I minimise the file size of a photo?

    I am trying to find a way to miimize the file size of a photo so I can use s a avicon. Does anyone know how to do this?

    Select the pic in the iPhoto Window and go File -> Export
    Two settings will impact on the File Size:
    Jpeg Quality refers to the amount of compression applied to the file. Size refers to the dimensions (length by breadth) if the image.
    Regards
    TD

  • How do I adjust the printing preferences? all my pages print in miniature when I use Firefox and try to print from a webpage.

    I cannot print from any webpage, including my hotmail account, without the page printing at about 20% of the normal size. If I use Explorer, I have no problems with printing.

    Well, I tried your suggestion, and it did increase the font size, but it will only print within the top half and about the middle 1/3 of the page. So, to print something that should fit on one page, it would take 3 to 5 pages....I tried looking at the margins and they were all set to 0. changing them to 1 inch didn't help...any other suggestions?

Maybe you are looking for

  • Variables management in fm11.0

    All, I have a need with framemaker I do not know how to handle. Here is an example of my need: Let's say I need to produce a document related to a house, which can be 1 2 or 3 floors. I will then produce a variables :"nb of floor" which will be "1" "

  • MacPro1,1 Dual-Core maximum upgrades

    Where would I find the imformation for upgrades for MacPro1,1 Dual-Core Intel Xeon 2.66 GHz, as far as core, memory, and graphic display maximum capacity

  • Goods Issue to other Company Code

    Hi, is it possible to Goods issue to a plant under a different company code?

  • Fpga disabled code using space on a FPGA

    I have a endable/disable diagram for emulation a FIFO during emulation mode. see atached picture. Does the disabled code use space on an FPGA ( I have not enough space on my 3Mgate FPGA for my program) I ask this because in some other part of the lab

  • TS1702 cannot install cloud magic app

    numerous trys with ipod 4 touch. . uninstalled/reinstalled cloud app - get "can't load now" . . deleted network - redid network - rebooted - tried other apps - nothing loading AT ALL