iron261 / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by njdo...@gmail.com on 20 Aug 2014 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by m.darb...@gmail.com on 9 Oct 2014 at 6:11

GoogleCodeExporter commented 9 years ago

Original comment by m.darb...@gmail.com on 23 Oct 2014 at 9:34