davemorrissey

Results 37 comments of davemorrissey

The original report suggested it was EXIF rotation that was an issue, and this sample app appears to be illustrating a problem only with the flip H/V orientations. SSIV does...

Looks interesting, did you do this because you needed the feature? Until now I don't think anyone had asked for it. It'll need some thorough testing which I don't have...

I don't plan to merge this but I'll leave this PR open so others can use this branch if they need this support.

You could try `setExecutor(AsyncTask.SERIAL_EXECUTOR)` to see if this makes a difference. However, BitmapRegionDecoder is synchronized and the use of `THREAD_POOL_EXECUTOR` is simply to reduce contention with other tasks running in...

That's useful info, thanks. I don't think this can be the default though, as the library is not aware of the format of the image it's showing. Are you happy...

I'm reluctant to make changes when I don't know what the impact will be and can't support the library properly. Developers can override the default bitmap config if they need...

The view uses Android's BitmapRegionDecoder which says it supports webp. I haven't tried it. What happens when you try? Please provide the information requested in the issue template.

I'm not familiar with Jetpack Compose, and as I'm not an active Android developer any more I'm not going to be able to learn enough about it to resolve this...

I can't help without code.

I have reproduced this in an emulator. It is happening because Android is reporting the screen pixel density is 2.75 pixels per inch, when the real value is 440. I...