© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3mo ago•
4 replies
I hate miniatures

Does C# have a JPEG compressed stream reader?

intermediate
I need to read a JPEG compressed stream of data parts at a time. I've found a few libraries that implement JPEG file reading 1. under restrictive licensing and 2. usually expect the whole file. Is there something copy-pastable/ installable with MIT licensing that I can use here? My current plan is just to port this https://github.com/geotiffjs/geotiff.js/blob/master/src/compression/jpeg.js to C#
GitHub
geotiff.js/src/compression/jpeg.js at master · geotiffjs/geotiff.js
geotiff.js is a small library to parse TIFF files for visualization or analysis. It is written in pure JavaScript, and is usable in both the browser and node.js applications. - geotiffjs/geotiff.js
geotiff.js/src/compression/jpeg.js at master · geotiffjs/geotiff.js
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅BinaryReader reads garbage when reading from compressed stream
C#CC# / help
6mo ago
Help with my converting DCM to JPEG in C#
C#CC# / help
2y ago
✅ Does C# have anonymous struct initializers for class fields?
C#CC# / help
9mo ago