Manipulate images for web uri's

Hi,

Are you able to use ImageManipulator for web uri’s?

Ex.

let path = http://mario.nintendo.com/assets/img/home/intro/mario-pose2.png;

let result = await ImageManipulator.manipulate(path, , {compress: 0.5})

Best,

Another Dev

Just realized that that path doesn’t work. Let’s just say that was a working image address.

Hey @sangbpark94,

Unfortunately, the asset needs to be in the app’s scope as it mentions in the docs so you’d want to download the file and create a local asset to be manipulated.

Cheers,

Adam

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.