fresco icon indicating copy to clipboard operation
fresco copied to clipboard

An Android library for managing images and the memory they use.

Results 122 fresco issues
Sort by recently updated
recently updated
newest added

Hi, @oprisnik , @defHLT , I'd like to report a vulnerability issue in **com.facebook.fresco:webpsupport:2.6.0**. ### Issue Description **com.facebook.fresco:webpsupport:2.6.0** directly depends on ***4*** C libraries (.so) cross many platforms(such as x86-64,...

### Description libjpeg-turbo 1.5.3 has CVE-2020-17541 and CVE-2018-14498 vulnerabilities. I tested the version of libjpeg-turbo 2.1.0 and the vulnerability has been resolved. Can fresco be able to upgrade the version...

We use GitHub Issues for bugs. If you have a non-bug question, please ask on Stack Overflow: http://stackoverflow.com/questions/tagged/fresco --- Please use this template, and delete everything above this line before...

When can you upgrade the version of libjpeg-turbo? Because a project of our company scans a vulnerability in libjpeg turbo when it relies on native-imagetranscoder. [libjpeg-turbo v1.5.3 CVE-2018-14498](https://github.com/facebook/fresco/issues/2578) we found...

enhancement

### Description There is a vulnerability for libjpeg-turbo,Does this vulnerability exist in fresco, the libjpeg-turbo is used by fresco. See details from https://nvd.nist.gov/vuln/detail/CVE-2018-14498 ### Reproduction ### Solution ### Additional Information

bug
help wanted
good first issue

I load the same picture using API SimpleDraweeView#setImageURI,the effect is different , why? the layout the code the effect the picture ![slow_fire_flash_stage2_frame_1](https://user-images.githubusercontent.com/6497308/175198930-d0d1c2f4-5113-41a3-9833-f5f1effef283.png)

in my app had many waring , like this : W/BitmapFactory: bitmap marked for reuse (24200 bytes) can't fit new bitmap (48400 bytes) I specified the BitmapConfig as RGB_565; how...

### Description Whether fresco support getFrameAtTime(int milliseconds) such as MediaMetadataRetriever.getFrameAtTime(int milliseconds). Just display video frame at specail time. ### Additional Information

### Description Android offers a global setting that allows to disable animations completely called [ANIMATOR_DURATION_SCALE](https://developer.android.com/reference/android/provider/Settings.Global#ANIMATOR_DURATION_SCALE). However DraweeView does not make use of this setting and any shape or form when...

### Description We updated from Fresco 2.3.0 to 2.4.0 and now we get these warnings in every module that uses Fresco: ``` com.facebook.infer.annotation.Nullsafe$Mode not found warning: unknown enum constant Mode.LOCAL...