-
Working fine on mi a1,
Not working on huwai 10 , Lenevo k3 note, Samsung galaxy.
If i crop using window. den cropped video contains some other portion of video.
-
Hi,
I am trying to get the x and y offset when i cropped the image, the value what i am getting from CropInfo Class is different than the actual result.
First i am getting the CropInfo object an…
-
stacktrace as follows:
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:325)
at java.util.concurrent.FutureTask.finishC…
-
```
if (this.model.frameWidth > showWidth || this.model.getFrameHeight() > showHeight) { // 图片缩放后,大小不足以填满取景框
let xScale = this.model.frameWidth / showWidth;
let yScale = this.model.get…
-
Hi @YingtaoGuo , [
![Simulator Screenshot - iPhone 15 Pro - 2024-07-23 at 12 33 54](https://github.com/user-attachments/assets/50f0bffc-d20d-4b48-820b-b479336f8293)
](url)
![Simulator Screenshot - …
-
It would be really cool if there was an option-logic for cropping to exact dimensions.
Anyways, great library !
-
Both `gradle build` and building in Android Studio fails:
```
Executing tasks: [:generateAospDebugSources, :generateAospDebugAndroidTestSources, :prepareAospDebugUnitTestDependencies, :mockableAnd…
-
https://www.hackingwithswift.com/articles/135/how-to-render-uiviews-in-3d-using-catransformlayer
https://dzone.com/articles/a-look-at-perspective-transform-correction-with-co
https://stackoverflow.c…
-
I just started using the library. I'm using the 4.5.0 (latest as of this writing). But when I launch it, by default, it just shows the image to be cropped in a white activity devoid of any buttons /…
-
I'm using nativescript-angular and when I use the image cropper inside a modal view its not working at all. But when I call it on a page it works as expected. I don't know if im doing it right. But i …