Is there an app that will show a photo's metadata for the iPad?

It is said that "A picture is worth a thousand words" but without context it is only a picture. With context a photo can become a slice of life. Is there an app that will show the viewer the metadata that belongs to that picture?

Have a look in the App Store for "EXIF viewer".
There are quite a few free ones.

Similar Messages

  • I like to watch tvcatchup or sky go or I player on my iPad while falling asleep, the problem is that the iPad then stays on all night. I would like to find an app that allows me to set a timer for the iPad to switch itself off automatically.

    I like to watch tvcatchup or sky go or I player on my iPad while falling asleep, the problem is that the iPad then stays on all night. I would like to find an app that allows me to set a timer for the iPad to switch itself off automatically, like the sleeper function on a TV.
    Does such an app exist? Can anyone help me? Thanks

    You can try the Sleep Timer.
    https://itunes.apple.com/sg/app/music-sleep-timer/id320583424?mt=8

  • Is there an app that will show your GPS history?

    Are there any Mac apps that will show your iPhone's GPS history?  I've tried iPhone Tracker but it crashes when loading.

    Use an app that tracks your GPS movement and pull the data points accordingly.
    That app would be...?

  • Is there an app that will show show how many characters one uses in an SMS?

    Apple are still not showing how many characters are used when one send an SMS, does anyone know why? and if there is an APP that will take care of this? Thanks

    I'm not sure if it will work for international texting, but I use AIM to text my friends all the time.
    Just put +1 followed by the phone number, including area code, without any punctuation, and it works for within the US. And when your contact replies, it goes directly to your AIM account.
    There is also a way to send texts using your email client, and the replies get sent directly to your email inbox. There is a service called teleflip that will do it. Again, I don't know how well it works internationally.
    The best thing to do would be to try both solutions out.

  • Are there any apps that will permanently save photos to albums when they are deleted from camera roll?

    Seems like many people want to manage their photos my separating them into albums, rather than one massive camera roll.   In Android once you move the photo form the roll to an album it is gone from the roll thus eliminating a massive roll.  So seems like someone out there must have devised a method of doing this on the iPhone using an app since Apple seems to be resisting this logical approach.

    No.
    There are not two copies.  There is one and it is in the Camera Roll.  The albums you create only point to the pics in the camera roll.  It is simply an organization tool. 
    The camera roll is temporary storage for pics taken with iPhone.  You should be importing them to your computer regularly.  Once there, you can organize them however you like and sync them to your iPhone.

  • Is there an app that is similiar to windows movie maker for the iMac.

    What I am trying to do is add some drawings that I have created from Paintbrush to Imovie and have them move in order (to make it look like they are moving) to some music. What I have found is I can not add these drawings to Imovie. Any suggestions would be helpful.

    You may want to try FrameByFrame, a free application that allows you to simply stich pictures together into stop-motion. You can then save this stop-motion sequence as a video file in the format of your choice, which you can then use in your iMovie project.
    Hope this helps!
    Ian

  • Is there an App that will sync with microsoft outlook calender?

    Is there an App that will sync with microsoft outlook calender?

    OK here is a problem I have with my calender- all the events are added mutible times for each event- at least 4 of each. So how do I get all of these mutiable events down to just one event. Now this also includes hollidays and personel events  on the calender from outlook. All this I think happened after sync to Cloud- not sure, could have happened after OS 5 update!!! Now this is on my iPhone 4. Now going to my calender on my home computer in outlook no events or holidays are showing in the outlook my calender. If I go to the icloud calender it has mutiable events and holidays like on my iPhone. Now how do I fix this without causing a problem with my other programs?

  • Is there a app that will tell all apps that are running and possibly how much battery power they use?

    Is there a app that will tell all apps that are running and possibly how much battery power they use?

    You don't need an app to do this.  Here's how you get the battery info.  Go to Settings>More>Battery. This will show you all the active apps and their individual battery usage.

  • Looking for an app that will show me where my chil...

    I am Looking for an app that will show me where my children are (via gps on their phomes).  Looked in OVI store but came up empty.  Need the app to work on my E71x.
    Thanks

    I assume the kids have to leave their GPS on all the time draining the battery. What happens if they're in a building?
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Is there any app that will make an Iphone4 work as SIRI does on my 4S. Thanks.

    Is there any app that will make an Iphone 4 work as Siri does on a 4S? Thank you. Bob.

    The closest thing that I know of may be an app called VLingo
    http://www.vlingo.com/
    https://itunes.apple.com/us/app/vlingo-voice-app/id297214191?mt=8

  • Is there a app that will interrup playback when loud noise occurs?

    Is there an app that will temporally stop playback of a song when a loud noise occurs?

    Most Android phones can be made to do this with their own settings, however you can go to the Play Store and download others. This type of alarm will be very hard on your battery life as a rule.

  • How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?

    How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?
    I currently run OS X 10.10.1
    Now i have been trying to work on this for a while now and what i want to do should be simple but its apparently not.
    Here is an example of what i want to happen.
    I will have 2 tabs: Contact | Sales
    Now Contacts will have the list of names and various information about a customer, While Sales will have one drop-down box for each Cell Row that will show the names of the person in tab contacts
    for what i am wanting to do i cant use the data format pop-up menu because the list is edited everyday several times a day.
    Now how do i do this, Excel can do this so how can numbers do it?

    Hi Shegra,
    Paste this into a applescript editor window and run it from there. In the script you may need to adjust the four properties to agree with your spreadsheet. Let me know if you have any questions.
    quinn
    Script starts:
    -- This script converts column A in one table into an alphabetized list of popups. It copies the last cell in that column. Then reverts the column to text. It then refreshes popups in column A of a data table starting with a user defined row.
    property DataEntrySheet : "Sheet 1" --name of sheet with popups to be refreshed
    property DataEntryTable : "Sales" --name of table with popups to be refreshed
    set copyRange to {}
    property PopValueSheet : "Sheet 1" --name of sheet with popup values table
    property PopValueTable : "Contacts" --name of table with popup values
    set PopStartRow to {}
    tell application "Numbers"
      set d to front document
      set ps to d's sheet PopValueSheet
      set pt to ps's table PopValueTable
      set s to d's sheet DataEntrySheet
      set t to s's table DataEntryTable
      set tf to t's filtered --this records filter setting on data Entry Table
      display dialog "Start from row #..." default answer "" with icon 1 -- with icon file "Path:to:my.icon.icns" --a Week # row
      set PopStartRow to {text returned of result}
      tell pt --convert list to alphabetized popups
      set ptRows to count rows
      set copyRange to ("A2:" & name of cell ptRows of column "A")
      set selection range to range copyRange
      set selection range's format to text
      sort by column 1 direction ascending
      set selection range's format to pop up menu
      -- popupsmade
      set selection range to cell ptRows of column 1 of pt
      set v to value of cell ptRows of pt
      end tell
      activate application "Numbers"
      tell application "System Events" to keystroke "c" using command down
      tell pt
      set selection range to range copyRange
      set selection range's format to text
      end tell
      tell t
      set filtered to false
      set tRows to count rows
      set pasteRange to ((name of cell PopStartRow of column "A") & ":" & (name of cell tRows of column "A"))
      set selection range to range pasteRange
      tell application "System Events" to keystroke "v" using command down
      set filtered to tf
      end tell
    end tell

  • Is there any tablet that will allow you to use Adobe XI (the latest version)?

    Is there any tablet that will allow you to use Adobe XI (the latest version)?

    Any tablet based on Windows 8 - that is the ones using the "real" Win 8, not Win RT. Asus Yoga and that....
    Mylenium

  • Is there an app where it saves your photo shortly after onto the web/online after taking a picture?

    Is there an app where it saves your photo shortly after onto the web/online after taking a picture? In essense, I want to be able to take a picture with the stock camera app on the Iphone 4 and have it saved immediately online after...without hooking it back onto a computer...completely automatic and wireless/using internet data.
    Thanks very much.

    If you're running iOS 5.1 or later you could use Photo Stream.  See http://www.apple.com/icloud/features/photo-stream.html and http://support.apple.com/kb/HT4486.  It will upload up to 1000 photos to iCloud.com for 30 days.

  • I have an iphone 4s, I installed Vtok but the video chatting part of the app is not working when I try to chat with my husband through gmail on his PC. Can I fix this or is there another app that will let me chat with my gmail chat contacts?

    Vtok video chatting is not working on my iphone 4s. When I try to do a video chat with my gmail chat contacts who are using a PC we each only get the voice part of the chat and no video. Is there some way to fix this or is there another program that will let me video chat with my gmail chat contacts? Thank you.

    You can not merge accounts.
    Apps are tied to the Apple ID used to download them, you can not transfer them.

Maybe you are looking for