Alexander Oprisnik

Results 30 comments of Alexander Oprisnik

My best guess would be that your RN setup is using downsampling to downsample images. Fresco reports the size of the decoded bitmap, which in this case would be the...

Does this only happen for huge images? If so, we are automatically downsampling huge images (I think right now > 2048 px). However, this is configurable since ed5c07595678010570a03d0118ecd80850c68d61 and can...

Thanks for the bug report. That's weird, looks like the log statement is failing: https://github.com/facebook/fresco/blob/e791687a6617eaeb5f8e5524452541777ddc4aa4/imagepipeline-base/src/main/java/com/facebook/imagepipeline/transcoder/DownsampleUtil.java#L103 Setting your log level to anything that's smaller than verbose (like ERROR or WARN) should...

Hey @tsybanov - thank you for the detailed report and sorry for the late reply. I think we should try your speculative fix, so it would be great if you...

Hey! Do you get any errors in logcat or are you able to attach either a ControllerListener or RequestListener that gives us more details on what's failing? Something like: https://github.com/facebook/fresco/blob/f528f6bae63e46d351303126f2b1d255ad0c7602/samples/showcase/src/main/java/com/facebook/fresco/samples/showcase/misc/LogcatRequestListener2.kt#L16

Thanks for the suggestions! Feel free to submit a pull request!

Hey! Sorry for the delayed response. I guess throwing should be fine yes. We already throw a couple lines below when the other buffer is null: ``` if (dest->buffer ==...

Hey! Native code was moved to https://github.com/facebook/fresco/blob/a6b47b94b229ea8549ea4bc70bd22970e97ba465/native-imagetranscoder/src/main/jni/native-imagetranscoder/jpeg/jpeg_stream_wrappers.cpp