Questions tagged [photoeditorsdk]

The PhotoEditor SDK provides a variety of tools and assets for photo editing, such as Crop, Adjustments, Text, Brush, Filters, Overlays and Stickers.

The PhotoEditor SDK (PESDK) provides a variety of tools and assets for photo editing, such as Crop, Adjustments, Text, Brush, Filters, Overlays and Stickers. The SDK is customizable in terms of appearance and tools provided in order to match your requirements and blend with your service. Furthermore, the included assets may be freely exchanged or extended.

The usage of the PhotoEditor SDK in your projects requires a license file. To retrieve said file, sign up for a trial or get in touch with our sales team. For a detailed instruction on how to integrate the license file, please refer to our documentation.

Resources:

Website

Documentation & Quickstarts

GitHub

90 questions
8
votes
3 answers

Capture result of HTML5 FileReader when using promises in async

I have an Angular 4 application where I am reading an image & trying to pass the base64 string to another variable - however I am having an issue due to the async nature of this - the image.src is empty and therefore the value has passed correctly…
Zabs
  • 13,852
  • 45
  • 173
  • 297
4
votes
0 answers

Memory incremental when using filter image (PhotoEditor SDK)

I have an activity to set filter on image by PhotoEditor SDK library. But after applying several changes to the image, the memory is heavily increasing, and eventually the app will automatically crash without any error. In this video, I've been…
4
votes
1 answer

How to resize the captured image in android

When I am working on my Photo Editor Android application, after capturing the image from the camera through the app, I am resizing the image and then saving the image in the Gallery/Photos folder in the phone Following is the HomeActivity…
3
votes
0 answers

(Expected @AndroidEntryPoint to have a value. Did you forget to apply the Gradle Plugin? ) Using dagger hilt with PESDK

I am using dagger hilt with PESDK (Photo editor sdk) GIT Photo Editor SDK Error Expected @AndroidEntryPoint to have a value. Did you forget to apply the Gradle Plugin? Everything was building fine before adding dependencies and changing what PESDK…
Pratik
  • 61
  • 1
  • 8
3
votes
0 answers

Change PESDK theme change to white

How to switch photoeditor react theme to white. Is there any configuration to change the theme OR need to customize the complete theme with assets.
3
votes
1 answer

PhotoEditorSDK prevent download when exporting manually

I tried PhotoEditorSDK : export to server without auto download?, but that did not help me. The following code still downloads the file to the client. By the time I get to the then part of the export promise, the act of exporting has already…
Øystein Amundsen
  • 3,993
  • 8
  • 44
  • 63
3
votes
1 answer

How do you include an assets folder in a Vue file?

I tried this (I'm using Vue's official Webpack template): data () { photoEditorAssets: require('../assets/img/photoeditorsdk/assets'), } mounted () { var editor = new PhotoEditorSDK.UI.DesktopUI({ //eslint-disable-line container:…
alex
  • 7,111
  • 15
  • 50
  • 77
2
votes
1 answer

How to change toolbar action icons in PE.SDK for react-native?

I'm using the photo editor SDK (react-native) from IMG.LY for editing images; however, I would like to change the default toolbar icons. Is there any way to do it? check this image
2
votes
1 answer

rails aborted! Invalid format of target version: `VERSION=3.6.5`

I am playing around with PhotoEditor SDK, following their https://docs.photoeditorsdk.com/quickstarts/rails. I was able to launch a first test app with SQLite to get familiar with the SDK and all was working fine. So, I decided to give it a more…
Thibaud Clement
  • 6,607
  • 10
  • 50
  • 103
2
votes
2 answers

Edit Photo from URL with Photo Editor SDK

I'm using the PhotoEditorSDK in my application, but I'm getting the attached error. in the annex also follows the code that I used to arrive at these results. It seems to be cross-origin problem but the SDK has a specific part to it. I opened called…
Victor Henrique
  • 381
  • 1
  • 2
  • 10
2
votes
1 answer

PhotoEditorSDK : export to server without auto download?

I am using photoeditorsdk in my Angular app. There is an export to server function in the docs: editor.export( PhotoEditorSDK.RenderType.DATAURL, PhotoEditorSDK.ImageFormat.JPEG, 0.8 // JPEG quality: 80% ).then((dataUrl) => { // Upload to…
Shaniqwa
  • 1,924
  • 2
  • 17
  • 29
1
vote
0 answers

How to zoom a Photo Editor view?

I am using a library for Image Editor. This library works well. I get whatever I want except the zooming functionality. This is my xml code:
Sambhav Khandelwal
  • 3,585
  • 2
  • 7
  • 38
1
vote
0 answers

Making presets using Photo editor sdk

I'm looking to develop a mobile app that will be able to implement presets using photoeditor sdk. Does anybody know if I can edit one photo in Photoeditor sdk and then save these settings and use them on another photo later? thanks ahead
1
vote
1 answer

How to access export method of photoeditorsdk to get the image url?

I am not able to get the updated image url from photoedior sdk. this is for integrating photoeditor sdk with angular let templateStr: string = `
Abhishek
  • 83
  • 1
  • 7
1
vote
0 answers

Photo Editor SDK to a react-native application

I already have a running react-native application that is using a camera and Images. I need to be able to filter, crop and rotate these images. How can I install the Photo Editor SDK to React Native Application without getting any problems? this is…
A.Azzam
  • 74
  • 6
1
2 3 4 5 6