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 8204169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:48:46+00:00 2026-06-07T07:48:46+00:00

I created an animated image, and it animates properly in an UIImageView: – (void)viewDidLoad

  • 0

I created an animated image, and it animates properly in an UIImageView:

- (void)viewDidLoad
{
    [super viewDidLoad];
    UIImage *image1 = [UIImage imageNamed:@"apress_logo"];
    UIImage *image2 = [UIImage imageNamed:@"Icon"];
    UIImage *animationImage = [UIImage animatedImageWithImages:[NSArray arrayWithObjects:image1, image2, nil] duration:0.5];
    UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(100, 100, 100, 100)];
    imageView.image = animationImage;
    [self.view addSubview:imageView];
}

But if saved to photos album, it couldn’t animate agian:

UIImageWriteToSavedPhotosAlbum(animationImage, 
                               self,
                               @selector(imageSavedToPhotosAlbum:didFinishSavingWithError:contextInfo:),
                               nil);

So is there any solution to save an animated image to photos album?

Special thanks!

  • 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-06-07T07:48:48+00:00Added an answer on June 7, 2026 at 7:48 am

    The photo album is an application as well, like exactly what you are making. Except to animate an image you wrote corresponding code like,

    UIImage *animationImage = [UIImage animatedImageWithImages:[NSArray arrayWithObjects:image1, image2, nil] duration:0.5];
        UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(100, 100, 100, 100)];
        imageView.image = animationImage;
    

    But you assumed that your Image will be treated in similar way inside your photo album app as well. Then No thats not true. in photo album app probably the application just reading an Image from disk and then shows in inside UIImageView without any animation “BECAUSE THERE IS NO ANIMATION CODE” 🙂

    This creates an opportunity to create a photo album with animated images.


    I have seen programs like Quartz Composer creating .mov file from several images and creating animations to it. But thats professionally built by Apple. Now, I said because I think it’s possible to create .mov by using API but you might have to dig deeper as I have no idea how to.

    The closest reference I can find is this :

    http://www.cimgf.com/2008/09/10/core-animation-tutorial-rendering-quicktime-movies-in-a-caopengllayer/

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

Sidebar

Related Questions

i've created d app where app starts an image have to be animated and
I've created a monster animated SVG file with over 3000 paths. Each path animates
I have an animated .GIF image that I created with http://ajaxload.info/ and some editing.
I am trying to detect the collision between a falling/animated UIImageView that is created
I've created a custom layout to show gif animated image. Here is the code:
I have a storyboard that animates an image's width. I created the animation with
I have created an animated game app, In which I am using NSTimer to
In Android, I've created an animated button by referencing the below XML in the
I am having some trouble getting an interactive, animated plane created from a MovieClip
I have a responsive layout and I've created a fading panels animated element with

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.