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

Allow opj_compress and opj_decompress to read/write images over stdin/stdout #379

Closed
gcode-importer opened this issue Aug 20, 2014 · 2 comments

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 379

I would like to provide input to opj_compress and opj_decompress over stdin. This allows
me to pipe images in to these tools without needing to write temporary files to disc
and incurring the performance overhead that comes with. Similarly, I would like to
get the output of these tools over stdout, again, to avoid writing temporary files
to disc.

This is a feature already available in tools like ImageMagick and libjpeg.

Reported by njdoyle on 2014-08-20 20:21:17

@gcode-importer
Copy link
Author

Reported by mayeut on 2014-10-09 18:11:15

  • Labels added: Type-Enhancement
  • Labels removed: Type-Defect

@gcode-importer
Copy link
Author

Reported by mayeut on 2014-10-23 21:34:56

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

No branches or pull requests

2 participants