repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
facebookfresco
heif image rotation issue
Enhancement
description I have some problem when display heif format image the image rotation be wrong I find some code with the issue the method parsemetadata of encodedimage class when it handle heif imageformat value it jump fetch orientation infomation but the file s fileextension be jpg and the format be ...
facebookfresco
local thumbnail not work for avi mpg mpeg or wmv thumbnailutil java io ioexception fail to create thumbnail
Help Wanted
description I m try to load some thumbnail from video file but I notice that some video format throw a runtime exception w thumbnailutil java io ioexception fail to create thumbnail at android medium thumbnailutil createvideothumbnail thumbnailutil java 331 at android medium ...
facebookfresco
java lang unsatisfiedlinkerror couldn t find dso to load libgifimage so
Bug
we use github issue for bug description crashlytic report this issue in android version 8 1 0 and 9 in vivo device only after deploy app on play store use app bundle I be use builder experiment setnativecodedisable true while initialise fresco fatal exception java lang unsatisfiedlinkerr...
facebookfresco
occasionally throw filenotfoundexception by read file after insert to main disk cache concurrently
Bug
for more detail please refer to this repo include a detailed readme and a runnable android app description this be an issue on this situation massively and concurrently fetch image from network and insert they into disk cache immediately and then read the file on the same thread by say massi...
facebookfresco
the right way of initialize fresco not bug
Question
description I call fresco init in baseapplication s oncreate method but my app initialize some necessary thing on main thread synchronously and asynchronously initialize some lib or unnecessary heavy thing on other thread additionally this crash always happen in background seem like use...
facebookfresco
after change density set scaletype and roundedcornerradius scaletype do not work
Enhancement
hi after change displaymetric density value from 2 to 3 I find that scaletype not work properly this be the simpledraweeview attribute it be before change density the simpledraweeview look like this before change density it be after change density the simpledraweeview look...
facebookfresco
not load image from url in custom infowindow on google map
Enhancement
description I m use a custom infowindow and cluster its marker on google map and I have to show an image from an url use simpledraweeview when the infowindow appear but it didn t work I ve try class custominfowindow private val context activity googlemap infowindowadapter overr...
facebookfresco
java lang unsatisfiedlinkerror couldn t find dso to load libimagepipeline so
Bug
fatal exception java lang unsatisfiedlinkerror couldn t find dso to load libimagepipeline so at com facebook soloader soloader doloadlibrarybysoname 738 soloader java 738 at com facebook soloader soloader loadlibrarybysoname 591 soloader java 591 at com facebook soloader soloade...
facebookfresco
how can I store the number of frame play by the previous piece of datum during the progressive animate webp download process
Enhancement
description I want to add animate webp progressive loading to fresco so that I can play the animation during the download process but there be a problem that have be bother I for a long time how can I store the number of frame play by the previous piece of datum during the download process each piece o...
facebookfresco
round image corner drop its quality
Bug
description set the roundincircle mode on simpledraweeview cause the image to drop in quality dramatically I ve read the article but it doesn t provide the reasoning of why the image get malforme reproduction the image itself be be set as fallowe solution glide li...
facebookfresco
on some device image be rotate after resize
Bug
description on some device some image be rotate but it isn t expect reproduction need android v7 1 1 image exif orientation orientation rotate 90 image request with reduce resolution of image in 8 32 time create image request with resize image image resolution need ...
facebookfresco
fatal exception java lang unsatisfiedlinkerror
Bug
description I ve see similar issue but the solution didn t work there be lot of unsatisfiedlinkerror issue but I think my problem be not soloader or relinker problem my stacktrace fatal exception java lang unsatisfiedlinkerror com facebook imagepipeline memory nativememorychunk ...
facebookfresco
feature request explicit color management
Enhancement
description right now imagepipeline allow to specify whether to transform to srgb and there be some apis that use this bit a more future proof approach would be explicitly pass a target color space before api level 26 android only recognize all image as srgb right now it look like old apis just simp...
facebookfresco
fresco use the framework exifinterface instead of the support library
Enhancement
it seem that fresco be still use the framework exifinterface class instead of the androidx support library equivalent androidx exifinterface exifinterface 1 1 0 alpha01 it would be well if migrate to use the support library variant instead as this one have the late bug fix include the new constructor add in a...
facebookfresco
svgs scaletype and color filter not work
Enhancement
description I follow this code example to implement svg in my android app along with the help of androidsvg 1 3 I m experience the follow 1 the scaling of image in my draweeview be all mess up the svg be either cut off on the left side or appear in the top left corner I ve try multiple sc...
facebookfresco
unable to load libimagepipeline so
Bug
description get fatal issue on the production version of the application withe the soloader please find the stacktrace below fatal exception java lang noclassdeffounderror com facebook imagepipeline memory nativememorychunk at com facebook imagepipeline memory nativememorychunkpool ...
facebookfresco
renderimagesupportsscale in animateddrawablebackendimpl might be use wrong param
Bug
description as report at renderimagesupportsscale param look suspicious l216 solution need to verify and change to frame width and height or make comment clear if not confirm additional information fresco version 1 11
facebookfresco
fatal exception java lang illegalstateexception fail to decode frame
Bug
description stop on this page for about 30 second and the app will crash all device only android 4 4 edit gradle to use fresco dependency v 1 3 0 and it be work 1545819584544 image image reproduction guide translation webp zip additional information fr...
facebookfresco
native crash on android p
Bug
hi we find some native crash on android p with fresco 1 9 0 crash stack show below 00 lr 00411fb4 system lib libhwui so armeabi v7a java android graphic bitmapfactory nativedecodestream native method android graphic bitmapfactory decodestreaminternal bitmapfactory java 961 android graphic bit...
facebookfresco
update bolt dependency to late mit license version
Enhancement
description bolt android be recently update to mit but it be not publish and fresco still depend on bsd patent license version of bolt reproduction this be not a technical issue additional information fresco version any platform version any relate issue
facebookfresco
draweeview could not play view animation when it be not show
Bug
animation be name slide top out there be a controllor bar at the top of the window which should hide with animation so I write the follow code val anim animationutil loadanimation context r anim slide top out topbar startanimation anim topbar visibility view go when the la...
facebookfresco
why do image display aliasing of one app on different device
Bug
description an image of 484x504 pixel be layout by 364x379 pixel of simpledraweeview by dynamic calculate on different device and it layout by simpledraweeview getlayoutparam width and simpledraweeview getlayoutparam height when it display on xiaomi note android 6 0 1 and xiaomi mix 2s android 9 0 h...
facebookfresco
android react native incorrect image width and height closeableimage getwidth getheight
Bug
description on react native image getsize use fresco here l71 to return the width and height of a give image as explane in this react native issue the return width and height be inconsistent in android the ratio between width and height be correct but the value of width and heig...
facebookfresco
fresco not work for get mov file thumb android
Enhancement
public void image loaderforuri uri uri simpledraweeview imageview imagerequ request imagerequestbuilder newbuilderwithsource uri setresizeoption new resizeoption 150 150 build draweecontroller controller f...
facebookfresco
improve bytearray handle
Help Wanted
newbytearray can fail and return null consider check before use the return value as array l135
facebookfresco
when apply roundwithoverlaycolor to gif image the border of the gif image be visible even when there be a view cover it
Bug
description please see screen shoot the blue view be cover the imageview reproduction create a layout like this in activity just load any gif string url uri uri uri parse url simpledraweeview fresco findviewbyid r i d fresco drawee...
facebookfresco
simpledraweeview not show video thumbnail
Enhancement
hi all I m develop a gallery app for android device I create a private encrypted field for user to hide their medium I use simpledraweeview in the whole project to display the image on the screen I do not do anything extra to view the hide medium in this case the thumbnail of the video be not display whe...
facebookfresco
I be test the new feature of android p and find that the footprint of fresco display on android p have be deform
Bug
description I be test the new feature of android p and find that the footprint of fresco display on android p have be deform reproduction solution I hope that you can provide a solution that will make the image appear on android p the same as the previous version additional information fre...
facebookfresco
java lang runtimeexception could not initialize soloader
Bug
description when initialize fresco on app start cause by java io filenotfoundexception datum user 0 com remind101 lib main dso lock open fail eacce permission deny at libcore io iobridge open iobridge java 452 at java io fileoutputstream fileoutputstream java 87 at jav...
facebookfresco
can not load adaptive icon progressivedecoder unknown image format
Enhancement
description try to load the uri identifier for instal application icon fail for some app system and non system and throw some log d skia skandroidcodec newfromstream return null w unknown progressivedecoder unknown image format uri android resource com sonymobile synchub 213142...
facebookfresco
tell fresco to use disk cache for thumbnail of local video
Enhancement
description I m use version 1 10 0 in root application I call fresco initialize getapplicationcontext in other ui control I pass uri fromfile file sdcard example video mp4 to simpledraweeview the view generate in memory thumbnail and display it correctly I check ...
facebookfresco
how can I get the callback which mean the image be really in diskcache
Question
I wanner use fresco do something about prefetch it mean without a simpledraweeview target so it seem that pipelinedraweecontrollerbuilder be useless I use basedatasubscriber and its onnewresultimpl but it just stand for memorycache exist and I want to know the file exist in diskcache timely and gu...
facebookfresco
fresco do not work after grant permission
Bug
I have a problem when use fresco to show an external uri open app and enter an activity without read storage permission ask for that permission with activitycompat after get the result the permission grant I collect all image from external content uri and get the uris like this content medium extern...
facebookfresco
wide color gamut support for postprocessor
Enhancement
description I want to load facebook logo image with fresco but when I be set post processor image not show look to source code tell that fresco can not handle 16 bit png image but this only happen when use post processor reproduction simpledraweeview image findviewbyid r i d your simpl...
facebookfresco
graphic memory leak
Bug
description graphic memory leak occur on my device here be my code the code above be item view of recycleview which load datum page by page when I scroll to end to load next page then graphic memory leak occur when not use round corner leak would not happen I can fix it by set a...
facebookfresco
request same url several time
Enhancement
I encounter a problem when the image be download I close the activity then reopen it the image will download twice also in recyclerview when I scroll the list up and down quickly some image will download several time this be a demo for this bug this be issue be the same as but can t reopen that is...
facebookfresco
round corner circular rounding not work for gif animate webps
Enhancement
description hi there be gif image at first item in recycler view but roundascircle be not work only gif image url be there any solution or can I get sample code about this issue thank kakaotalk photo 2018 04 03 16 00 49 44 additional information fresco version 1 8 1 plat...
facebookfresco
create simpledraweespanedittext like simpledraweespantextview draweespanstringbuilder add delete clear support
Enhancement
please create simpledraweespanedittext look like simpledraweespantextview add draweespanstringbuilder support for delete clear
facebookfresco
add fresco source into a react native map project to debug it
Help Wanted
description image component of react native can be use in react native map project when add custom marker however it can not render custom marker on android api 25 and later it mean that marker image component be render on android 7 0 and connot be render on android 7 1 ...
facebookfresco
fatal exception java lang unsatisfiedlinkerror couldn t find dso to load libimagepipeline so com facebook imagepipeline memory nativememorychunk
Bug
description update to version 1 8 0 crashlytic report these issue fatal exception java lang unsatisfiedlinkerror couldn t find dso to load libimagepipeline so at com facebook soloader soloader doloadlibrarybysoname soloader java 522 at com facebook soloader soloader loadlibrary...
facebookfresco
tool attribute do not work with fresco it become hard to use in xml editor
Enhancement
e g tool src or any other to mock the view of an image be there a work around additional information fresco version 1 8 0
facebookfresco
retainingdatasourcesupplier ignore fadeduration
Enhancement
description we ve use the retainingdatasourcesupplier for replace blurred thumb image with good quality image when a user click a download button we ve set the fadeduration of draweehierarchy to 300 ms the first blur thumb show up with a fade animation but the second image show up immediately without any a...
facebookfresco
http error response when load image result in leak connection
Bug
description I notice a bunch of log line like this throughout logcat as I use my app 19098 19147 w okhttpclient a connection to be leak do you forget to close a response body I eventually narrow it down to a single simpledraweeview that be cause it when I try to set its image uri use image...
facebookfresco
set file uri in simpledraweeview when use context mode private
Enhancement
description bug with add simpledraweeview object use setimageuri when uri fromfile and save file use openfileoutput filename context mode private context mode private make the file inaccessible to other app but for fresco be problem to read and set file in simpledraweeview simpledraweeview wor...
facebookfresco
downscale resizing not support for animate gif webps
Bug
gif and jpg be in recyclerview I want to do fitxy but gif be small git cap recyclerview item layout xml recyclerview adapter java override public void onbindviewholder gallaryadapter viewholder holder int position final characterdata datum char...
facebookfresco
image flash upon loading
Enhancement
description upon load an image gif jpg webp png the image flash the background color then load the image I expect that the image would just load and only have a placeholder when the image take a while to load this problem be irrelevant to the size of the image img size 10 kb even if the image loa...
facebookfresco
for infinitely animate webp the animationlistener be not correct
Bug
we use github issue for bug if you have a non bug question please ask on stack overflow please use this template and delete everything above this line before submit your issue description I use a infinitely animate webp with fresco I add a listener to check when it repeat I find that...
facebookfresco
gif animation be very slow and crash with oom in 1 5 0
Bug
we use github issue for bug if you have a non bug question please ask on stack overflow please use this template and delete everything above this line before submit your issue description fill this out explain what you do what you expect to happen and what actually happen ...
facebookfresco
bad performance on swap buffer for gif image
Enhancement
we analyze the profile gpu rendering but the performance so bad when play gif image after upgrade fresco version form 1 3 0 to 1 5 0 especial use in recyclerview under be the gpu perform when play gif image in recyclerview there be about 8 gif on the screen as we all know the good performance be cost ...
facebookfresco
overlay drawable alpha value not respect
Bug
description report via stackoverflow if you set an overlay drawable the alpha value will always be set to 255 no matter what the actual alpha value be reproduction drawable drawable drawable setalpha 50 draweeview gethierarchy setoverlayimage drawable the ...
facebookfresco
unsupported marker type 0x4f throw when transcodejpeg
Bug
description I catch an exception when decode a large jpeg image take with samsung galaxy s8 here be the exception java lang runtimeexception unsupported marker type 0x4f at com facebook imagepipeline nativecode jpegtranscoder nativetranscodejpeg native method at com facebook imagep...
facebookfresco
sigsegv crash on android 4 4
Bug
description we ve start receive native sigsegv crash after scroll through image for a couple of minute on android 4 4 app be crash we can not identify what cause it but use glide in the same way work fine we don t want to move our whole app to glide so we want to figure out what be the problem here...
facebookfresco
color space in android o be not handle properly by some feature
Enhancement
description o be the first android release that introduce a proper color management system into the os and platform framework this addition doesn t require any change for simple decoding and display of bitmap but some of fresco s more advanced feature seem to drop colorspace information I go thro...
facebookfresco
animate picture problem after version 1 4 0
Bug
when those animate picture play in the screen the scrollable ui lag and memory jitter seriously this dose not happen on version 1 3 0 but after version 1 4 0 image fresco version 1 4 0 and 1 5 0 platform version all android device
facebookfresco
how can I deal with the fail to decode frame exception
Enhancement
I see the abnormal information display be decode frame problem but I don t know which frame have the problem and what be the problem such as picture be invalid picture format info wrong or other question about the frame if my app have this problem how can I solve it and then avoid this problem ...
facebookfresco
jpeg datastream contain no image
Bug
description the first time I try to load a picture onfailure method be call and I have an exception like jpeg datastream contain no image I reproduce this issue only with android n the second time I try to load the same picture it actually work additional information galaxy s6 and...
facebookfresco
vector drawable do not work as placeholder image on api 17 and probably below api 21
Enhancement
description I have a simpledraweeview and a vector drawable xml I try to use the said xml as a placeholder in the drawee but on api 17 so probably below api 21 could not inflate the view and crash the app appcompatdelegate setcompatvectorfromresourcesenable true setcompatvectorfromresourc...
facebookfresco
use bitmap preparetodraw to upload bitmap to gpu in advance
Enhancement
description hey I work on ui toolkit graphic in android want to pass on an optimization you can enable for display bitmap android display bitmap as opengl texture and the first time a bitmap be display in a frame it s upload to the gpu that can take several millisecond but it s necessary to d...
facebookfresco
preload gif store locally into memory and retain it
Enhancement
I want to preload gif store in raw folder into memory and retain it so that whenever I be show gif I don t have to again load it as gif load with some delay I be show gif in loading progress so it will be good if I already have the instance of previously load gif and it load fast next time
facebookfresco
progressive jpeg in not load when use a post processor with request
Enhancement
not able to process progressive image with post process its not setting on imageview at all be there any solution to do the same I really want to replicate this io library with fresco as fresco be the only way to load progressive jpeg in android for now
facebookfresco
fresco not use gingerbreadpurgeabledecoder without static webp library
Enhancement
I ve find out that fresco be not use gingerbreadpurgeabledecoder on pre kitkat device without static webp library and webpsupportenabled experimental flag enable there be another flag decodememoryfileenable remove in this commit which allow to use this decoder with android default bitmapfacto...
facebookfresco
should support vectordrawable resource i d
Enhancement
tag need support v21 and appcompat already support v9 and up api level
facebookfresco
share element go after do sharedelementreturntransition in android n
Bug
I use the new fresco code for do sharedelement transition work it run well in android l m but on android n it go wrong before transition screenshot0 after transition screenshot0
facebookfresco
crash a jni crash recycle bitmap on android 4 4 4 rarely
Bug
a jni crash recycle bitmap which allocate on ashmem by pinbitmap it be just find on android 4 4 4 rarely crash on android 4 4 4 jni crash log as follow signal 11 sigsegv code 1 segv maperr fault addr 00000013 r0 ffffffff r1 88d6f788 r2 ffffffff r3 00007020 r4 88d69270 ...
facebookfresco
bug set ture to webpsupportenabled and mdecodememoryfileenable
Bug
set ture to mwebpsupportenabled and mdecodememoryfileenable com facebook imagepipeline core imagepipelineconfig run the follow refrence function com facebook imagepipeline platform gingerbreadpurgeabledecoder decodefiledescriptoraspurgeable two fail situation 1 seriously that cause app and sy...
facebookfresco
setdownsampleenable true then resize don t work for webp with at least android api 17
Bug
hello test fresco with setdownsampleenable true on one api 17 device I don t have the downsample fresco log requestlogginglistener with another device that be api 10 file be well downsample I could see the requestlogginglistener line the api 10 device with same fresco setting downsample and ...
facebookfresco
resume download from point which it be interrupt
Enhancement
idea in place with unstable internet connection with bad internet there may be a useful feature to be able to download medium just from the same position where it be previously interrupt it be support by http from at least v1 1 by range header but now default fetcher will throw any datum it have down...
facebookfresco
tap on retry logic doesn t work if cache image be break
Bug
here be the step I reproduce the issue 1 load an image with simpledraweeview e g 2 find out the cache file by this url accord to this 3 I pull out the cache file manually make it corrupt push it back to the phone 4 now it will show the retry icon when the image be load however when I tap on ...
facebookfresco
placeholderimage don t display in androidstudio preview if have round attribute
Bug
my code
facebookfresco
bug when set failureimage and roundedcornerradius not zero value at the same time
Bug
description when set failureimage and roundedcornerradius not zero value at the same time the failure image display abnormal see image below reproduction device xiaomi 11 resolution 3200 1400 but 2400 1400 be ok fresco version 2 3 0 2 6 0 but 0 13 0 be o...
facebookfresco
migrate off jcenter
Enhancement
jcenter will be sunset on may 1 2020 announcement
facebookfresco
inherit from shapeableimageview
Question
description currently it be not possible to custom shape our simpledraweeview com google android material imageview shapeableimageview would offer a solution for this it would also fix all the issue with roundascircle and would offer even more customization
facebookfresco
load large resolution picture
Question
hello we use this library in our development as an image loading dependency but in use if the image resolution be particularly high for example 5990 4180 at this time there be multiple imageview and the system refresh rate drop sharply it will be very stuck be there any solution fresco v...
facebookfresco
adapter android 10
Duplicate
android 10 open the album and the video cover be blank
facebookfresco
placeholderimage not in center on google pixel xl
Duplicate
description xml 20200928 093458 the gif show two image switch visibile to gone and you can see the placeholderimage of the image be not in center reproduction I find it only show on google pixel xl it not reproduce on oneplus 6 t solution additional inf...
facebookfresco
round corner distort image
Duplicate
description inside my android application I have a recyclerview that include several simpledraweeview feed with url from an api the actualimagescaletype be set to centerinside and there be a background color set to fit the design I use rounded corner too unfortunately this break all image i...
facebookfresco
okhttp transport alternative
Enhancement
after late kotlin upgrade okhttp 3 12 12 for ktor not an option any more I switch my api21 build to ktor cio but still can t cut okhttp dep because of fresco be there an option or potential roadmap to have transport plugin to be able change okhttp to something else I d like to...
facebookfresco
webp
Bug
xml simpview findviewbyid r i d simpview draweecontroller controller fresco newdraweecontrollerbuilder seturi path setautoplayanimation true setoldcontroller simpview getcontroller build ...
facebookfresco
loss the ninepatchchunk info in bitmap
Enhancement
I download a picture that contain nine patch info by imagepipeline but I get a bitmap without nine path info the code be val url val imagepipeline fresco getimagepipeline val imagerequ imagerequ imagerequ fromuri url val datasource imagepipeline fetchdec...
facebookfresco
flutter support
Enhancement
this be a feature request to support flutter currently in flutter we be use blurhash to show a blurred image placeholder while the full image be be load in the background but there s a problem that the blurred image be static and win t change during the update of the original image like in instagram ...
facebookfresco
com caverock xxe injection
Bug
description xml external entity xxe injection vulnerable module com caverock androidsvg introduce through com caverock exploit maturity no know exploit fix in 1 3 0 detailed path and remediation introduce through com caverock reproduction solution remediation...
facebookfresco
fbcore s proguard limit be too broad
Enhancement
description the proguard configuration in fbcore 2 1 0 aar include a line that keep all class with a native method which be not good as we can t choose to shrink other class with native method any more keep native method keepclassmember class native reproduction ...
facebookfresco
issue with add apng support
Enhancement
apng image be always recognize as png I be try to add a custom decoder for apng but run into an interesting issue because the header start with the same sequence in apng as png fresco always recognize this as a png in defaultimagedecoder decode you can see fresco first check for a default image fo...
facebookfresco
libpng v1 6 35 cve 2019 7317
Bug
png image free in png c in libpng 1 6 x before 1 6 37 have a use after free because png image free function be call under png safe execute
facebookfresco
upgrade giflib to 5 1 8
Enhancement
it look like fresco be use an old version of giflib which may make it vulnerable to cve 2019 15133 be fresco vulnerable to this should it be upgrade to use 5 1 8
facebookfresco
fix fresco 2 1 java only version
Bug
I want to use java only version in my project we can find some instruction on version 2 1 0 release note I hava add java fresco gradle setup implementation com facebook fresco fresco 2 1 0 exclude group com facebook soloader module soloader exclude group com facebook fresc...
facebookfresco
unrelease resource stream
Enhancement
l142 the program can potentially fail to release a system resource
facebookfresco
when version more than 1 9 0 simpledraweeview use roundascircle placeholderimage display small
Bug
in xml when use fresco version 1 9 0 display right 291575360267 pic but when use version more than 1 9 0 like 1 10 0 or 2 0 0 271575360148 pic file be in drawable directory ic boleto detail icon I try the method of but feel it s not a good solution because the 1 9 0 be ...
facebookfresco
showcase crash for api 21
Bug
description showcase be crash for api 21 reproduction open placeholder progress failure tab solution additional information platform version api 21
facebookfresco
animate gif package break downloadable gif with round
Question
description I m use com facebook fresco fresco and com facebook fresco animate gif for show animate gif I load a gif image non animate from the internet and apply roundingparam I expect to see round image but I get square gif from app resource work fine I need animate gi...
facebookfresco
do fresco have a way of synchronize download to return bitmap
Question
do fresco have a way of synchronize download to return bitmap
facebookfresco
low image quality use component on rn 0 57 fresco 1 10 0
Enhancement
description rn issue rn 0 57 x bundle large image have low quality when view use component with 1 1 ar on android close there be low quality when load large bundle png gif and maybe more format not jpeg image only on android at the left screenshot we see the exact same code...
facebookfresco
class cast exception
Question
exception java lang classcastexception o mw can not be cast to o nw at com app example share shareutil 2 onnewresultimpl 243 shareutil java 243 at com facebook datasource basedatasubscriber onnewresult 46 basedatasubscriber java 46 at com facebook datasource abstractdatasour...
facebookfresco
how to region decode a huge image
Question
description in my app it sometimes happen an oom crash when decode a huge image I want to region decode the image just when the image be big enough and the format be png jpeg and reponse to touch event to change the region after read the source I do not find a way to achieve this what shoul...
facebookfresco
android q open fail eacce permission deny
Bug
description run in android q beta 5 and use the uri from mediastore but the image will not show reproduction load image path from mediastore and use the path to generate uri then put it into the imagerequ solution resolver openfiledescriptor item mode maybe use this will help ...
facebookfresco
fresco
Duplicate
displaymetric density 2 3 fresco simpledraweeview simpledraweeview displaymetric density
facebookfresco
java lang thread parkfor thread java 2163
Bug
description this be an online bug that can not be reproduce my stacktrace java java lang thread parkfor thread java 2163 sun misc unsafe park unsafe java 358 java util concurrent lock locksupport park locksupport java 190 java util concurrent lock abstractqueuedsynchronizer conditionobject...
facebookfresco
fast thumbnail
Question
to get a thumbnail you need to decode the full picture and then scale it to thumbnail size to overcome this obstacle the jpeg format allow you to get a picture 1 2 1 4 1 8 or even 1 16 in size of the original picture e g for a factor 1 8 a 5000x5000 picture will be return as a 625x625 picture java do not ...
facebookfresco
loading image with custom progress will report an error don t know how to round that drawable
Enhancement
load image with custom progress genericdraweehierarchy build genericdraweehierarchybuilder newinstance mcontext getresource setfadeduration 1000 setprogressbarimage new imageloadingdrawable build iv sethierarchy build iv set...
facebookfresco
the result of nativeblurfilter iterativeboxblur be differenet from iterativeboxblurfilter boxblurbitmapinplace
Enhancement
description I think nativeblurfilter be just a c rewrite of iterativeboxblurfilter so I expect these two method return same result but this be not true reproduction bitmap bit2 bitmap createbitmap 9 1 bitmap config argb 8888 bit2 setpixel 4 0 0xffffffff ...