-1

I am using Aviary, but when i open any image in Aviary then it creates an cache image path.

I am passing my own image path but still it creates their new path (WITH CACHE IMAGE).

Any suggestions on this. Thanks in Advance.

Ash Ryan Arnwine
  • 1,471
  • 1
  • 11
  • 27
Shoeb Siddique
  • 2,805
  • 1
  • 22
  • 42

1 Answers1

0

The Creative SDK Image Editor (formerly Aviary) will do this if you use an http Uri as the location of your original image when you call .setData().

As noted in the Methods section of the Creative SDK Image Editor guide, for the .setData() method:

.setData()

Sets the input image Uri.

Supported schemes are:

Note: http will work for low-resolution editing only, but it is not a feature that we currently support.

Part of http Uri's not being a supported is that the saved image is lower quality and the output Uri is set by the Image Editor.

Community
  • 1
  • 1
Ash Ryan Arnwine
  • 1,471
  • 1
  • 11
  • 27