Ludwig Moreno

Results 6 comments of Ludwig Moreno

Hi! Working on a Tomosynthesis image, the WW/WL values applied to an image are not preserved when scrolling to the adjacent images, requiring continuos WW/WL adjustments.

An iPhone PDFJS s shared in https://stackoverflow.com/questions/73653874/pdfjs-not-working-in-safari-blank-page-how-to-solve-issue/74192135#74192135 And, even using the deprecated Angular framework, the open source Osimis WebViewer has a very well documented process to recognize the instance "content...

This is a great solution for a browser with built in PDF viewer, but on Chrome/Edge on Android, an inactive "Download file" button is displayed along with the pdf code...

A solution to the present issue has been found: Following the suggestions at https://www.3braintechnologies.com/effortlessly-open-pdfs-in-your-mobile-browser-using-pdf-js.html , the pdfjs "Prebuilt (modern browsers)" version was downloaded from https://mozilla.github.io/pdf.js/getting_started/#download and then uncompressed under bluelight/scripts/pdfjs...

In order to allow the use of the built in PDF viewer, if present, the following line: var PDFjsViewer = /bluelight/scripts/pdfjs/web/viewer.html??file=${pdf}; was changed to: if (!navigator.pdfViewerEnabled) { // The browser...

Hi, please share about how to pass a public image url in as a url parameter for the app to render the dicom image from the passed url