Displaying more metadata with Image?

would anyone mind pointing me to the controls that set what i see under an image when i am not in list view? i would like to see items such as file size, pixel size and camera while looking at reasonably large image sizes (can't really do this in list view) and while I have read the manual and have access to online help some of these are a little tricky to find.
TIA

There are two kinds of panes used to show your Images.  They are
- Browser
- Viewer
The Browser displays the Image(s) in the currently selected container(s).
The Viewer shows the selected Image(s) in the currently selected container(s).
There are Four main Views in Aperture.  They are
- Browser View
- Viewer View
- Split View
- Projects View
Split View shows you two panes: one Browser pane and one Viewer pane.
Projects View is specialized for showing you your Projects and is not used to view your Images (though you can skim Projects and see the Images in each one).
The Images displayed in each viewing pane (Browser or Viewer) can be displayed with metadata.  (Metadata can also be displayed on the Metadata tab of the Inspector.)  For each pane you can show or not show metadata.  You can also switch between two customizable sets of metadata.  Metadata displayed in this way is called a Metadata Overlay.  The customizable sets are called "Basic" and "Expanded".
The Browser pane has some additional functionality that is not available in the Viewer pane.  You can sort, and you can filter, the Images displayed in the Browser at any time.  You can also view the Images displayed in the Browser pane in either Grid View or in List View.  Browser Grid View and Browser List View have their own Metadata Overlays.
Thus far we've covered six of the seven Metadata Overlays.  They are
- Viewer:  Basic and Expanded
- Browser Grid View:  Basic and Expanded
- Browser List View:  Basic and Expanded
There is one additional Metadata Overlay:  the Tooltip Metadata Overlay.  All of these are covered -- with full instructions on use -- on the Metadata pages in the User Manual.
All of this is covered in the first seven chapters of the User Manual -- a must read for anyone new to Aperture.  Additionally, many find setting up a test Library and experimenting with these settings is very helpful in quickly getting up to speed with Aperture.

Similar Messages

  • How to display html content with image in Adobe Flash and Flex mobile project?

    Hi,
      I have a html content with image in it. How to display it in Adobe Flash Builder and Flex mobile project? Which control needs to be used for this?

    Hello,
    The only current way is to use an iFrame, or if you only need some html tags you could use the Text Layout Framework.
    Here this is the iFrame approach:
    http://code.google.com/p/flex-iframe/
    If the swc do not work in Flex4 just use its ource code which works...
    ...it is basically based on this:
    http://www.deitte.com/archives/2008/07/dont_use_iframe.htm
    see also and vote, please:
    http://bugs.adobe.com/jira/browse/SDK-12291
    http://bugs.adobe.com/jira/browse/SDK-13740
    Regards
    Marc

  • How to Display RTF data with images from SQL database in Crystal Report

    I am using Crystal report in my WPF application, I have generate Question Paper Report, in which have Question with images. Question with images are stored in SQL Server in rtf format, I want to generate Question report with RTF Text and Images in report

    Hello Sir,
    I am still Facing problem in Crystal report generation with RTF Data (Text + Images),
    I am storing Questions in SQL Server which are RTF Format, Questions have Text + Images..
    I changed field data type then also i didn't get image in Crystal report
    if i browse an image n stored that in DB then its displaying in Crystal report, but when i pasted that image in RichTextBox and saved that in DB then no data displayed in Crystal report.
    My Table Structure is
    Table Name: tblQuestions
    field :    Questions Varbinary(max)
    I tried with nvarchar(max) also but its aslo not working

  • Displaying More Details from Images?

    I have been cropping images in Photoshop for a SD project at 720 X 480. The size of the crop does not display enough of many of the images that I need to display in FCP. Are there any other ways of showing an entire image, or more of one to get around this problem?
    Thanks.

    I know that images could be scaled in the viewer. However, the parts of the image that I would like to display are already gone because I had to crop them at 720 X 480 in Photoshop. I am trying to find out if there is some way to not have to crop them, bring them into FCP and have the image display in the viewer so you can see the whole image and not a portion of it.
    Thanks.

  • Sending metadata with images

    Ok, sorry for the ignornace, but I canot find the answer to this. When I email an image/images, or burn a disc of images, how do I included metadata? I'm only sending the image now. HELP- I need that function! Thanks Everyone----

    What format do you want the metadata to be in? It should be embedded in the files if you've checked it in your export preset.
    If a tab-delimited text file is OK, just use File>Export>Export Metadata...
    If you need more, there is an Automator workflow for exporting to Excel (http://www.automator.us/aperture/example-06.html) and also an export plug-in that exports XMP files (http://www.lightboxsoftware.com/aperture/).
    Ian

  • How to Display Html Text with Image

    HI Frens,
    I am getting some html text from a source, Later i want to
    display that data, but it may happened that it has some images in
    it. Currently I am using text area to display it.
    Now My question is if there is any image will it show, as we
    can see it in our mails? if Not, Which component I should use for
    this?
    I also want that I need to select some file from, How can i
    get open dialog box here?
    Thks in Advance for replies frens:
    Ashish Mishra

    Hi Ashish,
    If I have understood your requirement properly, u want to
    display html text on a flex application.
    I think there its better if you use the html component to
    display the text. I have a sample code which will give you a
    direction to think on.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application
    xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="vertical"
    creationComplete="initApp( )">
    <mx:Script>
    <![CDATA[
    public function initApp( ):void
    var initHtml:String = "<html><head> \
    <title='Page Example'/> \
    <body bgcolor='#ccddee'><h1>Page
    Example</h1> \
    <p>This is a complete <b>HTML</b> \
    page as a
    <em>string</em>.</p></html></body>";
    this.html.htmlText = initHtml;
    ]]>
    </mx:Script>
    <mx:HTML id="html" width="100%" height="100%" />
    </mx:Application>
    Also do you want a file open dialog box??

  • A little more help with image

    I have refered to this thread to help me create my background image.
    http://forum.java.sun.com/thread.jspa?threadID=599393&messageID=3196643
    However I am stuck mostly because of not really fully grasping all the objects and how they work yet.
    Basically right now I have a JFrame and then I have a container which I put all my objects in.
    First question:
    What exactly does the following line of code do?
    Container contentPane = getContentPane();
    Does the "getContentPane()" method get the JFrame, since this is the class this line of code is embedded in?
    It sets contentPane which is a container to the JFrame?
    Second question...
    So using the above link I created a class called BackgroundImage and it works ...sort of. I have two windows - one is my JFrame game and the other is this background frame.
    Now I knew this would happen and I realize what I am supposed to do but I have been unsuccessful. Basically I need to make this JPanel my contentPane right?
    But when I say something like
    JPanel contentPane = panel my JFrame has nothing in it...
    How do I take this seperate window and incorporate it into what I already have.
    I want to use the contentPane variable since this is the variable where everything gets added throughout the code? I can't seem to get the JPanel to work.
    Take a look at some code snippets:
    public class DungMast extends JFrame
        /** Creates a new instance of EventPress */
        public DungMast() {
            Animation_Complete=false;
            Current_Level = 1;
            Level_Complete = false;
            CreateUserInterface();
            JPanel panel = new JPanel()
            protected void paintComponent(Graphics g)
           //  Dispaly image at at full size
         g.drawImage(img_BG.getImage(), 0, 0, null);
         //  Scale image to size of component
    //                    Dimension d = getSize();
    //                    g.drawImage icon.getImage(), 0, 0, d.width, d.height, null);
                        //  Fix the image position in the scroll pane
    //                    Point p = scrollPane.getViewport().getViewPosition();
    //                    g.drawImage(icon.getImage(), p.x, p.y, null);
                        super.paintComponent(g);
             panel.setOpaque( false );
             panel.setPreferredSize( new Dimension(400, 400) );
             scrollPane = new JScrollPane( panel );
             getContentPane().add( scrollPane );
             JButton button = new JButton( "Hello" );
             panel.add( button );
        }  //end constructor for main JFrame
    //Then I have something like
    JPanel contentPane = panel;
    }

    What exactly does the following line of code do?
    Container contentPane = getContentPane();
    It gets the content pane for the JFrame and saves a reference to it for later use, viz,
    the reference "contentPane" can be used to call methods in the Container class.
    Lightweight (Swing) top&#8211;level containers have a content pane that holds the child
    components for the parent container. See the comments section of the JRootPane class api
    for a birds&#8211;eye view.
    import java.awt.*;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    public class BackgroundImage {
        private JPanel getContent(BufferedImage image) {
            // Make up our own content pane with an image
            // in the background.
            ContentPanel cp = new ContentPanel(image);
            // Add some components.
            cp.setLayout(new GridBagLayout());
            GridBagConstraints gbc = new GridBagConstraints();
            gbc.weightx = 1.0;
            gbc.weighty = 1.0;
            for(int j = 0; j < 10; j++) {
                gbc.gridwidth = (j+1)%3 == 0 ? gbc.REMAINDER : 1;
                cp.add(new JButton(String.valueOf(j+1)), gbc);
            return cp;
        public static void main(String[] args) throws IOException {
            BufferedImage image = ImageIO.read(new File("images/cougar.jpg"));
            BackgroundImage test = new BackgroundImage();
            JFrame f = new JFrame();
            System.out.println("Default contentPane = " +
                                f.getContentPane().getClass().getName());
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.setContentPane(test.getContent(image));
            f.setSize(400,400);
            f.setLocation(200,200);
            f.setVisible(true);
    class ContentPanel extends JPanel {
        BufferedImage image;
        public ContentPanel(BufferedImage image) {
            this.image = image;
            // This is required for JComponents that are used
            // as content panes since the Ocean LookAndFeel
            // (which can have non-opaque panels) was introduced.
            // Content panes must be opaque so they can draw
            // themseves and their child components.
            setOpaque(true);
            System.out.println("Default layout manager = " +
                                getLayout().getClass().getName());
        protected void paintComponent(Graphics g) {
            // Fill background with opaque color.
            super.paintComponent(g);
            int w = getWidth();
            int h = getHeight();
            int x = (w - image.getWidth())/2;
            int y = (h - image.getHeight())/2;
            g.drawImage(image, x, y, this);
    }

  • Saving metadata with PSE10

    Hello - I am a relatively new user of PSE10. I have a large collection of photos that I want to scan and archive on my Win XP PC (to be replaced with a Win 7 machine in next few weeks).
    I know how to add information to photos using the "properties" function in PSE10 organizer (followed by ctl-W to write the info to the file). *However*, this information does NOT get written to the file. I have tested this by examining the resulting file in several different programs, including PaintShop Pro, Zoner Photo Studio, Windows Image viewer, etc. It appears that the only information that gets saved is whatever has been entered in the "caption" field. Nothing else that I have entered shows up.
    Has anyone else run across this problem? All of the documentation that I have seen for PSE 10 claims that PSE 10 saves metadata with image files, but this does not appear to be the case. Any help / suggestions will be appreciated. Thanks.

    Hi Barbara,
    Thank you for the reply. When I'm in organizer I can right-click on an image, select properties, and enter information in the "caption" and "notes" fields, and I can also set "ratings". The information is still there if I close and re-open PSE. Also, the EXIF data associated with my camera or scanner is there. However, when I try to look at the file properties outside of PSE10 (e.g., in Windows Explorer, Zoner Photo Studio, or PaintShop) the "notes" and "ratings" info does not appear. I want to make sure that whatever info I enter in PSE10 is present in any file that I view *outside* of PSE10 (e.g., if I send it to someone, or view it with different SW, or look at it on another system).
    Patrick

  • Problem with image control using more than 1 web cam

    Hi,
    I am using logitech quickcam pro 4000.Actually I want to get image from
    3 web cam at a time wich will act as a CCTV.I want to get picture from
    more than 1 web cam at a time.But,When I start the .vi,than I get image
    from 1 web cam.I have attached the vi and the demonstration file.
    If anyone  has any idea please send me a reply.
    (The code was constructed using information
    from the Logitech Software Development Kit, downloaded from the Logitech web
    site January 4th 2004.  This
    package includes the royalty free distribution with the camera driver.
    To install the package, download and unzip
    LabVIEW Logitech UWA.zip and run Setup.exe in the 'redist' folder.  This installs drivers (if not already
    installed).  Then run LabVIEW and open
    Logitech Image Acquisition Master.vi. 
    Click the LabVIEW run button.
    Notes for Understanding the Code
    [1] The camera is controlled by an Active-X
    reference from a front panel Acitve-X container that displays the pre-view
    image.  To create this, create a blank
    Active-X container on the front panel and select the Active-X Hydra Video
    Portal class.
    [2] Three methods are called, following the
    Visual Basic guide from Logitech.  The
    first establishes a connection to the Active-X server.  The status bar is activated in the preview
    window (EnableUIElements), and we connect a camera (ConnectCamera2).
    [3] Here we set the value of property
    'EnablePreview' to turn on the preview panel.
    [4] We can get the camera description for
    camera zero here (the first camera connected).
    [5] Here we select the video format (64x480
    – can change it later).  The next call
    establishes the preview size by setting property values.  The preview size should be the same as the
    video format for fastest image acquisition.
    [6] We are restricted to saving the picture
    to a BMP file and then reading it in again. 
    This is a limitation of the SDK. 
    After reading the image file we can change it to a JPG if we wish to.
    [7] Here we re-read the image file and
    provide it to ImageDisplay.vi.
    Other methods and property values are
    reasonably self evident.  In LabVIEW, if
    you right click the Active-X reference terminal on any method, you can create a
    new method by simply selecting the appropriate one from a list.  The parameters for the method appear
    automatically and should be reasonably self-evident from the names.  If you want more details, download the SDK
    from Logitech.
    Other methods allow you to make movies in
    real-time or time-lapse sequences.
    Note that you can also monitor Active-X
    events to detect inputs or parameter changes made elsewhere.  For example it is possible to detect when
    the button on the camera is pressed.)
    Thanks
    Kabir
    Kabir mamun
    PhD Student,DCU
    [email protected]
    www.iward2010.blogspot.com
    Attachments:
    Logitech Image Acquisition Master.vi ‏98 KB

    Hi Peter,
    Thanks for your e-mail.And sorry for late.
    I have changed my activex server in my labview programme.Current 
    server name is XVideoOCX.I have attached 1 example.Still I am facing
    the same problem that I am not getting disply from more than 1 web
    cam.So would you be able to advice me,what should I do regarding this
    matter.
    Actually,This is a part  of my M.Sc project.I am under pressure.Peter,Please do me  this fevour.
    Thanks
    Kabir
    1 eample from help file:
    Video Disply
    1. Choose the input mode (Video, Single Image Files, Screen, etc.)
    XSetInputMode(0) // This
    chooses video as input
    2. Choose the video device
    XSetVideoInput(0) //
    Choose the first available video input device
    3. Initialize XVideoOCX
    XInit() // Initialize
    XVideoOCX
    4. Start internal video capture
    XStart()
    now XVideoOCX should display the live video
    5. Stop internal video capture
    XStop()
    6. Close XVideoOCX
    XClose()
    Kabir mamun
    PhD Student,DCU
    [email protected]
    www.iward2010.blogspot.com
    Attachments:
    ax2.vi ‏23 KB

  • Displaying Metadata on Image

    Hi, I'm new to Lightroom and was curious to see if there is any way to display some of my metadata on my image and export it so that when I view the picture later, for instance, the bottom left corner of the image would show the data and location. Essentially, I'm looking for the same functionality as in the slideshow mode, where I can create a custom text box that displays certain metadata fields on each slide. But, correct me if I'm wrong, the slideshow only outputs to a .pdf and there is no way to save the text on each image. The reason I ask is that my Grandma got a digital picture frame for Christmas and it would be helpful to her if the year, location, etc. were visible somewhere on the photo being displayed. Thanks for your help.
    Chris

    Yes, with my LR/Mogrify plugin.
    http://www.timothyarmes.com/lrmogrify.php

  • I want to make a slideshow to view on my television with image's duration ranging from seconds to an hour or more and I want to use my iPhone or iPad mini to control the television through my Apple tv.  I've been unable to locate an app that will do this.

    I want to make a slideshow to view on my television with image's duration ranging from seconds to an hour or more and I want to use my iPhone or iPad mini to control the television through my Apple tv.
    I've been unable to locate an app that will do this.  The Photos app that comes with the phone or iPad has extremely limited duration controls.  PhotoStream seems to load everything from my phone or iPad not allowing me to just load up a set group of images.
    iPhoto for iPad is getting some terrible recent reviews.  I tried a couple other free apps but they don't use Airplay.
    I can do something like this with iPhoto and my MB Air, but it's kind of ugly to have the computer open in order to connect by Airplay to my Apple TV.  I've thought the iPad or iPhone would be a lower profile controller.
    Am I out of luck?

    Thanks for your help.  Since I'm uninterested in loading all my photos (the only option) into photostream, I won't be able to use the settings in ATV.  I guess I'm just stuck with using iPhoto on my MB Air.  Thanks again.
    paul

  • How to display more than 255 chars in background job with ALV Grid ????

    Hi All,
    I am using ALV grid with OO.
    I have used call screen for ALV grid display. I have to display more than 255 characters in width. While running it, I can see the list perfectly.
    But in background mode, the list is truncated after 255 chars.
    Can anybody help how to send complete list(width more than 255 chars) to spool.
    Thanks and Regards,
    Neha

    Hi SAP fan,
    <b>YES you can run the ALV report in background mode.
    To run the report in background do F9 instead of F8, then give immediate and save.
    Now goto Sm35 goto job overview and view the job listed
    Choose the job and press the spool button. It will show the list created on the next page. When u clcik the list u can see the ALV output.
    To see this the job should be in the finished status.
    How to define Periodic Jobs
    1.Execute transaction SM36
    2.Define Job name, Job class, Target server
    3.Click on 'START CONDITION' button
    4.Click on 'Date/Time' button
    5.Enter Scheduled start DATE & TIME. Check mark 'Periodic Job' field. Click on 'Period values' button and select 'Hourly' or 'Dialy' or 'Weekly' or 'Monthly' or Other period and SAVE. Go back to main screen.
    6.Click on 'STEPS' button and enter Program name and Variant under box 'ABAP Program'. Click on 'Print Specification' button and enter Printer name under 'Output device' and SAVE
    7.Click on SAVE button until you get message on bottom of the screen that describes 'Job XYZ saved with status: Scheduled'.
    8.Click on 'Job overview' button or execute SM37 transaction.
    9.Select the appropriate 'Job name', 'User name', 'Job Status' & Schedule date under 'Job start condition' and click on 'Execute' button or press F8.
    10.You will now see all your scheduled JOBS.
    <b>Case: 2</b>
    You can Run in Background but make sure it is alv list, not alv Grid FM. if you are uisng alv list not problem , but if you are using alv grid then you can code like this..
    if sy-batch = ' '.
    call 'REUSE_ALV_GRID_DISPLAY'.
    else.
    call 'REUSE_ALV_LIST_DISPLAY'.
    endif.
    if you are using OO alv then write this code..
    CALL METHOD cl_gui_alv_grid=>offline
                    RECEIVING e_offline = off.
        IF off IS INITIAL.
          CREATE OBJECT g_custom_container
                 EXPORTING container_name = g_container.
        ENDIF.
    <b>Case: 3</b>
    if you are using OO ALV.
    Just before creating the custom container check for the following condition.
    Batch or Web Reporting
    IF cl_gui_alv_grid=>offline( ) IS INITIAL.
    CREATE OBJECT o_custcontainer
    EXPORTING
    container_name = lc_custcontrol
    EXCEPTIONS
    cntl_error = 1
    cntl_system_error = 2
    create_error = 3
    lifetime_error = 4
    lifetime_dynpro_dynpro_link = 5
    OTHERS = 6
    ENDIF.
    You can see the output in Spool in transaction SP01.</b>
    Good Luck and thanks
    AK

  • I have a picture library with images in sharePoint, now i want display that images in sharepoint webpage as a webpart.

    Hi All,
    I have a picture library with images in sharePoint, now i want display that images in sharepoint webpage as a webpart.
    i have displayed the all the images as a webpart.
    Now i want to enable thumbnail on that images and when i click the thumbnail of the image, it will be dilplayed as large image.
    How can i do this, any help!

    Hi,
    Please do the following to complete this task.
    1) Insert the picture library as list view webpart in your page.
    2)Specify the column titled  Thumbnail Preview in the list view.
    3) Edit the webpart and set the Toolbar Type to Summary Toolbar.
    Regards,
    Anurag

  • How to display more than one column with for each

    Hi guys,
    how to display more than one column with for each like below?
    for each
    Item1
    Item2
    Item3
    Item4
    Item5
    Item6
    Item7
    Item8
    Item9
    Item10
    End for each
    for each          
    Item1     Item2     Item3
    Item4     Item5     Item6
    Item7     Item8     Item9
    Item10          
    End for each

    Take a look at this to see if the solution provided would work for you: https://blogs.oracle.com/xmlpublisher/entry/multi_column_row_woes
    Won't you have more than 10 records in your data file ? If you are going to have only 10 items then you may be able to use position() function to limit it to 3 each..
    Take a look at this: https://blogs.oracle.com/xmlpublisher/entry/turning_rows_into_columns
    Thanks,
    Bipuser

  • The report displays more than 3000 pages with same content.

    Respected Sir
    I have a report with form letter layout.
    The report contains only one page,but while running the paper layout ,the report displays more than 3000 pages with same content.
    please anyone give a solution to this problem

    I think there is no bad joining. b'se when the querry is executed in sql, it is working properly(means returns only one record) . This problem is not for a particular report. Any report using the "form layout", the same problem occurs.
    Why this problem occurs. How can we solve it.
    Bye

Maybe you are looking for

  • Cost Center in automatically created line items in MIRO

    Hello SAP Gurus, While doing MIRO cost center is getting picked automatically in Tax line item even though there is no automatica account assignment in OKB9. Is it coming from validation or substitution? Please advise h

  • Report printing settings

    Hi there. I've got a problem. The law of our  country requires printing details on each sheet of report. That is: date, name of program in which we do accountancy, page number and so on. Could You tell me where can I set such details in SAP? I'd be v

  • Using filewriters to write to an already opened file

    Hi, I have used a filewriter to write some message to a file in a loop. Will i be able to write the messages for the rest of the iterations, if after the first iteration , i open that file in a notepad and check out if the message is being written pr

  • Differences in the message id between IMAPMessage and MimeMessage

    Hi, When I'm getting IMAPMessage from the IMAP server and calling getMessageID() I got next id (for the privacy reasons it not real, but reproduce the differences) : <[email protected]> Then, when I saved this message to the disk and read it as MimeM

  • Anything Similar to "Make Available Offline" from PC environment

    In my PC environment I have my laptop connected to my Windows Server and I selected key folders to make available offline. So while out in the field any changes I make are synchronized when I log back in at the office. Is there anything like this for