Skia Decoder fails to decode remote Stream

后端 未结 4 1614
情深已故
情深已故 2021-01-02 19:13

I am trying to open a remote Stream of a JPEG image and convert it into a Bitmap object:

    BitmapFactory.decodeStream(
new URL(\"http://some.url.to/sourc         


        
4条回答
  •  南方客
    南方客 (楼主)
    2021-01-02 19:46

    For me the problem is with type of color of image: your image are in color= CYMK not in RGB

提交回复
热议问题