Skip to content

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

Closed
@gcode-importer

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions