Access Image Metadata in a jpeg?

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Access Image Metadata in a jpeg?

    An image, like a jpeg, has a bunch of metadata stored in it. The "IPTC Core"
    metadata usually includes the photographers name, address, title, description,
    etc.

    Is there any way to access this information using Flash so that, say, captions
    for images in a flash gallery could be generated automatically?



    andyrossdesign Guest

  2. Similar Questions and Discussions

    1. access swf metadata
      Why would you want to do this?
    2. Request for comments on a JPEG metadata Perl module
      Hi, I got recently interested in the possibility of designing a Perl library for reading and modifying JPEG image metadata (with Exif info, IPTC...
    3. send a jpeg image to asp/php
      I need to send a custom jpeg edited in a shockwave editor to an asp/php page to save it on server. Anyone knows how to do?
    4. how to get the size of a jpeg image ?
      How can I get the height and width of a jpeg image ? Thank you for help me. Emmanuel
    5. Image-with-Metadata Choices?
      Hi all. I need to find a nice, organic (OS X) solution for this. I'd like to have metadata attached to still images, and not lose the ability to...
  3. #2

    Default Re: Access Image Metadata in a jpeg?

    Look at the documentation for the BitmapData class. I think this provides you
    with access to the raw image data.
    Look at the documentation of the jpeg i.e. the JPEG header format. I think you
    might be able to parse out some image label data from raw JPEG header. This
    would be one way. The second way is to pass the name/caption of the image in
    the HTTP server response and parse it using the URLLoader object. Read
    documentation of URLLoader.

    chukcha14 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139