Questions tagged [aviary]

Aviary was a proprietary multi-media application suite that was purchased by Adobe in 2014. The Aviary Image Editor is now available as the Image Editor UI component of the Adobe Creative SDK for iOS, Android, and web. For new questions regarding the Creative SDK's Image Editor UI component, use the tag "adobecreativesdk".

The developer portal for the Adobe Creative SDK is at creativesdk.adobe.com.

160 questions
2
votes
1 answer

Some tools are not working on Sample Aviary(PHOTO EDITOR) in Android L

I have integrated Aviary(PHOTO EDITOR) in my Application, when i launch Aviary Editor then some tools are not working(Effects, Frames, Stickers and Overlays). And also stuck to get API key for aviary. Suggestions appreciated.
Mayank Sugandhi
  • 397
  • 1
  • 7
  • 22
2
votes
5 answers

Trying to make an Android Studio Application with Adobe Creative SDK Image Editing, cannot get libraries compiled in gradle

I've been trying to properly import this library to begin writing an image editing component for my application. I currently have the downloaded 'creativesdk-repo' folder in the root directory, and have followed instructions according to this…
HLewis
  • 21
  • 1
  • 5
2
votes
2 answers

What's the difference between the Creative SDK and the Aviary SDK?

I'm confused as to the difference between the Adobe Creative SDK and the Aviary SDK? Which one is better? The Aviary signup is closed, so I can't download the Aviary SDK.
rowss
  • 115
  • 8
2
votes
3 answers

Error:Error retrieving parent for item: No resource found that matches the given name '@style/Theme.Base.AppCompat.Dialog.FixedSize'

I Have integrated Aviary SDK in my Project. I am using Android Studio. I have also integrated the Appcompact V7 still i am getting the following error: Error:Error retrieving parent for item: No resource found that matches the given name…
iAviatorJose
  • 418
  • 2
  • 10
  • 25
2
votes
1 answer

Android take Photo and load the aviary SKD

I am trying to learning aviary SDK , I have downloaded their sample. What I want to do is to Take a Photo using : Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); if (takePictureIntent.resolveActivity(getPackageManager()) !=…
Thiago
  • 12,778
  • 14
  • 93
  • 110
2
votes
1 answer

ios- issue of over sizing with aviary's own view controller in ios 6.1

Tested the app in both ios 6.1 and 7.1. Issue of view controller arised when tested in ios 6.1, both on simulator and the physical device. The horizontal scroll menu in ios 6.1 is not completely viewable. Attached the screen-shots of the running…
Piyush Mathur
  • 1,617
  • 16
  • 33
2
votes
1 answer

Aviary local development

Is it possible to test Aviary in a local development machine? I'm currently testing it from my local development machine but I don't have always a public domain to point to Aviary to post my image. Do you have a solution?
albertopriore
  • 614
  • 2
  • 9
  • 36
2
votes
3 answers

Responsive alternative to Aviary for mobile

Since Aviary does not plan on having a responsive image editor in the near future (e.g., not great on mobile safari), does anyone know of alternatives? This is where they say that responsive is not in the near…
user749798
  • 5,210
  • 10
  • 51
  • 85
2
votes
1 answer

Limit Aviary features

May I know 'Is it possible to limit Aviary photo editing features'. For instance, I wanna use only adding text feature. Probably, stupid question. But I cannot find anywhere about that information.
Thein
  • 3,940
  • 2
  • 30
  • 34
2
votes
0 answers

Aviary Feather Editor 3. Launching with a new image

Im trying to relaunch the feather editor with a new image. So the code below loads fine the first time the editor is opened and launchStatus is equal to true var launchStatus = self.featherEditor.launch({ image: 'image_to_edit_aviary', …
2
votes
3 answers

Aviary SDK frame issue

I have updated the Aviary SDK for iOS 7 compatibility . Previously everything working good but in the iOS 7 I am having the following frame issue . Cancel button and Done buttons are cutting down at the edges and there is some gap from status bar…
Tendulkar
  • 5,550
  • 2
  • 27
  • 53
2
votes
1 answer

Aviary jquery pass a form variable to post url

I am trying to send an image name using aviary and need the image name included. I have a hidden field in my form "img" Here is the code: