How do I make a 20 X 30 print with layers of 16 X 20, 12 X 18, 11 X 14, 8 X 12, 8 X 10, 5 X 7 and 4 X 6 of the same image to display the different sizes available to someone?  Using Elements 13 with Windows 8.1

How do I make a 20 X 30 print with layers of 16 X 20, 12 X 18, 11 X 14, 8 X 12, 8 X 10, 5 X 7 and 4 X 6 of the same image to display the different sizes available to someone?  Using Elements 13 with Windows 8.1
A senior citizen needs some help.
Thanks

Saving each image as different size - is it an option for you?  I would save images with their name as: 20x30.png, 16x20.png etc etc.
Or explain whether you want these in a webpage  in which case only one image is necessary and different sizes are displayed with good CSS code.  this is question for Dreamweaver forum if this is what you want.

Similar Messages

  • The large image that displays the current weather has dissapeared?

    On my weather app and on the notification centre widget, the large image that displays the current weather (inbetween your location and the current temperature) has dissapeared. All the infomation given by the app and widget is correct and the smaller weather icons still appear within the app and widget but not the larger one?
    Can anyone explain the cause of this and give me a solution to fix it? Thanks

    Hi fedotenko,
    If your main objective is to print the images and merely not saving the images directly to the disk...I think you want to print these images without scrolling and the full content...So you can do something like below:
    // Here mainContainer is the container or box id the contents of which you want to print
       private function doPrintContainer():void
        var printJob:FlexPrintJob = new FlexPrintJob();
        if(printJob.start() != true) return;
        try
         var mainContainerHeight:int = mainContainer.height;
         //Increasing the height of the desired component to be printed.
         mainContainer.height = mainContainer.measuredMinHeight;
         mainContainer.verticalScrollPolicy = "off";
         //Adding the resized Component to our FlexPrintjob and then sending the print request
         printJob.addObject(this,FlexPrintJobScaleType.MATCH_WIDTH);    
         printJob.send();
         //Resizing the component back to normal size
         mainContainer.height = mainContainerHeight;
         mainContainer.verticalScrollPolicy = "auto";    
        catch(error:Error)
                     trace("Error : " + error.message);
    If this post answers your question or helps, please kindly mark it as such.
    Thanks,
    Bhasker Chari

  • Emailing multiple individual photos from iPhoto is causing the same image to be on different emails. Need help!

    I am using iPhoto to edit my pictures from my Canon 60d. As I edit the photos, I send them by email within iPhoto (using the Large setting) to several members of my family. Last night I sent about 20 different pictures with different descriptive titles in the email to multiple people. However, when they view them in their email on their iPhones, it is showing the first picture over and over again, no matter what the title of the email says the photo is. It is even stretching the picture to either landscape or portrait depending on the view of the different pics in each email themselves but is still showing the same pic no matter the orientation.
    I need to figure out if this is a bug with iPhoto and iPhone or if I need to do something different. You would think if you choose an image and email it, it would be THAT image. It only began within the last two weeks or so but it has been consistent when emailing multiple single photos. Any help would be appreciated! Thank you!

    Greetings,
    I've seen this issue myself between iPhoto and an iOS device.  It appears to be an issue with the how the iOS device sees the email templates used by iPhoto '11's built in email feature.
    Suggestions:
    Let Apple know you have this issue: http://www.apple.com/feedback/iphoto.html
    Go to iPhoto > Preferences > General > Email photos using > MailThis will bypass the email templates and send your images directly from the Apple Mail program.  You won't have the pretty templates, but the images will come through (which is the important part in my opinion).
    Keep your software up to date on your computer and on your iOS devices. (If / when a fix comes, that's how you'll get it.)
    Cheers.

  • 2 iPhones in my house, both on the same Apple ID. Just got iPad mini, want to use iMessage with my phone number, but iPad only picks up other more recently added number (not mine) when I go to message settings. Is there a way to default to other number?

    Hi guys, so we have 2 iPhones in my house, both on the same Apple ID so that my mum and I can share everything. I have just got an iPad mini, and would like to use iMessage on it with my phone number, but the iPad only picks up other more recently added number (not mine, my mums) when I go to message settings. Is there a way to make the iPad default to other number?

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Troubleshooting Messages http://support.apple.com/kb/TS2755
     Cheers, Tom

  • How can I use the same thread to display time in both JPanel & status bar

    Hi everyone!
    I'd like to ask for some assistance regarding the use of threads. I currently have an application that displays the current time, date & day on three separate JLabels on a JPanel by means of a thread class that I created and it's working fine.
    I wonder how would I be able to use the same thread in displaying the current time, date & day in the status bar of my JFrame. I'd like to be able to display the date & time in the JPanel and JFrame synchronously. I am developing my application in Netbeans 4.1 so I was able to add a status bar in just a few clicks and codes.
    I hope somebody would be able to help me on this one. A simple sample code would be greatly appreciated.
    Thanks in advance!

    As you're using Swing, using threads directly just for this kind of purpose would be silly. You might as well use javax.swing.Timer, which has done a lot of the work for you already.
    You would do it something like this...
        ActionListener timerUpdater = new ActionListener() {
            public void actionPerformed(ActionEvent evt) {
                // DateFormat would be better, but this is an example.
                String timeString = new Date().toString();
                statusBar.setText(timeString);
                someOtherLabel.setText(timeString);
        new Timer(1000, timerUpdater).start();That code will update the time once a second. If you aren't going to display seconds, you might as well increase the delay.
    The advantage of using a timer over using an explicit thread, is that multiple Swing timers will share a single thread. This way you don't blow out your thread count. :-)

  • Drawing - more people the same image

    Hello,
    is there any way that two or more pepole can draw the same image? (if the first person draw a line, the second person will see the drawed line).

    Please elaborate on what you try to do here. Is this going in the direction of a distributed collaboration software or something like that? In any case, the short answer is yes in every case, but I can't tell you how to do it unless I know a bit more about what you're doing.

  • How am i able to use the same itunes account on a different ipod?

    How am I able to use the same iTunes account on a different iPod?

    By just using the same iTunes account.  If you set up the iPod on your computer just make sure that iTunes is signed your account.  Of settingup via wifi, just enter your existing account.  Do not create a new one.

  • Cloud isn't showing the same number of apps on different computers

    I have two computers. A Windows 7 64-bit desktop and Windows XP 32-bit laptop. After logging into Adobe Creative on my desktop and laptop I see different numbers of apps. On my desktop I have access to a wide assortment of apps (screenshot: http://i.imgur.com/IoFsVY7.png ). On my laptop I have access to a fewer number of apps (screenshot: http://i.imgur.com/5CAegdD.png ). The app I am trying to install on my Laptop is Creative Cloud Connection. While this app is available on my desktop, it is not appearing on my laptop. I am using the same Creative Cloud account on both computers. Can someone help me with this?

    The system requirements for the various apps in the Cloud vary and the apps available for download depend on your hardware and operating system.
    Well-spec'd 64 bit systems (Windows and Mac) will run all apps. Other configurations vary by app.
    Some Cloud apps (Premiere Pro, After Effects, Encore and SpeedGrade) are 64 bit only. They will not install or run on 32 bit computers so they will not appear on a 32 bit system as available for download.
    http://www.adobe.com/products/creativecloud/tech-specs.html#requirements
    Other apps such as Lightroom and Cloud Connection will not install or run on Windows XP so they will not appear as available for download.
    http://helpx.adobe.com/creative-cloud/kb/creative-cloud-connection-faq.html#id_34776

  • How can I make different catalogs from the same image

    How can I make different catalogs from the same image where that image has been changed in some way between the catalogs. For instance if I wanted to have a catalogs for cropped images and have 3 catalogs one for 4x6 , 5x7 and 8x10 cropping. When I tried this , if I changed a file in one catalog that same image in the other would change also.

    Do not confuse the creation of the crops and the display in collections per crop ratio.
    Of course one virtual copy (VC) per crop ratio is needed. If the same image should be cropped in all 3 mentioned ratios there would be 3 VCs.
    The OP asked how to have/see a set of same-crop-ratios.
    After having created the virtual copies for whatever crop ratio he wants, the way to display this result in the fashion asked for is via smart collections, provided they can be found. Without a plugin the naming of the VC with the crop ratio applied is a straight way to achieve that.
    IF the wish is to get new crops automatically added. (See my answers 2+3)
    IF the wish is to creat static collections per crop ratio for a certain set of images, I'd go as follows:
    1. Select all images you want to have cropped in that way,.
    2. With this selection click on the + to add another collection and fill the dialog box like this:
    Then navigate into this newly created selection and perform the 4x6 crop - according to taste individually or by synchronizing the first crop.
    Cornelia

  • How to use the same image map over and over

    Sorry, I posted this a couple of years ago and got a good answer by Murray. I'm so rusty with it, I can understand how it works anymore.
    Question:
    I have a large jpeg image map for a hundred pages. The jpegs are all the same except I changed the city name for each one.
    So for each corresponding htm page, the 4-5 links out are the same.
    Waht is the trick to not have to create by hand hotspots? thanks.
    I have previous notes, but I don't understand anymore, (too rusty) what they mean:
    The good news is that you really don't need a template at all.
    Just open one of your existing pages in DW, select that central image, browse to select the correct replacement image, and save the page with a new name.  It will have all of the image maps already there, from the original image.  One and done as they say."
    My old interpretation of this:
    select the large jpeg and then in link field drag over to the new city jpeg

    Ok, Nancy, code copy/ paste did work fine.
    what does this mean:
    "Change the image in the properties panel to display your new image."
    (the image is displaying ok)
    NEverthesless, I think I got Murrays old notes.
    Here is my new version of Murrays writing, easiest way I think:
    You open up a pre-existing html, say Chicago. Then drag over with pointer to the new jpeg you want (Buffalo). It replaces Chicago with the buffalo jpeg, all links work perfectly. Then do a save as called Buffalo.

  • How to treat multiple instances of the same image

    In my W/F I use Lightroom as my catalog and main edit tool but also create (using capture NX) tiff images to be edited in PS and also create jpegs in different formats for web browsing or slideshows.
    To my knowledge, while LR provide a powerful version tool to maintain different edits of the same image, it doesn provide anything to manage different processing  stages of the same image.
    Does anybody face the same issue ? How do you manage ?

    It sounds like you have two requirements:
    1. That different processing stages in time be saved
    2. That different output versions be tracked and updated
    It seems like #1 can be managed using virtual copies or History snapshots, depending on what you need.
    #2 should be automatic on export. When you export, you can set an export folder, which can also be saved as a preset. If you have one export preset for PSDs and another for JPEGs, you simply save an export preset for each output. In addition, you can select "Add to this catalog" so that Lightroom automatically tracks the separate folders where it exported the PSDs and JPEGs. When you want to export, you just select the right preset and everything is put in the right place for you and you can see where they went.
    You might also look into the Publish Services feature since it can do all of the above, and also can automatically track when you change the source image and let you know which exported files (like PSDs and JPEGs) need to be updated. Then you just click one button and they're all updated in their folders.

  • How to manage multiple sizes of the same image?

    I recently took up LightRoom for all the good things it does. One of the things I need to do, however, is to create and manage multiple sizes of the same image needed for different purposes. I always found this cumbersome. I totally expected that the LR library would offer a solution for this but I looked and I didn't see anything. Sure you can export and resize in the process but then you're on your own. Am I missing something? Isn't there a better way? What does Adobe have in mind for best practices and how do you handle this?

    I can't speak for 99jon, but when I need multiple sizes, I export at the desired sizes, and then make use of the exported photos (upload, e-mail, whatever) and then delete the exports. Thus, there's really no need for me to keep track of the photo at this specific size, knowing that if I ever need it again -- unlikely -- I can regenerate it with the export pre-set, so I put no effort (zero!) into keeping track of photos at different sizes.
    The idea of adding it back into the catalog doesn't get me excited, and I would advise against it. I don't need this, and I don't see the benefit of keeping this particular size export for the long-term. As I said, I can always recreate it — but maybe you have such a need to keep these exports long-term and recreating it at a later point in time doesn't meet your needs? Can you explain?
    By the way, you can't resize a virtual copy, so that won't work here. The only time you can resize is on export.

  • To turn on my ipod, I get an image of connection to iTunes, but when you update iTunes, nothing happens. I restarted the iPod manually several times peero still appears the same image. how I can make it work?

    to turn on my ipod, I get an image of connection to iTunes, but when you update iTunes, nothing happens. I restarted the iPod manually several times peero still appears the same image. how I can make it work?

    Restore the ipod

  • How to fill an 8x10 page with the same image for making buttons?

    How do you make a button template using the grid?  How do you import the image onto that, and how do you fill an entire page with the same image ie-  1" circles

    I'm trying to do the same thing but I want 1" squares.  I just upgraded from Elements 6 and I did this
    quite often for pendant necklaces.  I used to go and print individual prints, but the previous options are not there.  ;(
    And the picture package is only showing 20 (2x2) as being the smallest size.  I don't see a custom button.
    Can anyone tell me how to do this?  We're doing these for a fundraiser and I can't even print anymore.
    Thanks,
    Kimberly

  • How Do I put in the same image for multiple songs on iTunes

    Hi,
    I know if I click on the song on "info", I am able to change the album image. Is there a way for me to select multiple songs and do a bulk change with the same image?
    Thanks.

    Yes.
    Select multiple songs, get info and paste the artwork.
    Or select multiple songs and drag the artwork to the artwork window at the lower left of iTunes.

Maybe you are looking for