Results 138 comments of Łukasz Kosson

I see. ReportViewer indeed validates received `Content-Type` of images and reject anything other than `image/bmp`, `image/jpeg`, `image/gif`, `image/png`, `image/x-png`. This behavior is the same as in original ReportViewer/SSRS.

Does `http://IPAddress:554/snapshot` from browser/wget on your PC work?

Then I guess not much can be done with this PR using your version of firmware. You can try using `openRTSP` binary from https://github.com/bolshevik/goke-GK7102-customizer and extract snapshots and/or mp4 directly...

ReportViewer and ReportViewerCore already support Unicode.

ImageSharp has a license incompatible with Report Viewer - I can't add this dependency.

As far as I'm concerned, you can fork and modify this library as you wish. Just keep in mind that original Report Viewer (on which this project is based) is...

For this particular case, I guess the best resolution would be to just parse `jpg`/`png`/`gif`/`bmp` header to extract image width and height directly from bytestream. Shouldn't be more than 100...

`.docx` renderer don't seem to use `System.Drawing` for anything else than determining image dimensions. Full Linux compatibility for other renderers (including PDF) is hopeless. Text layout is done using UniScribe,...