Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7159157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:11:02+00:00 2026-05-28T13:11:02+00:00

Is it possible to add custom dictionary fields to an images metadata? The following

  • 0

Is it possible to add custom dictionary fields to an images metadata?

The following statement

writeImageDataToSavedPhotosAlbum:metadata:completionBlock:

Allows images to be added with metadata.

Is this dictionary (the metadata dictionary) treated as a normal dictionary?

I mean, Is it possible to add custom fields to it.

Of course the original metadata dictionary needs to be copied, but once this is done can it be edited and used.

Also when would this be done? If an image is captured with the iphone and I want to add stuff to the metadata, will this be writing an image twice, or is the first captured images metadata available, modified and then the image is saved with the metadata?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T13:11:03+00:00Added an answer on May 28, 2026 at 1:11 pm

    Yes it is possible to add custom distionary fields to image metadata. You can use unused dictionary keys to write your data within the image metadata. Just u have to do is when u capture the image and get it through image picker, just save it at a location and obtain it’s metadata by using :

        NSData *imgData = UIImageJPEGRepresentation(imageView.image, 1);
        CGImageSourceRef source = CGImageSourceCreateWithData((CFMutableDataRef)imgData, NULL);
        NSDictionary *metadata = [(NSDictionary *) CGImageSourceCopyPropertiesAtIndex(source,0,NULL)autorelease];
    

    Then edit image metadata and save image by using :

    writeImageDataToSavedPhotosAlbum:metadata:completionBlock:
    

    It will save the new image with metadata inside the iPhone photo library then u can delete the old image if u want.

    Hope it might help!!!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to add custom fields to drupal navigation menu (besides title and
Is it possible to add custom command-line arguments to an Eclipse .app folder? In
is it possible to add custom data to the results so it can be
I was wondering if its possible to add custom header with classic asp. In
Is it possible to add a custom tab to a project properties page in
Is it possible to add a metadata-like description or comments to a table in
Is it possible to add a custom property to an object that is part
how to add custom model controller and view during scaffolding if possible
Is it possible to add a custom object (String or URL) to JNDI using
Is it possible to add a custom header to the Excel while exporting a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.