Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
@amazon-devices/expo-image-manipulator provides an API to modify images stored on the local file system.

Installation

  1. Add the JavaScript library dependency in the package.json file.
  2. Reinstall dependencies using npm install command.

Example

The example below demonstrates how to perform a single manipulation on the image.
The example below demonstrates how to perform multiple manipulations on the image.
The example below demonstrates how to specify custom save options.

API reference

Check out the dedicated documentation page for info about this library, API reference and more: Official Expo documentation for expo-image-manipulator.

Methods

Implementation details

  • saveOptions.compress - compress currently doesn’t work on Vega, images are always saved with the highest quality (as if value 1.0 was passed).

Supported versions

Additional resources

For information on additional libraries, see Supported Third-Party Libraries and Services.
Last modified on August 3, 2026