Closed
Description
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