Image Sequencer for Windows Phone
Image Sequencer is an example app that demonstrates the use of the ImageAligner and GifRenderer APIs for creating cinemagraph-style animations in the animated GIF format. The image sequences are captured using the sequence capture functionality of the device camera. The user can manipulate the animation by limiting the animated area to a small rectangular section, and by stabilizing the images in order to eliminate camera shake. Animations that have still backgrounds and minor repeated movement are commonly called cinemagraphs.
Compatibility
- Compatible with Windows 10 and Windows 10 Mobile.
- Developed with Visual Studio 2015.
- Compiling the project requires the Lumia Imaging SDK
Design
An application launches into a view where a user can select a preset sequence for editing, or start a camera session for capturing a new photo sequence. The view also lists the previously saved GIF animations. The user can view a saved animation by tapping the thumbnail.
![]() | ![]() | ![]() |
In a preview page, the user can see a preview of the animation with image stabilization and framing applied in real-time. Four actions are available in the application bar:
| Plays / pauses the animation. | |
| Enables / disables the image stabilization. | |
| Enables / disables the animation framing. When the framing is enabled, the user can set the animated area by dragging. | |
| Saves the animation to isolated storage as an animated GIF file. |
See also
Lumia Imaging SDK Git repository
This example application is hosted at GitHub, where you can check the latest activities, report issues, browse source, ask questions, or suggest changes to the project yourself.


