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

Piping Support #3

Closed
RyanBram opened this issue May 24, 2013 · 4 comments
Closed

Piping Support #3

RyanBram opened this issue May 24, 2013 · 4 comments

Comments

@RyanBram
Copy link

I hope ImageWorsener developer want to add support for pipeline.

@jsummers
Copy link
Owner

jsummers commented Sep 7, 2013

I'm not really sure what this suggestion means. Multithreading? (Yeah, I'd like to try to support OpenMP, maybe.) Use GPUs? (No idea about this.) Something else?

@RyanBram
Copy link
Author

What I mean is software pipelines, where commands can be written where the output of one program is automatically fed to the next, following program.
Following example is command for combining between ImageMagick Program with JP2a program:

convert somefile.png jpg:- | jp2a --width=76 -

" - " mark means that output from ImageMagic Convert will be send to stdout as input for stdin which will be received by jp2a program.

We do pipeline for jp2a, because jp2a only support jpg format as input, therefore by combining the program with ImageMagick, it can use ImageMagick as filter for pre-processing any image format to jpg format which jp2a understand.

@RyanBram
Copy link
Author

Partially supported in 1.20 version.
Thank you very much Jason Summers.

@jsummers
Copy link
Owner

Closing this old issue. It's supported for most formats, and 100% support may not happen.

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

No branches or pull requests

2 participants