Questions tagged [imglykit]

8 questions
3
votes
0 answers

Android PESDK - How to implement a WeatherProvider?

In order to use weather based smart stickers I need to add in a WeatherProvider object. In iOs it seems that there is a predefined class called OpenWeatherProvider that they can use, however Android seems to be less lucky. I tried taking a look at…
Mihai Fumarel
  • 160
  • 1
  • 14
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
0 answers

How to add custom font when I use imglyKit SDK in iOS in Swift?

I tried the following code to add custom font into imglyKit SDK, but there is no custom font added or is being visible. I have also put .ttf file into info.plist file as resource. let configuration = Configuration() { builder in …
1
vote
1 answer

Change Text or Functionality of Buttons in IMG.LY Editor in Angular environment

Trying to customize the export button and close button on the imgly photoeditor. Using version 5.17.2 currently of the photoeditorsdk. I need to be able to change the text of the export button to say 'Upload' and would like to have the close button…
Seth Black
  • 11
  • 1
0
votes
0 answers

Android app crashing on applying audio(downloaded from remote url) to video in video editor sdk imgly

I am using video editor sdk by imgly to edit videos in my flutter app it's working fine for Ios but on android if I try to add audio overlay on a video on applying the audio app is crashing, I have downloaded the audio files from the remote…
0
votes
1 answer

Resizing text view by dragging its corners (Swift)

I am new to IOS and currently working for frames and photo-editing app.I am struggling with how to change the size of the UITextView by dragging its corners in swift? It is same as what we see on photo-editing apps for adding text over frames or…
0
votes
3 answers

How to save a video from my app in to the users photo library in iOS?

My iOS app allows the user to take a photo or record a video, send it and save it to their photo album if they wish. I've gotten everything done but I cannot figure out how to save the video. I've googled it, but most of the code I've seen seems to…
CloakedArrow
  • 391
  • 3
  • 8
0
votes
1 answer

how to remove "transform" on edit screen imglykit iOS

using imglyKit library for iOS, how can i remove the "Transform", crop tool from the image editor.
manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216