Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to seek to start of jpeg2000 data in a stream #1364

Open
tclarke opened this issue Jun 11, 2021 · 0 comments
Open

Need to seek to start of jpeg2000 data in a stream #1364

tclarke opened this issue Jun 11, 2021 · 0 comments

Comments

@tclarke
Copy link

tclarke commented Jun 11, 2021

Issue #198 removed the opj_stream_create_file_stream() variant which takes a FILE*. I have been using this to fseek() to the location within a file where the jpeg2000 data resides. There does not appear to be a way to perform a seek on the file. I see functions (opj_stream_read_seek and opj_stream_write_seek) to do this but they are not exposed in the public API. There should be some way of seeking on an open opj stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant