InterMedia feat. IPTC

does interMedia support IPTC header information?
where can i find information about the IPTC support of interMedia?
thx

Annotator currently does support IPTC headers.
OrdImage will support it in the future, but does not today.
I would suggest you contact the product manager for interMedia ( [email protected] ) and let him know what you do and what your needs are...
Larry

Similar Messages

  • Support for CMYK and IPTC

    Can interMedia store CMYK colorspace images and images containing IPTC metadata?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Susan Mavris:
    Can interMedia store CMYK colorspace images and images containing IPTC metadata?<HR></BLOCKQUOTE>
    Any image, regardless of format and/or color space, can be stored in the interMedia ORDImage object type. Similarly, any audio or video can be stored in the ORDAudio or
    ORDVideo object type.
    If the format of the media being stored is natively understood by interMedia, we offer additional capability, namely attribute extraction and image processing.
    The ORDImage import method automatically calls the setProperties method to extract image attributes. This is a problem for formats that are not natively understood by interMedia. If the format stored in the format attribute of the ORDImage object begins with "OTHER", the import method will not automatically call setProperties after importing the image into the BLOB. This
    is how to avoid problems with importing CMYK and IPTC images using the ORDImage import method.
    Please take a look at the interMedia Annotator Utility. This utility, available on OTN, is capable of parsing IPTC metadata
    and uploading the metadata and the image into the database. Depending on what formats you're using, it may also be able to parse your CMYK color space images.

  • Picasa corrupts IPTC, Photoshop Program Error when saving

    I am having a problem editing some JPGs in Photoshop.  Some JPGs will open fine, but I can't save them.  I get the error that Photoshop can not continue because of a program error (very generic error if ever there was one).  After several hours researching, I've come to the conclusion that some IPTC data is "corrupt" (actually, "problematic" is probably a better word).  Experimenting with some different files, I've figured out the common attribute amongst the files that won't save: I adjusted the date and time on them usng Google Picasa.
    How do I fix this?
    Note: reinstalling Photoshop, deleting preferences, rebooting, etc...  are not valid suggestions (also, I've already tried all that).  There is no problem with my system, it's definitely some type of incompatability between Picasa and Photoshop.  In the future, I won't use Picasa to modify meta data, but for now, I have photos from 2 separate trips that I'd like to edit and can't.
    Thanks in advance for any help you can offer, this has been driving me crazy!
    Additional info:
    I'm using CS4.  The problem occurs in both 64 bit and 32 bit versions of the software.  In addition to being unable to save, I am also unable to open up the File Info dialog box.  I am running Windows 7 Home Premium, 64 bit on a quad core with 4 GB of RAM.  I have plenty of free harddrive space.  I have the Production Premium CS4 suite installed and no other Adobe software installed (well, other than Acrobat Reader and Flash Player).

    Hi Paul.  I noticed this in the documentation for exiftools, which I suspect maybe related to the problem:
    Commonly, in JPEG images, the DateTimeOriginal, CreateDate and
    ModifyDate values must all be changed. For convenience, a shortcut tag
    called AllDates has been defined to represent these three tags.
    So I ran the following command:
    exiftool "-AllDates-=0:0:0 0:0:1" *.jpg
    But all that did was shift all the dates by 1 second, the various fields still don't match.  Do you know the syntax to update all the date fields to match?  Right now according to Picasa the "Camera Date" and "File Date" match and are correct, "Digitized Date" and "Modified Date" are off by an hour.

  • Can't find IPTC metadata after Aperture export into Lightroom

    Hi all, 
    I'm sure you've already worked through this pain, so maybe you'll have some insight for me:
    I am exporting approximately 25,000 images from Aperture 2.1.4 and importing them into Lightroom 4.  I started working with my small projects of about 300 images to test.  From Aperture, I exported the Master files with the Sidecar (IPTC4.XMP) files.  [My masters are a mix of .jpgs and .NEF, and I read that the jpgs don't always carry the meta data through].  I successfully imported the master files into Lightroom and ran the "Read Metadata from File" command.  I also exported the keywords file from Aperture and imported those into Lightroom as well. 
    Prior to exporting, I edited one file in Aperture by entering "test caption", "test location", "test keyword", "test copyright" etc. into several of the IPTC fields.  These fields are NOT appearing in the equivalent Lightroom fields.  I checked the .XMP file (using text edit) and it does contain the correct "test values".  I am getting all of the EXIF metadata, but none of my custom values.
    Is it as simple as not looking in the right place in Lightroom for my values?

    John, and Brent -
    Yes, thank you, you were both right.  Here is an updated screenshot showing the image in both applications, with the metadata where I expected it.  The trick, in my case, was to follow "Method 1" in the link above, to write the IPTC data into the .jpgs.  I'll use the sidecar method for the .NEFs, probably.  Also, expanding the fields proved that the keyword was present.  I'm sure I can mess around with the Display Metadata options from Default to other things.  All well; heroes to the rescue!
    Regards,
    Grace

  • Using long vs. clob datatype with Oracle 8.1.7 and interMedia

    I am trying to determine the best datatype to use for a column I
    wish to search using the interMedia contains() function. I am
    developing a 100% java application using Oracle 8.1.7 on Linux.
    I'd prefer to use the standard JDBC API's for PreparedStatement,
    and not have to use Oracle extensions if possible. I've
    discovered that there are limitations in the support for LOB's
    in Oracle's 100% java driver. The PreparedStatement methods
    like setAsciiStream() and setCharacterStream() are documented to
    have flaws that may result in the corruption of data. I have
    also noticed that socket exceptions sometimes occur when a large
    amount of data is transferred. If I use the long datatype for
    my table column, the setCharacterStream() method seems to
    transfer the data correctly. When I try to search this column
    using the interMedia contains() function, I get strange
    results. If I run my search on Oracle 8.1.6 for Windows, the
    results seem to be correct. If I run the same search on Oracle
    8.1.7 for Linux, the results are usually incorrect. The same
    searches seem to work correctly on both boxes when I change the
    column type from long to clob. Using the clob type may not be
    an option for me since the standard JDBC API's to transfer data
    into internal clob fields are broken, and I may need to stick
    with standard JDBC API's. My customer wishes to purchase a
    version of Oracle for Linux that will allow us to implement the
    search capability he requires. Any guidance would be greatly
    appreciated.

    I've finally solved it!
    I downloaded the following jre from blackdown:
    jre118_v3-glibc-2.1.3-DYNMOTIF.tar.bz2
    It's the only one that seems to work (and god, have I tried them all!)
    I've no idea what the DYNMOTIF means (apart from being something to do with Motif - but you don't have to be a linux guru to work that out ;)) - but, hell, it works.
    And after sitting in front of this machine for 3 days trying to deal with Oracle's, frankly PATHETIC install, that's so full of holes and bugs, that's all I care about..
    The one bundled with Oracle 8.1.7 doesn't work with Linux redhat 6.2EE.
    Don't oracle test their software?
    Anyway I'm happy now, and I'm leaving this in case anybody else has the same problem.
    Thanks for everyone's help.

  • How to insert image into table and to in Oracle 9i intermedia?

    Mr Lawrence,
    I want to ask something:
    I use Oracle 9i intermedia
    If i use this script:
    CREATE TABLE images (
    file_name VARCHAR2(100) NOT NULL,
    image ORDSYS.OrdImage
    then
    CREATE OR REPLACE DIRECTORY imgdir AS 'd:/data';
    then
    INSERT INTO images (file_name, image)
    VALUES ('tree', ORDSYS.ORDImage.init('file','imgdir','tree.jpg' ));
    I put tree.jpg in directory d:/data in my hard drive.
    Is my tree.jpg file had already get in to my images table?
    I'm little confuse, because when i check my table with this script:
    select file_name, i.image.getWidth() from images i;
    it's show that my i.image.getWidth() for file_name tree is empty.. that mean my tree.jpg doesn't get in to my table.. am i correct?
    N also i want to ask how to display to screen all of my image from images table?
    Is it posible Oracle 9i intermedia to support display image from table?
    How?
    thanks Mr Lawrence

    -- First step would be to create a directory in oracle and map it to the folder where your image resides.
    create directory image_dir as *'c:\image_dir';*
    Then you would have to use a procedure to insert the image in your table. SO first create a table to hold the image. Note that you have to use a BLOB to insert the image.
    CREATE TABLE test_image
    ID NUMBER,
    image_filename VARCHAR2(50),
    image BLOB
    Now let's write the procedure to insert the image in the table above.
    CREATE OR REPLACE PROCEDURE insert_image_file (p_id NUMBER, p_image_name IN VARCHAR2)
    IS
    src_file BFILE;
    dst_file BLOB;
    lgh_file BINARY_INTEGER;
    BEGIN
    src_file := BFILENAME ('image_DIR', p_image_name);
    -- insert a NULL record to lock
    INSERT INTO temp_image
    (ID, image_name, image
    VALUES (p_id, p_image_name, EMPTY_BLOB ()
    RETURNING image
    INTO dst_file;
    -- lock record
    SELECT image
    INTO dst_file
    FROM temp_image
    WHERE ID = p_id AND image_name = p_image_name
    FOR UPDATE;
    -- open the file
    DBMS_LOB.fileopen (src_file, DBMS_LOB.file_readonly);
    -- determine length
    lgh_file := DBMS_LOB.getlength (src_file);
    -- read the file
    DBMS_LOB.loadfromfile (dst_file, src_file, lgh_file);
    -- update the blob field
    UPDATE temp_image
    SET image = dst_file
    WHERE ID = p_id AND image_name = p_image_name;
    -- close file
    DBMS_LOB.fileclose (src_file);
    END insert_image_file;
    Now execute the procedure to insert the image.
    EXECUTE insert_image_file(1,'test_image.jpg');
    Thanks,
    Aparna

  • How do I use XSLT & XML is stored in InterMedia Text.....

    I use interMedia Text to store XML document. How do I use the XSLT Processor API to transform the data which is searched by XML SQL Utility??
    //***Source Code
    public Document xmlquery(String tabName,String xslfilename)
    Document xmlDocToReturn = null;
    String xmlString;
    try
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    //initiate a JDBC connection
    // initialize the OracleXMLQuery
    OracleXMLQuery qry = new OracleXMLQuery(conn,"select XML_TEXT from bookstore where contains (xml_text,'John WITHIN authorsec')>0");
    // structure the generated XML document
    qry.setMaxRows(2);
    // set the maximum number of rows to be returned
    // get the XML document in string format
    xmlString = qry.getXMLString();
    // print out the XML document
    System.out.println(" OUTPUT IS:\n"+xmlString);
    // get the XML document in string format
    xmlDocToReturn = qry.getXMLDOM();
    conn.close();
    catch (SQLException e) {
    return xmlDocToReturn;
    xml = (XMLDocument)query.xmlquery(args[1],args[0]);
    // Instantiate the stylesheet
    XSLStylesheet xsl = new XSLStylesheet(xsldoc, xslURL);
    XSLProcessor processor = new XSLProcessor();
    // Display any warnings that may occur
    processor.showWarnings(true);
    processor.setErrorStream(System.err);
    // Process XSL
    DocumentFragment result = processor.processXSL(xsl, xml);
    Thank you.
    null

    Your problem here is that when you store an XML document in a CLOB and search it using intermedia, when you do a query like:
    SELECT xml_text
    FROM bookstore
    WHERE CONTAINS(xml_text,'John WITHIN authorsec')>0
    The output from the XML SQL Utility using getXMLDOM() looks like this:<ROWSET>
    <ROW>
    <XML_TEXT><![CDATA[
    <bookstuff>
    <authorsec>
    <name>Steve</name>
    </authorsec>
    etc.
    </bookstuff>
    ]]>
    </XML_TEXT>
    </ROW>
    </ROWSET>with the document as a single text value (it's actually just a text node, not a CDATA node) but the above illustrates conceptually that the whole XML document is one big text node.
    To transform this you'll need to parse that XML text into an XML document in memory by passing constructing a StringReader() on the text value and parsing that reader.
    null

  • Any way to highlight pdf file in Intermedia?

    markup only works for text file,right?any way to highlight pdf file in Intermedia?Thanks.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Omar Alonso ([email protected]):
    interMedia/Oracle Text doesn't highlight the PDF or Word document.<HR></BLOCKQUOTE>
    I have the same problem. Will Oracle highlight word-documents in a future version? Or does anybody know another solution, i.e. a sdk from another company, which is built upon intermedia?
    thanks
    null

  • Filename to IPTC Title, but without extension. (Currently using DAM script)

    Hello,
    Apologies if this isn't the correct forum to ask this question:
    I am currently using the DAM Filename to Title script with Bridge CS4 - http://www.damuseful.com/pages/PimpMyBridge.html - to get the filename into the IPTC title script. This however puts in the extension into the title field also. So a JPG file named 2000 ends up with 2000.JPG in its Title field. I wish to not have the extension appear in the Title field.
    Is this possible by modifying the DAM script / using any other freely available script.
    In case it helps, this is what the DAM script currently looks like:
    #target bridge
    if ( BridgeTalk.appName = "bridge" )
    //This script copies selected thumbnails' filenames to the title field
    //Also shows how to add menu items
    //The AdobeLibrary scripts must be loaded
    //This script was created by John Beardsworth www.beardsworth.co.uk/ and modified by Peter Krogh www.DAMuseful.com
    //This script may be freely distributed and modified
    // Let's create our menu
        var menu = MenuElement.create( "command", "Write Filename to IPTC Title Field", "at the end of Tools");
        menu.onSelect = function(m)
    var getFolderChildren = true ;
    var filesOnly = true ;
    var thumbs = getBridgeThumbnails ( TYPES.PHOTOSHOP_OPENABLE, getFolderChildren, filesOnly) ;
    for ( var i = 0; i < thumbs.length; i++ )
    { thumb = thumbs[i];
       md = thumb.synchronousMetadata;
       md.namespace ="http://ns.adobe.com/photoshop/1.0/";
       md.Title = thumb.name;
       Window.alert ("Done " + i + " records");
    There are also 3 other Adobe Library scripts that come with the download.
    I know absolutely nothing about scripting, so baby-steps would be appreciated.
    Many thanks.

    Change:
    md.Title = thumb.name;
    To:
    md.Title = decodeURI(thumb.name).replace(/\.[^\.]+$/, '');

  • Display of IPTC description during mouse-over in filmstrip

    Windows XP SP3, LR3
    When you move your mouse over an image in the film strip, you get a temporary popup showing the IPTC title and description fields from the image.
    Unless I have missed something, this behavior can not be changed.
    This can be a problem when the description field is VERY long.  It can cover up a significant portion of the screen and can be very annoying.
    I have a number of pictures where I have a VERY long narative about that particular picture.  It is annoying as I move over these images in the filmstrip and see huge popups momentarly appear.
    There should be some way to either disable this feature, or at least limit the amount of description field that is shown.
    Gary

    Thank you!  I should have thought of that myself.  Now that I think about it, I knew that what was displayed there was controlled by what you have set in View options.
    Gary

  • Is there a way to edit IPTC data of an image with AppleScript?

    Hi,
    I'm looking for a way to batch-edit the IPTC data from images. Is that somehow possible with Applescript? If so, could someone point me to a direction?
    (I fond a script working wit Graphic Converter in another thread, but that didn't work.)
    Thanks,
    p.

    Frank, maybe you could give me a hand here. I'm building the basic script cycling through the dropped files. But I don't know how to best implement the terminal command.
    In each cycle, I would set the file path as a variable and then compose the terminal command in order to execute it with "do script".
    But  "set x to path of eachFile" doesn't work: <<class ppth>> of alias "(path shows here)" could not be read. Any ideas how to do that better?
    on open theFiles
      repeat with eachFile in theFiles
                        set x to path of eachFile
                        tell application "Terminal"
                         activate
                        do script "hello" (Exiftool command will be here)
                        close window 1
                        end tell
              end repeat
    end open

  • Intermedia index creation error

    Hi,
    I am getting the following error while importing a table with intermedia index on it.
    error occured in execution of ODCIINDEXCREATE routine.
    intermedia text error : Lost RPC connection to external procedure agent.
    at CTXSYS.DRUE
    at CTXSYS.TEXTINDEXMETHODS
    Any help is appreciated.
    thanks,
    Manish.

    We are encountering this error, too. On my local server, running 8.1.6 on Win2k on a laptop, I can create indexes successfully. We have a range of content, including Office 200 file types, html , text, etc.
    The column being indexed is LONG RAW. I believe we are using patch 8.1.6.3 already. We are eager to resolve this problem.

  • Error while rebuilding InterMedia index

    While executing "alter index ABC.SAMPLE_INTERMEDIA_INDEX rebuild online parameters( 'sync memory 45M' );", we encounter the following error:
    java.sql.SQLException: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: interMedia Text error:
    DRG-50857: oracle error in drekmap (execute insert)
    ORA-01562: failed to extend rollback segment number 6
    ORA-01650: unable to extend rollback segment RBS06 by 130 in tablespace RBS
    My configuration is as follows:
    Oracle 8i (8.1.7.3)
    SEGMENT TBLSPC INITIAL_EX NEXT_EX MIN_EX MAX_EX STATUS
    SYSTEM SYSTEM 57344 57344 2 505 ONLINE
    RBS01 RBS 1048576 1048576 40 32765 ONLINE
    RBS02 RBS 1048576 1048576 40 32765 ONLINE
    RBS03 RBS 1048576 1048576 40 32765 ONLINE
    RBS04 RBS 1048576 1048576 40 32765 ONLINE
    RBS05 RBS 1048576 1048576 40 32765 ONLINE
    RBS06 RBS 1048576 1048576 40 32765 ONLINE
    RBS07 RBS 1048576 1048576 40 32765 ONLINE
    TBLSPC INITIAL_EX NEXT_EX MIN_EX MAX_EX
    RBS 1048576 1048576 40 505
    Questions:
    1. What is the relationship between the RBS parameters and the operation to rebuild the intermedia index?
    2. How do we optimally set up our RBS parameters OR organize the "alter index rebuild" command to not run into such issues?
    Thanks in advance.

    I would set up a large rollback segment (eg "BIGROLL") and offline all but BIGROLL before doing the rebuild.
    Tom Best

  • Error while creating intermedia search in portal

    hi,
    i tried to install the intermedia search feauture. i followed all the steps in the document,i ran all scripts necessary. i started the server by connecting as ctxsys/ctxsys..it started successfully.
    then i logged into portal, enabled the intermedia search checkbox. then when i clicked on the create index
    button...it shows the following error,
    An unexpected error has occurred (WWS-32100)
    An unexpected error has occurred (WWS-32100)
    ORA-29855: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: file not found
    DRG-10700: file not found (WWC-36000)
    Failed to parse as PORTAL30 - (WWS-08300)
    ORA-29855: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: file not found
    DRG-10700: file not found (WWC-36000)
    can any one help me on this..
    regds
    Rajesh

    my database version is 9.0.1.1.1 and the version of intermedia text installed is 8.1.7. as i came to know that error might be due to external procedure calls. i checked the tnsnames and listener .ora files in my database home. i have extproc_connection_data entry in the tnsnames.ora. tnsping on extproc_connection_data is working fine.
    but when i try to connect as system/manager@extproc_connection_data it throws a error. what might be the problem. can u help me out in this????
    Regds
    Kiran

  • Please more support for the IPTC Headline tag!

    The use of the IPTC Headline tag (as opposed to the Title tag) is being discussed in posts back to 2007.
    Basically it's weird that Lightroom supports the Title tag with filters and search function whereas the Headline tag sees none of that treatment.
    Per definition the Headline tag
    "... is a brief, publishable synopsis or summary of the contents of the photograph. Like a news story's lead, the Headline should grab attention and summarize the image's content. Headlines must be succinct. Leave any supporting narrative for the Description field. Do not, however, confuse the Headline term with Title."
    whereas the Title tag
    "... can include a shorthand reference for the image or “photograph” - primarily for identification. The title of an image should be a short, human-readable name - text and/or numeric reference - and may take several forms. For photographers, this might be the filename of their original scan or digital camera file. For news organizations it might be the name of a story it accompanies. The Title term should not be confused with the Headline term, which is a short synopsis of the photograph's content."
    These definitions should make it fairly clear that the Headline tag needs at least the same tools treatment as the Title tag has.

    Submit a feature request to:
    http://feedback.photoshop.com/

Maybe you are looking for

  • Monitor Died need connector

    Hi, I have a iMac pedestal version which has worked great for years, however the screen just died. I thought about connecting the computer up to another monitor or TV so wanted a connector. I bought a mini-DVI to VGA connector but it's the wrong part

  • How to create a G/L account  in chart of accounts

    Hi experts, i want to create a G/L account for our company code and i receive following message: Account . does not exist in chart of accts .. I have found some helpfull posts but I don't want to do some mistake so, Please, someone describe the steps

  • Create Connection to MYSQL database which is on server using Dreamweaver CC

    Hello,        I created a site using Dreamweaver CC and i have used the FTP server for this. Now i want to connect it to the database that i created on my server with the table. I am unable to figure out what IP address should i provide to connect to

  • Query Plan 'group-by' clause

    In evaluating several query plans, I've discovered several sqlstop messages that read: <groupBy preclustered="true" sqlstop="Cannot generate SQL for the 'group-by' clause because it is not equivalent to the relational GROUP BY clause" stable="true">

  • SAP Fiori - Launchpad: Tile Error

    Dear Fellow Members, Currently, while using a custom made theme via UI Theme Designer for Launchpad, we fail to load the same custom made theme to individual tiles. Once any tile is launched, it opens up using the default theme. Can someone please su