You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Originally reported on Google Code with ID 379
Reported by njdoyle on 2014-08-20 20:21:17
The text was updated successfully, but these errors were encountered: