Use own dataSources and the image cannot be viewed normally

Describe Your Question

  • open viewer use own dataSources and the image cannot be viewed normally.
  • There are some warning in console. WebGL: INVALID_OPERATION: texImage2D: ArrayBufferView not big enough for request
  • I don’t know how to configure or fix it
  • based on 3.8 version

What steps can we follow to reproduce the bug?

  1. change dataSources url
  2. npm run dev

Change frame interface response Content-Type from application/octet-stream;charset=UTF-8 to multipart/related;charset=UTF-8, Something went wrong.

After add transfer-syntax=1.2.840.10008.1.2.4.70 in frames interface, it works!Is it possible to add some data compatibility?

1 Like