-
Ideally decoded content would be in the same colorspace as the encoded content, and colorspace negotiation is "just" a metadata management problem. Android MediaCodec works differently:
- MediaCode…
-
The current avif spec doesn't disallow 12bit encoding, but there is no profle for it - just "baseline" and "advanced".
Please add a "professional" profile to avif to make 12bit encoding official - …
-
**Describe the bug**
When trying to get a document from Firestore, if the device is connected through Wifi the connection fails with the following error message:
```
W/Firestore( 4903): (21.4.3) …
-
Designs are here:
https://app.zenhub.com/workspaces/gooddollar-5d50833888a83c6880d3e345/issues/gooddollar/gooddapp/1861
adjust org.gooddollar.util.Customization class
commit directly to https://gith…
-
**Describe the bug**
I do not understand why these two functions return different values when the ad fails to load.
**To Reproduce**
Create an ad, set max ad per minute or similar limit.
```
In…
-
I am trying to seed images on Android 3a XL API 30 emulator using below commands
File assetDir = new File(System.getProperty("user.dir")+"/src/test/resources/Assets");
for(int i=1;i
-
I am trying to use the library for resizing photos with the following illustrative code. But when i tested on real iphone (iphone 6s, ios 11.4) devices (i tested on two different ones and got the same…
-
Version 2.0.3
**The Issue**
CropImage.getActivityResult(data).bitmap = NULL
**The Code**
```kotlin
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
…
-
I'm getting this error when attempting to resize a particular jpeg. Unfortunately I'm unable to share the photo for privacy reasons.
"errorType": "Error",
"errorMessage": "unknown JPEG ma…
-
I need to use this library on android using an uri from SAF.
Therefore it would be great if you implemented an api for using a file descriptor.
An example for how to implement this so the uir can …