Putting images into frames

I'm making diamnond shaped frames to put images in and I need some help. I'm making a square and rotating it but the image rotates as well. How do I do this? I have indesign CS5. Thanks!

Thanks! I'm attaching a screen shot. I'm trying to duplicate the pdf that's on the right. Thanks again!

Similar Messages

  • How draw image into frame in applet

    How draw image into frame in applet.Please give my simple example code.

    http://search.java.sun.com/search/java/index.jsp?qt=%2Bdraw+%2Bimage+%2Bpanel+%2Bhow&nh=10&qp=&rf=1&since=&country=&language=&charset=&variant=&col=javaforums

  • How to put image into pdf file in which image is set it in particuler frame size

    hi, i m creating app for generate pdf in which i can set image into pdf but the image sizze is large so the image is display over the text and how can i set text into pdf and also how to set textfilelds data into pdf or tableview data into pdf.help me plz

    Are you looking for image in selection column or as a separate column?
    --Shiv                                                                                                                                                                               

  • Can't put image into the body of Yahoo Email.

    Although easily done using I.E or Outlook, any attempt to paste an image into the body of a Yahoo Mail results in nothing happening when using Firefox. I do NOT want to use I.E.
    This is a major problem. Attachments are no solution. In many industries, including mine, we like to send flyers as images or IN-LINE documents via email.
    Will Firefox / Mozilla address this issue?
    Is there a solution already?

    I have 2 FF windows open. One to view my picture and one with Yahoo mail. If I click and drag the picture into my Yahoo mail body, it works. Can't do copy/paste like in IE.

  • Putting image on Frame in netbeans

    Dear All
    How can we add an image on frame in netbeans IDE.
    From
    Rajeev Sarawat

    you have to create one class in the same project for the main panel(name it as MyPanel) then go to "customize code" of main panel and instead of default creation do custom creation of the main panel.
    here is the code for MyPanel----
    import java.awt.Color;
    import java.awt.Dimension;
    import javax.swing.*;
    import java.awt.image.*;
    import javax.imageio.*;
    import java.awt.Graphics;
    import java.io.IOException;
    import java.io.File;
    * @author Administrator
    class MyPanel extends JPanel {
    BufferedImage image;
    String file;
    public MyPanel(String s) {
    setBorder(BorderFactory.createLineBorder(Color.black));
    file = s;
    public Dimension getPreferredSize() {
    return new Dimension(711,360);
    protected void paintComponent(Graphics g) {
    super.paintComponent(g);
    try
    image = ImageIO.read(new File(file));
    }catch(IOException e)
    System.out.println(e);
    int w = image.getWidth(null);
    int h = image.getHeight(null);
    BufferedImage bi = new BufferedImage(w, h, BufferedImage.TYPE_INT_ARGB);
    g.drawImage(image, 10, 20, null);
    i think it would be helpful

  • Putting images into videos, help needed

    hi, im new to adobe after effects..i would be happy for quick help...
    i have 3 videoclips (commercials)...and in each, there are several characters...i need to take heads from pictures of people i have (i photographed people with white background)..and insert them into the video...so that the head would match and move with the original face...
    any tutorial or advice on this (if you understood what i need) ??
    please, thanks alot !!

    Not sure how good the result will be, but the outline of one way would be:
    1. Since you said 'photographed' I assume you have still images, so use PhotoShop to cut out the still images of the heads.
    2. Import the head image into AE.
    3. Use Motion Tracking to generate keyframes for following the heads in the original movie.
    4. Use this data to make the photo heads follow the motion track.
    5. Use keyframes for scale, position and rotation to orientate/size the new head to match the old one. May need to make new > old to avoid edge artifacts.
    Use Google to find tutorials on Motion Tracking.
    It is not as easy to get good results as it might sound above, especially if you are very new to AE.
    Not at all sure how realistic it will look if the new heads are static on moving bodies.
    Good luck!

  • Automatically placing images into frames?

    Hello all, I really hope im in the right part of this forum
    anyway, I work at a print shop, we layout our gang runs in indesign, our files are automatically renamed to 88888-F.xxx and 88888-B.xxx (front/back, xxx being the extension jpg/pdf/tiff/etc)
    the layouts are vertically symmetrical
    is there anyway I can manually drag 88888-F into its frame and have 88888-B automatically be placed into the frame on the other side?
    Thanks in advance!

    I not aware of a process that allows you to use a manual drag and drop.  Not sure if the event listener would work here. What you could do is using the ImageCatalog.jsx that comes in the sample JavaScript is create a script that selects a folder or files and places then in the order you require.

  • How to put image in Frame?

    How do I paint images (gif/jpg) in Frames?
    getCodeBase(), "... command doesn't work in Frame
    the getToolkit stuff to get images compiles, but my image doesn't show up. What can I do now?
    This is a part of a larger class.
    class Win extends Frame{
    Image helpD = Toolkit.getDefaultToolkit().getImage("icon.gif");
         Image img;
         Graphics helpG;
    Win(String name)
    setSize(455,455);
    setTitle("Instructions:");
    setResizable(false);
    addWindowListener(new WindowAdapter()
    public void windowClosing(WindowEvent evt)
    dispose();}
    public void update(Graphics g) {
         paint(g);
    public void paint(Graphics g){
              img=createImage(455,455);
              helpG=img.getGraphics();
    helpG.drawImage(helpD,0,0,this);
    g.drawImage(img,0,0,this);
    Does the getTookit stuff has some image restrictions?
    Thanks,
    Gant

    Is this what you're after? JFrame jf = new
    JFrame("Title");
    jf.add(new JLabel(new ImageIcon(img)));
    No, that's addin a ImageIcon. I want to place a gif/jpg background image in the window frame.

  • Putting images into creative cloud

    I have my computer on and my iMac. I worked on a photo in PS CC on my Ativ. Now I want to see it on my iMac. How do i see it in creative cloud so I can work on it on any computer?
    Kchilders75

    File Sync Links that may help
    -https://forums.adobe.com/community/creative_cloud/host_sync
    -http://helpx.adobe.com/creative-cloud/help/sync-settings.html
    -http://helpx.adobe.com/creative-cloud/kb/arent-my-files-syncing.html
    -Size Limits https://forums.adobe.com/thread/1488242
    -sync and email link http://forums.adobe.com/thread/1427516?tstart=0
    -Phantom folder problem https://forums.adobe.com/thread/1490445

  • Load image into Photo Album

    I'm new to Oracle.
    Can I load image into database by using Photo Album by no writing any code?
    And how?
    If not,how to load image into database?

    Yes you can. You can load media into the database into the photo album tables.
    Is this what you want to do? What exactly are you trying to accomplish.
    You can also use PL/SQL to put images into the database into your own schema (as with other database information)
    http://www.oracle.com/technology/sample_code/products/intermedia/htdocs/bulkload.html
    Larry

  • Need advice. Is it necessary to put images in folders and subfolders with LR?

    It seems that the concept of spending hours putting files into folders, sub-folders and sub-sub-folders is not needed  with LR. Creating all these folders takes hours, especially if you are like me and need a major reorganization of image organization. My thought is that all images can go into one massive folder as long as they are properly tagged. I can then use LR Smart Collections to essentially virtually organize all my images. I can create many more sorting options using Smart Collections than I can by putting images into a folder. This flies in the face of everything I've learned about storing data on a computer so I'm nervouse to head this direction because it starts with unorganizing my folders and removing all tags so I can start fresh.
    I don't want to take this on only to learn I didn't think of a gotcha issue. One drawback is that you are now committed to find anything by using LR or tags only. What do you think?

    Lee Jay wrote:
    Okay, then be honest.  What would you do if you were me?....So - give me an honest recommendation on a go-forward path (no "coulda, woulda, shoulda's").
    Honestly, I always start off from assessing what you really need or what value you could get from keywording. I wouldn't advise you to add keywords for their own sake.
    Lee Jay wrote:
    Meanwhile, I can already find all my images efficiently in seconds in nearly all cases.  I estimate that there is about one situation per year where having a comprehensively keyworded image store would be helpful in saving me time - perhaps 15 minutes each time that happens.
    Let's pretend that this isn't quite as black and white as you always put it. Let's say we're mainly talking weddings - typically wedding photographers add few keywords, if any. And let's say you do need to find certain images more often - each time you go to meet prospective clients you want to put on your iPad (you?) a portfolio of your best work for their broad type of wedding. So you might have categories like indoors / outdoors / subaqua, particular venues, age groups, religions through humanist,  formal / weird. Let's assume you do judge it worthwhile to increase the number of keywords.
    Lee Jay wrote:
    I could start tagging images now as I collect them.  But then I'd have all those other images that aren't tagged and all the new ones that are.  That means using the smart-collection approach would mean all the new ones were in neat collections, and all the old ones were in a gigantic "untagged" collection with over 100,000 images in it.
    Actually, that is the way I would advise you to go. Don't let the perfect be the enemy of the possible. It's not at all uncommon that people are put off beginning doing some keywording by the scale of the complete task. But beginning with the images that you're currently working on isn't too much extra effort. Even if it turns out that you never eventually do go back and keyword the old stuff, in a year's time you'll have a whole year's worth tagged. While doing so you'll probably adopt ways to make keywording less of a chore. For example you might add metadata presets to slap on overall keywords for the typical shoot "Wedding, Ceremonies, Christian" and then one or more keyword sets if you can justify putting time into varying the keywords between images - eg Bride, Kids, Cake. I wouldn't waste any time building up a hierarchy (do if you want, or not if you don't).
    I simply wouldn't worry about the 100,000 remaining untagged - they'll be easier to tackle once you're you've got the experience / benefits from keywording new stuff. I'd advise you to do it only as and when you need - it's too big a task to do anything else. Let's say you need your best shots of Jewish weddings and - as you're currently keeping a lot of metadata in your head - you know some are in that untagged mass. Find them through the folder system as you do now, whack on some keywords like "Wedding, Jewish, Non-orthodox". All those shots are of the bride - whack on "Bride" (maybe from a keyword set). Hey, she's got an obvious tattoo - let's just add that keyword just in case it'll be useful. And quickly move on. Whatever seems worthwhile.
    Although scripting could help, where's the script? Worthwhile to write/adapt one yourself? Instead for folder names I'd just just smart collections to gather image - eg folder name contains "weddings" - and then slap on the keywords. Sure, there will be some duplication between the pseudo-metadata in the folder names and in keywords, but duplication happens with metadata. In fact, it'll be quicker to search by the keyword "Wedding" than search for images with the keyword "Wedding" and / or with the folder name containing "Wedding".
    So that's how I'd advise you - start with the new work, and deal with the older stuff ad hoc.
    John

  • In formscentral, can I put images in dropdowns

    I need to put images into drop-downs in the formcentral form design.  Am I able to do this?  How?

    Thanks, but it should be!
     Ken Banner
    0lllllll0
    home: 336-856-1461
    mobile: 336-895-8305

  • How do you insert an image into a google map using a macbook?

    I am trying to put images into a Google map using my MacBook, but cannot seem to find any help. How do I insert an image into my Google map using my MacBook?

    Nothing complicated with your menu - very clear "ADD Image" but my menus are not as simple. Everytime I need to add an image I spend 5-10 minutes searching again. Wonder why so hard. I generally find Acrobat menus cryptic and unclear and I am big Adobe fan - use Illustrator, Photoshop, Dreamweaver, Premier, Fireworks etc - but Acrobat menus are like calculus in the dark.

  • CS3-style of placing the images inside frames in CS4.

    Hi everyone,
    I'm trying to find a way to have the cs3 - style of placing the images into frames in the new Indy CS4. I mean when I hit cmd+D and draw a frame I don't want any scaling / fitting of the placed image. I know there's no scaling if you drop an image into existing frame but when you draw one on-the-fly it's either the frame that keeps the proportions of the image or when you hold shift the image gets scaled to fit into.
    I'd rather have the old style placing as an option - but didn't find such a switch anywhere in the prefs.
    Thnx.
    R.

    Interesting request. I wouldn't have thought anyone would want the older way of creating images in frames, but I guess there's always someone who wants the old ways.
    I can't find any preference to restore the behavior back to the pre-CS4 way.
    But if you want to work with images the old way, you can. Your commands are just a little different, in a different order. But you may actually save a step.
    Consider:
    b In CS3 you had to do the following:
    1. Drag to create a frame.
    2. Switch to the Direct Selection tool.
    3. If desired, change the position the image inside the frame
    4. If desired, scale the image inside the frame
    5. If desired, use the Fitting commands to fit the image inside the frame.
    b In CS4 you have to do the following:
    1. Drag to create a frame.
    2. Switch to the Direct Selection tool.
    3. Scale the image inside the frame.
    4. Position the image inside the frame.
    However, step 5 is probably eliminated as you already started with the image fitting inside the frame.
    I agree no one likes to need to learn new work habits, but it's not such a big deal.

  • Putting an Image into a Frame

    Hi there,
    Ive created an applet in Java which is basically a square with a boucing ball in it. The problem is i want to put this into a JFrame so i can add other controls. How would i go about this?? I initialise the image in the intialisation... i.e.
    Buffer=createImage(600,600);
    gBuffer=Buffer.getGraphics();
    then i have my paint method as so.
    public void paint(Graphics g)
    gBuffer.setColor(Color.blue);
    gBuffer.fillRect(0,0,size().width,size().height);
    gBuffer.setColor(Color.yellow);
    gBuffer.fillOval(0,0,600,600);
    //Loop through Crabs
    for (int i=0; i<=iNumberofCrabs; i++){
    //Get Home
    if(iCrab.getHasHome()){
    Home phome = iCrab[i].getHome();
    //Paint Home and Crab
    phome.paint(gBuffer);
    iCrab[i].paint(gBuffer);
    g.drawImage (Buffer,20,10, this);
    Any help would be great....
    Regards James

    i would probably do like this....................
    * ImageClass.java
    * Created on February 16, 2006, 1:20 AM
    * To change this template, choose Tools | Options and locate the template under
    * the Source Creation and Management node. Right-click the template and choose
    * Open. You can then make changes to the template in the Source Editor.
    * @author hussain
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.image.*;
    import java.io.*;
    public class ImageClass extends JFrame
        jpanel j;
        public ImageClass()
            super("Image Application");
            Container cpane = getContentPane();
            j = new jpanel();
            cpane.add(j);
            setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        public static void main(String args[])
            final JFrame f = new ImageClass();
            f.setBounds(100, 100, 300, 300);
            f.setVisible(true);
    class jpanel extends JPanel
        Image image;
        int i = 0;
        short array[]= null;
        jpanel()
            setBackground(Color.WHITE);
        public void paintComponent(Graphics g)
            super.paintComponent(g);
            GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
            GraphicsDevice gs = ge.getDefaultScreenDevice();
            GraphicsConfiguration gc = gs.getDefaultConfiguration();
            BufferedImage aImage = gc.createCompatibleImage(200, 200, Transparency.BITMASK);
            image = Toolkit.getDefaultToolkit().getImage("c:\\fatwa.jpg");
            g.drawImage(image, 0,0,this);
    }

Maybe you are looking for

  • Strange scatches on the screen (mbp bought 3 weeks ago)

    Hi all i have seen these strange scratches on my mbp screen...let me say, i keep my mac as a jewel...i think it's a factory defect... what do u think about?i can contact apple?[IMG]http://img694.imageshack.us/img694/9240/stranosegno.th.jpg[/IMG]

  • Oracle ODBC driver and TIMESTAMP with timezone

    Does anyone know if it is possible to return data from a "TIMESTAMP WITH TIMEZONE" column using the Oracle ODBC driver and an ADO Recordset? I am using the Oracle driver version 10.2.0.2 and TIMESTAMP fields work fine. I can call Recordset->Open() wi

  • Report with Report Painter including download to Application Server

    Hi all, i would like to create a report with the report painter which can be dowloaded to the application server. i have found under "report header" - "export parameters" - the button "export to application server", however there i am not able to spe

  • How to delete a PS network with status 'Technically Completed' (TECO)?

    Dear all, We have Webdynpro application, which will create a PS network in background. In the past it was working fine and many PS network  are created. Now we have a scenario where some of the networks which are with status 'Technically Completed' (

  • Manually dispatching a keyboard tab event on a form does not work

    Hi, I am trying to solve the following issue: I have a form that is sitting on a TitleWindow. This is a popup window. I have a TextInput field. After clicking on the TextInput field when I try to paste something on it, nothing happens the first time