Search found 1 match
- 2011-03-30T04:54:21-07:00
- Forum: Users
- Topic: Problem with convert JPG from stdin
- Replies: 0
- Views: 5746
Problem with convert JPG from stdin
Hi, I am having trouble when using convert on a JPEG image from stdin. Other image types (PNG, GIF) work correctly. More detail: I have created a Java application that calls convert using this command: convert <type>:- <args> <type>:- The Java app then writes image bytes to stdin and reads converted ...