-
Notifications
You must be signed in to change notification settings - Fork 461
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
Allow opj_compress and opj_decompress to read/write images over stdin/stdout #224
Comments
Reported by szukw000 on 2013-07-13 19:41:16 |
Reported by szukw000 on 2013-07-13 20:41:21 |
Reported by szukw000 on 2013-07-14 05:38:37 |
Reported by malaterre on 2014-02-24 17:25:27
|
Reported by mayeut on 2014-10-23 21:34:56 |
Reported by mayeut on 2014-10-23 21:36:09
|
Reported by njdoyle on 2014-10-23 22:03:55 |
+1 as this will enable the use of opj_decompress with Java's ProcessBuilder (and streams to/from arbitrary sources) without the hassle of JNI. Interestingly, doing something like this actually works, from the command line at least:
I've not been successful getting it to work with ProcessBuilder though. |
Yes, this would be a nice feature and, though not a performance gain for opj_decompress, would be for applications that use it. |
If it helps in the meantime, I've used a named pipe when I've needed to do
this in the past.
|
I see this issue was closed, along with its merged duplicate issues, and I see this in the changelog:
What I do not see, however, is any evidence in the code or documentation that this is possible. I'm using a version that I compiled today from Can someone please correct me if I'm wrong? If I am wrong, and you can use STDIN (ex: Note: I do see code in |
Originally reported on Google Code with ID 224
Reported by
rado.markov
on 2013-06-08 15:35:45The text was updated successfully, but these errors were encountered: