Any way to see picture resolution in iOS?

As the subject says...l when looking at an image in the Photo app is there any way to see the actual resolution?  If there is a way it doesn't seem obvious. 

There are cheaper apps like Photoforge and Photogene that give this function. You can also try free apps like Photoshop express and Photopad. Search the app store for more options or to check on those.

Similar Messages

  • Any way to see ios exchange email user picture like in outlook on my iphone?

    Any way to see ios exchange email user picture like in outlook on my iphone?

    There are 2 ways that the contacts are being pulled down to your phone/tablet with Exchange.  Your personal contacts (those created in Outlook) will pull down any picture that you have uploaded to it (be cautious of the file size on these as the initial sync will take a long time to pull these down) - and it appears nicely for caller ID and such.
    If you are talking about the Global Address Book lookup - this is a setting that is in both Exchange and AD that could be preventing this.  Our company has turned this off for privacy concerns - and they have restricted the size limits on the pictures (this was overloading some of the other collaboration clients for those that had numerous people in their groups - like Lync or SharePoint).
    We have suggested that people who want pictures of co-workers create a personal contact card for them and attach them there.  We are using Exchange 2010 SP3 in this scenario.

  • Any way to see ICONS in Open and Close Dialog boxes?

    Is there any way to see ICONS in Open and Close Dialog boxes, instead of just lists of items names?
    I know you can preview one at a time, but I'd love to see all my artwork as picture icons, just as you can in a finder window.
    Windows does this, but not OSX that I know of. Is there a third party app that enables you to see icon view in the Open and Close Dialogs?

    Thank you Steve Jobs. I guess that feature has been added in Leopard. Now there really is nothing that I'll miss from Windoze.

  • Is there any way to see if a file has been saved to an external device, or to see a history of which external devics have been connected to an iMac in 10.6.7?

    I have a client that believes someone came into his house and took some digital files (photos, stored in iPhoto) off of his iMac (2.66GHz running v10.6.7)
    He usually just sleeps his computer while away and requires no password to login.  Is there any way to see if an external device or CD/DVD has been used to save files?  Is there any wya to see the history of a file and determine if it has been saved anywhere else?  I know this is a long shot, but I figure it is worth asking.

    Will it continue to say that the device is in lost mode if it has been restored?  My Find Iphone is saying that when the device is connected to the internet that it will be locked and that a message (that I typed in) will appear. It also says that I will be notified and that a sound will occur when it is connected. Now my iphone has been updated to the ios7, but I don't think his ipod was updated.

  • If I use an SD card for both Windows 7 and Mac, is there any way to see the documents from the Mac sight while on the windows side?

    If I use an SD Card on both the windows 7 and Mac OS (using bootcamp), is there any way to see the data seen on the Mac OS side while using the Windows OS?

    Windows Aero style uses a different background image than Mac:
    Windows Aero:
    #nav-bar {
    background-image: linear-gradient(rgba(253,253,253,0.45), rgba(255,255,255,0));
    Mac:
    #nav-bar {
    background: url(chrome://browser/skin/Toolbar-background-noise.png),
    linear-gradient(hsl(0,0%,93%), hsl(0,0%,83%));
    I can't test hands on, but you might be able to clear that OSX "fog" using a rule such as:
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    #nav-bar, #PersonalToolbar {
    background-image: none !important;
    background-color: transparent !important;
    This could be applied using the Stylish extension or by creating/editing a userChrome.css file.

  • I had ordered a photo book print two years back. I want to reorder the same book again now. However, I have lost the album project in iphoto. Is there any way to see my print order history and reorder the same book for print ?

    I had ordered a photo book print two years back. I want to reorder the same book again now. However, I have lost the album project/photos from iphoto.
    Is there any way to see my print order history and reorder the same book for print ?

    No.  Apple only keeps the pdf file for a book for 30 days.  Without the library and book project you won't be able to reorder the same book.
    Even though the horse is out of the barn the following tutorial might be of help for future books, i.e. create a new library for each book): iP08 - Archiving an iPhoto Book for Editing and/or Ordering at a Later Date
    OT

  • Is there any way to see if any other FaceTime id or iCloud account has logged into my personal iPhone and iPad

    Is there any way to see if any other FaceTime id or iCloud account has logged into my personal iPhone and iPad

    If you are concerned.  
    Log off all iCloud and Apple ID accounts on your devices.
    Change you password for Apple ID and iCloud.
    Please read so you don't get stuck!
    http://support.apple.com/kb/HT5621

  • HT1212 any way to get pictures off a disabled iphone?

    My daughter's iphone4 is disabled after too many attempts to enter her password.  Before we reset it, is there any way to get pictures/videos off the phone first?  The phone has never been connected to iTunes.

    Kurtosis12 wrote:
    ejpre wrote:
    Luckily, the phone can be synced, backed up, or have pictures uploaded from the camera roll while it is locked.
    iTunes will not let you access the phone if it's in a locked state. It will pop up with a message telling you, you must enter the passcode on the phone
    Do you have a Mac or PC?
    On a Mac anyway, iPhones and iPads are different.  An iPad will lock you out as you describe, whereas an iPhone will let you sync, backup, and upload pictures without unlocking it.
    I just tested it and it worked fine.  Not long ago, we tested it the hard way when my son got a mild concussion, the only lasting effect of which was to make him forget his iPhone passcode (we theorize he had just reset it prior to the accident). 
    I don't know what happens on a PC.

  • I'm wondering is there any way to see what tool is selected in full screen mode?

    Question: Is there any way to see what tool is selected in professional full screen mode when tools and windows are hidden?
    Here's an example what i mean..i made a sketch
    So what i mean is for example you are in full screen mode, and you press "U" to activate Rectangle Tool >>> you see like pop-up or anything similar that shows you what tool is selected.
    Thank you!

    you need iPhoto v9.2 or Aperture 3.2 to view the stream on your Mac.

  • Is there any way too see all data on all enteties an user owns.

    Hi all,
    Is there any way to see all data an user owns in CRM2011?
    Maybe an custom report or view?

    I could only think of one solution to this, a little bit of code to get a list of records a user owns. The List contains Entity objects with the Id & LogicalName. You could do this with a report too but you'll have to query every entity...
    public List<Entity> GetOwningRecords(IOrganizationService service, Guid systemUserId)
    List<Entity> owningRecords = new List<Entity>();
    RetrieveAllEntitiesRequest retrieveAllEntitiesRequest = new RetrieveAllEntitiesRequest();
    retrieveAllEntitiesRequest.EntityFilters = EntityFilters.Entity;
    retrieveAllEntitiesRequest.RetrieveAsIfPublished = true;
    RetrieveAllEntitiesResponse retrieveAllEntitiesResponse = (RetrieveAllEntitiesResponse)service.Execute(retrieveAllEntitiesRequest);
    foreach (EntityMetadata entityMetadata in retrieveAllEntitiesResponse.EntityMetadata)
    if (entityMetadata.OwnershipType != OwnershipTypes.UserOwned)
    continue;
    try
    QueryExpression query = new QueryExpression(entityMetadata.LogicalName)
    ColumnSet = new ColumnSet("ownerid"),
    Criteria =
    Conditions =
    new ConditionExpression("ownerid",ConditionOperator.Equal, systemUserId)
    EntityCollection result = service.RetrieveMultiple(query);
    foreach (Entity entity in result.Entities)
    owningRecords.Add(entity);
    catch (FaultException<OrganizationServiceFault>)
    Console.WriteLine(String.Format("Couldn't retrieve the records for {0}", entityMetadata.LogicalName));
    catch (Exception)
    Console.WriteLine(String.Format("Unexpected error for {0}", entityMetadata.LogicalName));
    return owningRecords;
    Hope this helps

  • HT3576 I accidently cleared the push notifications on my i pad and now i want to see them back.is there any way to see them,because i have to see all the application what the notifications was for.it takes a lot of time.i am isking this to save my time in

    I accidently cleared the push notifications on my i pad and now i want to see them back.is there any way to see them,because i have to see all the application what the notifications was for.it takes a lot of time.i am isking this to save my time in future

    I found one other way to do it.  I just deleted them all out of my iTunes library. Now I can re-import them from Window's My Music file with the original artists' names intact.
    Thanks for your help, Matt!

  • Is there any way to see all the bookmarked pins at once in Map App?!

    Hello!
    I have been making a route for my next mountaineering trip using the red pins on the map app! i have like 20 bookmarks. I could see all the bookmarks at once and it was so nice. but after I searched another place all the bookmarks dissapeared. now i can see only one of the bookmarks at a time! is there any way to see all of them together again ?! please someone help I put so much affort to find the correct route...

    Richard,
    Is there any way I can simply list everything at once?
    The best workaround I'm aware of comes courtesy of BMan1854: Create a Smart Playlist that will Match the following rule: Date Added is after 01/01/2001 (or whatever the day before the day that you first started your iTunes Library is). That playlist will show your entire library.
    Or is there a way so that when I add new podcasts it will get rid of the old ones automatically?
    Have you gone to the iTunes Edit menu > Preferences > Podcasts tab and checked out the various options listed in the Keep drop-down menu.

  • Is there any way to see all available taskflows to use in jdev.

    Hi,
    I am developing a ADF application, i want to know if my UI project has consumed a number of other UI (ADF Lib) jars. Is there a way to see all the available taskflows to use in my application which is there due to the imported jars.
    To Iterate my question, I have a Ui project say AUI and it has imported BUI and CUI but using only one taskflow from BUI.jar, while BUI and CUI has some more taskflows which I have not used but is there any way to see all of them.
    Thanks
    Vipin

    Hi there,
    One thing is to have access to a repository of libraries containing taskflows that you may use within an specific project. Once you import this library into the project usually depending on how you did it, it means that you are using it at some level. In my opinion the best way it to create a connection to your repository and see all the libraries and choose the available taskflows that you might want to include. Instead of searching from the inside out (where is a library used at?) You could always find usages and validate where things are coming from.
    Also in future releases we are working on visually displaying those mapping between elements.
    Another option for validating what's inside and what's being used could be to use Maven in order to keep all dependencies from your project in order: http://donatas.nicequestion.com/2012/06/using-jdeveloper-maven-integration-to.html
    Juan Camilo

  • HT5554 20 days back myself ported network from vodafone in to airtel. But in my iphone5 its still showing vodafone in only. Done reset network setting, reztore but no use, can u ppl suggest any way to display carrier name correctly, ios i m using is ios7

    20 days back myself ported network from vodafone in to airtel. But in my iphone5 its still showing vodafone in only. Done reset network setting, reztore but no use, can u ppl suggest any way to display carrier name correctly, ios i m using is ios7

    Call your local Apple store. Not sure how the phone system works in the UK, but here in the US there is a menu system that allows you to make an appointment. Or, you can go online to www.apple.com/retail, or you can use the Apple Store app and make an appointment there after selecting the particular store.

  • HT1420 Is there any way to see the computers authorized on my account so that I can deauthorize only the ones that are no longer functioning?

    Is there any way to see which computers are authorized on my account so I can deauthorize the one's we don't have anymore?

    You can only do that by deauthorizing all computers then re-authorizing the ones you still own.
    De-authorizing Computers (contributed by user John Galt)
    You can de-authorize individual computers, but only by using those computers. The only other option is to "de-authorize all" from your iTunes account.
      1. Open iTunes on a computer
      2. From the Store menu, select "View my Account..."
      3. Sign in with your Apple ID and password.
      4. Under "Computer Authorizations" select "De-authorize All".
      5. Authorize each computer you still have, as you may require.
    You may only do this once per year.
    After you "de-authorize all" your authorized computers, re-authorize each one as required.
    If you have de-authorized all computers and need to do it again, but your year has not elapsed, then contact: Apple - Support - iTunes - Contact Us.
    For more information on authorization and de-authorization: iTunes Store- Authorize or deauthorize your Mac or PC.
    Before you get rid of a computer you should do certain things: What to do before selling or giving away your Mac.

Maybe you are looking for

  • When i loaded the latest version of firefox i was no longer able to open PDF files with Adobie.

    I up graded to the new version of fire fox .05 and no longer have my PDF open. I use Adobie. On my lap top they open using 04.

  • Gmail folders do not update in Mail

    Ever since upgrading to Mavericks my Gmail folders do not update in the Mail app.  I don't have this problem with my iOS devices (iPhone 5 or iPad 3) both running the latest iOS version. Is there a work around.

  • How to use INNER JOIN in such case

    when i program as below[CASE1]. the code is able to active. CASE1: ========================== DATA: WK_BUKRS LIKE T001-BUKRS,       WK_BUTXT LIKE T001-BUTXT,       WK_TABLE(4) TYPE C VALUE 'T001'. START-OF-SELECTION.   WK_BUKRS = 'DECN'.   PERFORM GE

  • Advanced Feedback with Drag and Drop Interaction

    Hello, I am trying to create a drag and drop interaction that will blend in a "thumbs up" or a "smiley" after each dragable has been correctly placed. The dragables in my interaction are medical terms and the drop sources are smart shape boxes. Each

  • Go back to 3.6 from 4?

    i have both firefox 3.6 and 4 installed, once i click on 3.6 it takes me to 4. how can i go back to 3.6? or do i have to remove 4 for 3 to work?