aviary

how can you pass a text value to adobe creative sdk image component?

 ̄綄美尐妖づ 提交于 2019-12-25 06:58:44
问题 I am building an Android app and am using the Adobe Creative SDK. I want to know if it is possible to pass a text value to the SDK's Image Editor UI component to be overlaid on the image. 回答1: It is not currently possible to pass a string to the Creative SDK's Image Editor UI component from another part of your app. The Image Editor does make it possible for your users to add text to their photo themselves using the Text tool: 来源: https://stackoverflow.com/questions/32405943/how-can-you-pass

Passing GridView Control IDs to JavaScript

柔情痞子 提交于 2019-12-24 10:39:39
问题 I'm trying to implement a call to a Javascript function that appears within a Gridview in each row. The code produces a button that can be clicked and brings up an Image Editor instance (Aviary by Adobe). Because I don't have unique variable names then the same image is appearing each time, if I try to do this on a standalone page and change the Javascript variable names for each image the code works so I'm not sure what to do as I don't know how to make unique variable references. I can't

Responsive alternative to Aviary for mobile

若如初见. 提交于 2019-12-24 05:32:08
问题 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 future: http://support.aviary.com/forums/191584-developer-feedback/suggestions/3718022-fully-responsive-web-editor-for-mobile-sites 回答1: You can use the following css, to make the aviary editor popup responsive. This is the only solution: @media all and (max-width: 640px) { html {

Is there a way to use Adobe Creative SDK without logging the user in?

为君一笑 提交于 2019-12-23 17:14:33
问题 Aviary didn't need any login from the users, I want to use it but Creative SDK ask the users to login to an Adobe Account. I just want to be able to do simple editing stuff on device. Is this possible? 回答1: No. If you have an Aviary account already I'd suggest using it since Adobe Creative is bad, complicated and is bigger in size. 回答2: Image Editor and Auth The Creative SDK Image Editor component doesn’t require login today, and there are no plans to have the core image editing tools be

Error in generating Archives

╄→尐↘猪︶ㄣ 提交于 2019-12-21 21:58:31
问题 I m using Xcode 4.2 and i have add AviarySDK 2.4.4 in my project. Application runs fine in Simulator 5.0 and 4.3. I also test it on device having ios 4.1. So i want to generate .ipa file for my client. But by some reason it can not generate Archives. It gives following error "/usr/bin/strip -S /Applications/Projects/AppName/AppName/AviarySDK/Resources/AviarySDKResources.bundle/AviarySDKResources -o /Users/User/Library/Developer/Xcode/DerivedData/WDYWT-avjpbcnwjylobvgevipvsqttnopd

Save a picture in S3 from a temporary URL

人盡茶涼 提交于 2019-12-20 07:10:07
问题 I am developing a website on ruby on rails where users can upload pictures thanks to paperclip , it is stored in amazon S3 . After, they can modify pictures thanks to aviary . But when i want to save the new pictures, aviary just gave me an temporary URL where i can get my modified picture. Does paperclip can do it ? I don't think it can save an picture from an URL and store it to S3 ? I've searched for a week now, and i don't know the best way to do it. I've read about filepicker , but the

Script loaded with HeadJS runs only on second click

≯℡__Kan透↙ 提交于 2019-12-14 04:07:35
问题 Script loaded with HeadJS runs only on second click. How to get Aviary launcher on first click? http://jsfiddle.net/ynts/6hgEb/ function aviary(id, src) { var $id = id; var $src = src; head.load( "http://feather.aviary.com/js/feather.js", function() { var featherEditor = new Aviary.Feather({ apiKey: 12345, apiVersion: 3 // ... /// }); featherEditor.launch({ image: $id, url: $src }); } ); } $(document).on('click', 'img', function(){ var $img = $(this).attr('src'); aviary('edit-pic', $img); });

Adobe Creative SDK Android custom overlay images for Image Editor UI

此生再无相见时 提交于 2019-12-14 00:05:52
问题 I implemented the Image Editor UI in my app. There is a feature "Overlay" in it which lets the user to surround his image within a given overlay that is made by the SDK. I want to add my own custom overlays to it, and block other overlays if possible. I couldn't find any documentation about that. Is that possible? Thanks! 回答1: Custom content is not a feature offered by the Creative SDK Image Editor. All content, including Overlays, is limited to what you see in the Image Editor. 来源: https:/

How to remove Footer from Aviary Editor?

馋奶兔 提交于 2019-12-13 22:30:44
问题 I'm working on an simple image editor. Aviary's Signup for Aviary Image Editor SDK is disable and it is now coming with Adobe's Creative Sdk. No doubt they are providing so much features, But they are not useful for my simple image editor. I just want to use some image editing tools like crop and orientation. So I have written the below code in my MainActivity. String[] tools = new String[] { "CROP", "ORIENTATION" }; Intent newIntent = new AviaryIntent.Builder(this) .setData(imageUri) //

Failed to resolve: com.adobe.creativesdk:image:4.0.0 when trying to set up Adobe creative SDK

只愿长相守 提交于 2019-12-13 02:05:18
问题 So I feel like I've exhausted all options to try and get this to work and is driving me f***** crazy. I'm trying to implement the adobe creative SDK. I have followed this tutorial very attentively but it's still not working. All I get when clicking sync with grade etc is the following error: Error:(41, 13) Failed to resolve: com.adobe.creativesdk:image:4.0.0 <a href="openFile">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a> Here's my