Accessing exif information from DNG images

I'm the author of PTLens, a plug-in to correct lens distortion. I'm trying to access tag 50736 (LensInfo) but it's not coming through the plug-in interface. In fact, none of the 5xxxx tags are coming through.
Is this a bug?

Is it possible that that EXIF tag is a proprietary maker note tag?
If so, that tag (or any undocumented maker note tag) cannot be read or preserved, and thus will not be available.

Similar Messages

  • Access transaction information from a GOS

    Hello,
    I am creating a new generic object service for a transaction. I have no problems with the creation but I would like to know if once the user has clicked in the service and the new screen pop ups, is it possible to access the information from the original transaction?
    I know you have the business object associated with most of the information, but my question is if, for example you can access elements of the transaction layout, i.e. access internal tables or data structures. Is that possible? I understand that these information has to be somewhere because once you close the service you return to the original transaction.
    Best regards,

    Deepti,
    Search this forum for <b>WDProtocolAdapter</b> if you are on NW04s or for term <b>WDWebContextAdapter</b> otherwise (NW04). In later case do not use Requerst object and internal methods to get reference, use standard API methods instead.
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • Is there a way to use EXIF information from images in Muse?

    I use Lightroom to manage my images. In Lightroom, I enter Caption metadata. (In the Lightroom Library, I enter data in the Caption field of the Metadata section.) Now I'd like use that Caption data to create an ALT tag in Muse. Is there any way to do that, short of copying the text from Lightroom and pasting it into Muse?
    Here's why that wouldn't work for me. I have hundreds of images on my site. When I export images from Lightroom for my Muse site, I rename them. The names are generated by LR, so they're not consistent each time I generate them. Over in muse, that means I have to re-enter ALT tags every time I generate a new version of my slide show -- even if the images are the same. So what I'm looking for is a way to have Muse take the Caption data from each image's EXIF Metadata and use it to generate the ALT tag.
    Can anybody think of a way to do this?
    Thanks,
    Jonathan

    Unfortunately there is no way to do that current stage , you would need to add the tags manually.
    Thanks,
    Sanjit

  • Reading all the Exif data from TIFF Image

    Hi!
    I am trying to get Exif information out of an image. I succeeded partly because I get The Baseline (EXIF IFD0) and EXIF Sub IFD, but not the rest (The Maker Note, EXIF Interoperability IFD and IFD1). Can anyone tell me what I could try to get all the data out. Any help is appiciated
    URL url = new URL(paramName);
    ImageInputStream stream = ImageIO.createImageInputStream(url.openStream());
            Iterator iter = ImageIO.getImageReaders(stream);
            ImageReader reader = (ImageReader) iter.next();
            reader.setInput(stream);
            BufferedImage image = reader.read(0);
            IIOMetadata metadata = reader.getImageMetadata(0);
            org.w3c.dom.Node metadataRoot = metadata.getAsTree(metadata.getNativeMetadataFormatName());
            DOMSource doc = new DOMSource(metadataRoot);
            return doc;

    There is a separate one for Firefox, but it appears to only be compatible with Firefox versions 0.7-3.0.x, so Opanda has not made it compatible with Firefox 3.5.x and 3.6.x versions, I suppose:
    http://www.opanda.com/en/download/
    See this and the link in that post for a possible solution: http://forums.steves-digicams.com/1048665-post6.html

  • Accessing RSM information from powershell or command line

    I am trying to get information on Tape Mount Counts to determine when tapes are nearing their life expectancy.
    I have been unable to find a way to access the information without using the Management GUI and doing a lot of clicking.
    I would prefer to query the system to find out what tapes are in the library, and what their mount counts are.
    Using Powershell and RSM View, I can enumerate all the tapes, their labels and guids, but I can't find a way to get the mount count.
    Can someone point me in the right direction?
    thanks,
    Ole Jensen.

    Hi,
    Is there more than one library returned from the command:
    $DPMLib = Get-DPMLibrary -DPMServerName "TestingServer"
    $DPMLIB
    If so, you need to select one of them using an [index number]
    Start-DPMLibraryInventory -DPMLibrary $DPMLib[0] -FastInventory
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • How can I copy GPS information from one image to another?

    I bought a Canon S100 specifically for its GPs and movie capability.  On a recent vacation, I used the S100 and a Nikon D300.  In cases where images were taken with both cameras in approximately the same place, I would like to copy the GPS information from the S100 CR2 files to the D300 NEF files.  Does anyone know how to do this or if there is any plugins that will do it?

    The added benefit of using GeoSetter to copy the information from one photo to another, is that you can see where every already-tagged photo is on a Google map to make sure the location is actually correct.  Sometimes the camera clock is off a few seconds or minutes and you can easily figure how what offset to use by watching where the existing photos show on the map.
    Using the MS Pro Photo Tools to generate a track from the existing S100 photos and then using that track in GeoSetter to assign the rest, with interpolation enabled, seems like the best course of action if the S100 track information is no longer available.
    When using an external program to Geotag images that are already in LR, to be safe you should first save all the metadata to XMP files in the folder you’re going to tag, then exit LR, then geotag the photos, then restart LR and read information from all the XMP files.
    Another benefit of GeoSetter is that you can assign the locality information to the photos that already have just coordinates in them.

  • Can i get information from an image file??

    sorry about my poor english
    Hi
    I need to get info from an jpeg or any format of image file. for example a form with slectable tems.
    The other way i have is to control a scanner and when im scanning the form get the info. i dont know if there is any api for this.
    Thanx

    look in ImageIcon api
    http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/ImageIcon.html
    in the Method Summary
    + the upper class
    http://java.sun.com/j2se/1.5.0/docs/api/javax/accessibility/Accessible.html

  • Combining information from multiple images into a single output

    So I'm working on a class that takes input from three buffered images. The buffered images I will be using were covered in some detail [Here in this thread|http://forums.sun.com/thread.jspa?threadID=5401006&tstart=0] for the sake of reference.
    I'll be providing 3 buffered images where the value of every pixel is the ID of the cluster. What I'm planning on doing now is looking at each cluster in each of the 3 buffered images I give the class to process.
    public BufferedImage amalgamate(BufferedImage hueTemp, BufferedImage contrastTemp, BufferedImage textureTemp){
            imgWidth = hueTemp.getWidth();
            imgHeight = hueTemp.getHeight();
            hueRaster = hueTemp.getRaster();
            contrastRaster = contrastTemp.getRaster();
            textureRaster = textureTemp.getRaster();
            amalgamImage = new BufferedImage(imgWidth, imgHeight, BufferedImage.TYPE_INT_RGB);
            amalgamWriter = amalgamImage.getRaster();
            imagePixelCount =  imgHeight * imgWidth;
            for (int x = 0; x < imgWidth; x++)
            for (int y = 0; y < imgHeight; y++) {           
                // assigns pixel values from each buffered image
                hueValue = hueRaster.getSample(x, y, 0);
                contrastValue = contrastRaster.getSample(x,y,0);
                textureValue = textureRaster.getSample(x, y, 0);
                // reset values of integers storing pixel counts
                huePixelCount = 1;
                contPixelCount = 1;
                textPixelCount = 1;
                //. loop iterates through images and produces a pixel count for each of the
                //currently assign pixel values (each pixel value is also used as
                // the ID for each cluster)*/
                for (int i = 0; i < imgWidth; i++)
                for (int j = 0; j < imgHeight; j++) {
                    if (hueRaster.getSample(i, j, 0) == hueValue) huePixelCount ++;
                    if (contrastRaster.getSample(i, j, 0) == contrastValue) contPixelCount ++;
                    if (textureRaster.getSample(i, j, 0) == textureValue) textPixelCount ++;
                }//end of i,j loop
                // this section will determine is the cluster is valid (i.e. makes up
                // more than 5% of the total percentage of pixels in the image)
                if (huePixelCount >= (imagePixelCount * 0.05)) hueValidCluster = true;
                if (contPixelCount >= (imagePixelCount * 0.05)) contValidCluster = true;
                if (textPixelCount >= (imagePixelCount * 0.05))  textValidCluster = true;
                //loop iterates and the Writable Raster will set the pixel values
               // of the output image to red, green or blue for Hue, contrast and
               //texture respectively and set all other pixels to black.
              //I'm using RGB so that I can use a different channel value for
              //each of the three, so that overlap will result in a new colour
              //(overlap between all 3 should = white pixel)*/
                for (int a = 0; a < imgWidth; a++)
                for (int b = 0; b < imgHeight; b++) {
                    //This is my original method I devised
                    if (hueValidCluster == true && hueRaster.getSample(a, b, 0) == hueValue) amalgamWriter.setSample(a, b, 0, 256);
                    else amalgamWriter.setSample(a,b,0,0);
                    if (contValidCluster == true&& contrastRaster.getSample(a, b, 0) == contrastValue) amalgamWriter.setSample(a,b,1,256);
                    else amalgamWriter.setSample(a,b,1,0);  
                    if (textValidCluster == true&& textureRaster.getSample(a, b, 0) == textureValue) amalgamWriter.setSample(a,b,2,256);
                    else amalgamWriter.setSample(a,b,2,0);
                  //When the image returned a completely black output I tried a different
                  //approach along these lines assuming the .setPixel method
                 //would have done what I wanted.
                  if (hueValidCluster == true && hueRaster.getSample(a, b, 0) == hueValue) amalgamWriter.setPixel(a, b, redArray);
                    else amalgamWriter.setPixel(a,b,blackArray);
                }//end of a,b loop
                //Reset booleans for next pixel in the original x,y loop.
                //I've been using ping to make sure the thing doesn't crash while it's running.
                hueValidCluster = false;
                contValidCluster = false;
                textValidCluster = false;
                ping++;
                System.err.println(""+ ping);
            }//end of x,y loop
            return amalgamImage;
        }//end of amalgamate method
    }//end of AmalgamationAs previously hinted the class seems to run to completion, but the image returned is always black so the pixels aren't being set or they're somehow being reset?
    If the error is due to me setting the pixels in the output image incorrectly then the root of the problem is temporarily eluding me.
    I'm not sure if there are compatability problems between USHORT (which is the format the input images are in) and an INT_RGB BufferedImage which could be the cause so I thought I'd mention that.
    It's also crossed my mind that in using a loop inside a loop inside a loop I possibly have done something wrong there.
    Thought I'd throw this problem out there. I've been de-bugging this one for a while.

    amalgamWriter.setSample(a, b, 0, 256);
    amalgamWriter.setSample(a,b,1,256);
    amalgamWriter.setSample(a,b,2,256);For the image type you are using, you only have 8 bits of precision each color channel. That means only a number in the range [0,255] is valid for the sample. The value 256 is equivalent to setting the sample to 0. That is ((byte) 256) = 0.

  • Cant access my information from old sync

    I have my recovery key, username, and password from old sync account. I have a pre v28 fire fox. i was at one point able to request a password change, and received the email to the account i had signed up with long time ago, but when i would click the link, i would receive a message about "oops letting old dinosaurs out....?????
    now i cant seem to receive any reset emails. ive gone back and forth between versions trying to to request a password reset, theres nothing in my spam folder either

    finally received a working reset email. reset the password, now im signed in, i have no data backed up? im confused. where is the info i have saved for this recovery key?

  • Can someone access my information from a water damaged phone?

    I have an iPhone 5 that was submersed into a lake for about 10 minutes. It sat in rice and never powered up ever again. I want to sell it on ebay for parts. However, is there any way that the person who buys my phone will be able to access any old data I had on the phone? Specifically, photos, emails, texts, etc. Any input is greatly appreciated.

    Sure they can. With several hundred thousands of dollars of equipment, significantly skilled personnel, and a lot of determination. Will they? No. There is nothing on your phone that is worth that cost and expenditure of resources. If you want you can change all the passwords on your accounts so none of the accounts on the phone will work.

  • My iPhone was stolen and I need to access my information including contacts, texts and camera roll from icloud urgently via my desktop computer...how do I do this?

    I am not able to figure out how to access this information from my desktop, is this possilbe?
    Thanks

    Was your iPhone or iPad stolen? You posted in the iPad forum.
    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
     Cheers, Tom

  • EXIF Information while in Safari?

    Is there any way (via customization or add-in) to allow Safari to display EXIF information from a jpeg photograph? I know that I could safe the image and load it into iPhoto or use some other piece of software (like CocoView) but I was curious if there's any way to access the EXIF information from directly within Safari (e.g., like being able to option-click on an image).
    Thanks.

    I don't know how in safari, but you can in firefox.
    http://ted.mielczarek.org/code/mozilla/fxif/

  • Access SmartCard information through Internet ???

    Hi,
    Is it possible to access SmartCard information from
    Web Application(JSP/Servlet) ??
    If not, is there any good recommendation to access the
    SmartCard's information that located in the Client's
    workstation through Internet(Server Side Programming, JSP/Servlet) ???
    Best regards,
    Eric

    I beleive that's what Target.com is using

  • Looking for resource: accessing session info from JPS portlets

    Hi! The Portal Developer's Guide 10g Release 10.1.4, section 7.2.5 shows how to access session information from PDK portlets. I'm looking for information (tutorials, books) on how to do this from JPS portlets in the Oracle Portal environment.
    Thx!

    If u are using JSPProvider, then for getting the Session variable, peruse the below points:
    JSPProvider p=(JSPProvider)pageContext.getAttribute("JSPProvider");
    Session ses=p.getSession();

  • Obtaining SAP User information from J2EE Application

    Hi All,
    I am using SAP NetWeaver Developer Studio to create a J2EE Application, which requires accessing user information from SAP coming from Windows Active Directory.
    My question is as follows;
    Is there a possibility in a J2EE application to use an API to obtain user information (ie. from com.sap.security.api.jar) just like in a regular WebDyn Pro Application?
    For Archive Build Info (compile time), do I need to import specific JARs? For runtime, do I need to load any project reference?
    Thanks in advance,
    Michael

    Yes, I have added 'Run time' as well as 'Build time' for the com.sap.security.api.sda DC as well as for com.sap.tc.Logging DC.
    I have also added the following references to application-j2ee-engine.xml file:
    <application-j2ee-engine>
         <reference
              reference-type="hard">
              <reference-target
                   provider-name="sap.com"
                   target-type="library">com.sap.security.api.sda</reference-target>
         </reference>
         <reference
              reference-type="hard">
              <reference-target
                   provider-name="sap.com"
                   target-type="library">com.sap.tc.Logging</reference-target>
         </reference>
         <provider-name>srl.com</provider-name>
         <fail-over-enable
              mode="disable"/>
    </application-j2ee-engine>
    I am still experiencing the same problem:
    java.lang.NoClassDefFoundError: com/sap/tc/logging/Location
         at com.sap.security.api.UMFactory.<clinit>(UMFactory.java:178)
         at srl.com.birthday.daemon.BirthdaysDaemon.loadEmployeesUser(BirthdaysDaemon.java:114)
         at srl.com.birthday.daemon.BirthdaysDaemon.run(BirthdaysDaemon.java:72)
         at java.lang.Thread.run(Thread.java:534)
    Is there any other JAR I forgot to add to my used DC? Is the security JAR dependant on something else?
    Thanks,
    Michael

Maybe you are looking for

  • Camera to video switch is missing

    I got my iPhone 4 just last week and in the camera it had a switch in the bottom right hand corner to switch from using camera to video. Now the switch is missing and I would like to know how to fix it??

  • Acrobat X Pro: Save As failed to process this document. No file was created.

    Hi All, Hope you all can help me on this as I keep getting error whenever I want to save as word/excel. Have not really try out the others option. I have tried to reinstall the whole Acrobat X Pro, but the issue is not fixed. Hope some kind person ca

  • Virtual shopping cart in iweb'09?

    I would like to add a virtual shopping cart to my website-customers click on the check boxes and it adds it to a cart, the total is a quote only. I just want a simple cost calculator on my site. Is there a way to do this in iweb'09, or any html or so

  • How to cancel Billing, DO, SO ?

    Hi All, After the following process: Sales Order --> Outbound Delivery (Goods issue) --> Billing, what happens if there is a cancellation? How to perform cancellation for this process: Billing --> Goods receipt --> Sales Order ? (Is this the correct

  • Flash MX 2004 Serial No.

    I have recently purchased a copy of Flash MX 2004 from "WeHaveSoftware.com" and require a serial number to fully install the software. However I have not been given a serial number. Can anyone please tell me of a way obtain a serial number from Adobe