Questions tagged [adobecreativesdk]

The Adobe Creative SDK provides Creative Cloud and Creative Tool components for developers on iOS, Android, and Web.

The Adobe Creative SDK

Overview

The Adobe Creative SDK offers the following Creative Cloud and Creative Tool components:

Creative Cloud

  • Asset Browser UI
  • Send To Desktop API
  • Creative Cloud APIs for Files, Libraries, Lightroom photos and more

Creative Tools

  • Image Editor UI
  • Typekit UI
  • Color UI
  • Adobe Labs

Documentation

Documentation for the Creative SDK for iOS, Android, and Web can be found at creativesdk.adobe.com.

Platform-specific documentation:

Blog

See the Creative SDK blog for technical posts and examples of apps that integrate Creative SDK components.

GitHub

For sample app repos that you can fork, clone, and run, visit the Creative SDK GitHub account.

If you are just getting started with the Creative SDK, see the Getting Started repo for your platform:

Plugins

Plugins extend the availability of the Creative SDK to even more developers.

See the Plugins section of the Creative SDK GitHub page to learn more.

142 questions
1
vote
1 answer

Force crop/start with crop tool open

With the Aviary SDK, it was possible to start the view controller with a tool open by default, and force the user to crop the photo before proceeding to close the editor. I have scoured through the Adobe Creative SDK documentation to find the…
PersuitOfPerfection
  • 1,009
  • 1
  • 15
  • 28
1
vote
0 answers

Adobe Creative SDK API Key Error

I have configured adobe image SDK in my IOS APP and i have also pass API KEY and Secret Key but while i call edit image am getting Invalid API or Secret Key error here is my code how am passing API KEY and Secret Key Error: Invalid API Key and…
Saqib
  • 21
  • 2
1
vote
1 answer

Adobe Creative SDK iOS: Framework CreativeSDKImage requires framework CreativeSDKFoundation but framework CreativeSDKFoundation is not present

Every-time I tried to run my code is crashes as any-point that I try to initiate the function to call any part of the SDK. I have included the FoundationSDK in my build process: And I have included the reference to SDK in the header file: But…
gregavola
  • 2,519
  • 5
  • 30
  • 47
1
vote
1 answer

Can we upload photos in Adobe Assets using Abode Creative SDK for iOS and Android?

Using this chunk of code only for accessing the Adobe files in my iOS project, but how can I upload my pictures in Adobe Assets cloud and save it. [[AdobeUXAssetBrowser sharedBrowser]popupFileBrowser:^(AdobeSelectionAssetArray *itemSelections)…
0
votes
1 answer

Adobe Lightroom Catalog API returns code+JSON

When using the Adobe Lightroom Catalog API to access the catalogs in a Lightroom account, the resulting data is a combination of code and JSON starting with: while (1) {}\n{\"base\":\"https://lr.adobe.io/v2/\",\"id\":\"7afe.... This is different…
Michael S. Scherotter
  • 10,715
  • 3
  • 34
  • 57
0
votes
1 answer

Adobe CSDK editor is not showing stickers, overlays and frames, getting error

I've integrated Adobe CSDK editor in my web application and used API key given in an example, but now stickers, overlays and frames are not working. I'm gettimg below errors: 1) Failed to load resource: the server responded with a status of 503 …
0
votes
1 answer

Adobe SDK image editor not working in IE11

We are trying to implement Adobe Creative SDK to edit image. It is working fine with Google chrome but not working in Internet Explorer 11. While opening the image in editor , it is making one more call…
0
votes
1 answer

Captured image is not creating new file

There are two Standard options 'Camera' and 'Gallery'. First I choose the option 'Camera', then capture the image and then edit and save. HomeActivity.java file: package com.saashtechs.photoeditor; import android.content.Context; import…
0
votes
1 answer

How to fix bitmap resizing the captured image in android

My Photo Editor Android application has some issue. After capturing the image from the 20MegaPixel (5184x3880) camera through the app, I am resizing the image through Bitmap to 15MegaPixel (4477 x 3351) and then saving the image in the…
0
votes
1 answer

Resizing an image is breaking my app why?

I have been working on my Photo Editor Android application. After capturing the image from the camera, I am resizing the image since there is a maximum size allowed to save the image in the Gallery/Photos of a phone Following is the Java Activity…
user2201935
  • 396
  • 1
  • 7
  • 19
0
votes
1 answer

'Image must be resized' error when the image is captured from phone when the camera size is more than 15Megapixel

Hi Stack Overflow team, Following is the java code of PhotoEditor Android app for capturing image and saving the image in the phone Following is the MainActivity.java file: package com.example.photoeditor; import android.content.Context; import…
user2201935
  • 396
  • 1
  • 7
  • 19
0
votes
0 answers

Send img file to .net controller from <"img">

I am using adobe creative sdk image editor and .net for my project. When I edit a image, only <"img"> is changing but I am sending <"input file">. I tried two way, firstly I send data to <"input file"> and later send to controller. But I didnt.…
Deniz Ozogul
  • 85
  • 11
0
votes
0 answers

CCSDK Web, Get Colors in a Library

Does anyone know how to get colors that are stored in a CC Library? For example, I can see the colors exist, but there is no way to select them from the asset browser. The colors are greyed out and not selectable. Additionally, I would even…
0
votes
0 answers

Ionic 3.x + Android: Exclude IInAppBillingService from com.adobe.creativesdk.image:4.6.3+ cordova plugin

I have an Ionic 3.x application that uses both Adobe Creative SDK & cordova-plugin-inapppurchase plugins. Problem #1: When the project is built for android. It throws an error "com.android.build.api.transform.TransformException:…
0
votes
1 answer

Aviary (Abode Creative SDK) and local development

I'm stuck trying to edit photo from localhost. I try encoding my photo in base64 but it still fail. Considering Aviary.Feather is intialized and works fines in production, here is a sample of my code : var success =…
Charly
  • 436
  • 4
  • 12