Search found 3 matches
- 2017-08-18T12:35:44-07:00
- Forum: Bugs
- Topic: convert cannot handle large files from stdin
- Replies: 3
- Views: 5670
Re: convert cannot handle large files from stdin
I just installed the most recent version 7.0.6-7 and this bug has been fixed.
- 2017-08-18T12:04:19-07:00
- Forum: Bugs
- Topic: convert cannot handle large files from stdin
- Replies: 3
- Views: 5670
Re: convert cannot handle large files from stdin
No, it still doesn't work when writing to a file. It does work when the file name is given in the command. We are attempting to pipe the output of a screen capture through convert to reduce network load, as it's being sent to another machine. The version that doesn't work: ImageMagick-6.7.8.9-15.el7 ...
- 2017-08-18T11:49:36-07:00
- Forum: Bugs
- Topic: convert cannot handle large files from stdin
- Replies: 3
- Views: 5670
convert cannot handle large files from stdin
Was trying to convert a .xwd file into a png using the following command:
cat image.xwd | convert xwd:- png:-
Regardless of the size of image.xwd, only 139264 bytes are read by convert and the resulting image is garbage. Bug is only seen in CentOS 7, CentOS 6 version is fine.
cat image.xwd | convert xwd:- png:-
Regardless of the size of image.xwd, only 139264 bytes are read by convert and the resulting image is garbage. Bug is only seen in CentOS 7, CentOS 6 version is fine.