Search found 8 matches
- 2015-05-22T08:00:12-07:00
- Forum: Users
- Topic: display from stdin always creates temp files in current directory?
- Replies: 2
- Views: 2791
Re: display from stdin always creates temp files in current directory?
I have posted this as a bug: viewtopic.php?f=3&t=27687.
- 2015-05-22T07:59:38-07:00
- Forum: Bugs
- Topic: Temp files always created in current directory when image is read from stdin
- Replies: 2
- Views: 4766
Temp files always created in current directory when image is read from stdin
Whenever I display an image from stdin, like this: $ cat myfile.jpg | display - "display" creates temp files in the current directory, no matter how I set ImageMagick's environment variables MAGICK_TMPDIR, MAGICK_TEMPORARY_PATH, etc. This would appear to be a bug. The temp files have names like ...
- 2015-05-15T05:13:58-07:00
- Forum: Users
- Topic: display from stdin always creates temp files in current directory?
- Replies: 2
- Views: 2791
Re: display from stdin always creates temp files in current directory?
Anybody have any ideas?
- 2015-05-03T12:29:43-07:00
- Forum: Users
- Topic: display from stdin always creates temp files in current directory?
- Replies: 2
- Views: 2791
display from stdin always creates temp files in current directory?
Whenever I display an image from stdin, like this: $ cat myfile.jpg | display - "display" creates temp files in the current directory, no matter how I set ImageMagick's environment variables MAGICK_TMPDIR, MAGICK_TEMPORARY_PATH, etc. Is there a way to cause these temp files to be created in some ...
- 2015-02-17T10:24:09-07:00
- Forum: Bugs
- Topic: convert crashes in memcpy on CentOS 6.6
- Replies: 15
- Views: 18790
Re: convert crashes in memcpy on CentOS 6.6
You sure? /tmp on my machine has 1 GB of free disk space. The image in question is about 4000 x 3000 pixels.
- 2015-02-17T08:33:23-07:00
- Forum: Bugs
- Topic: convert crashes in memcpy on CentOS 6.6
- Replies: 15
- Views: 18790
Re: convert crashes in memcpy on CentOS 6.6
I got some better error messages this time: Error creating thumbnail: convert: unable to extend cache `<path>/myimage.jpg': File too large @ cache.c/OpenPixelCache/3867. convert: Memory allocation failed `<path>/myimage.jpg' @ shear.c/RotateImage/1961. convert: Application transferred too few ...
- 2015-02-09T10:38:22-07:00
- Forum: Bugs
- Topic: convert crashes in memcpy on CentOS 6.6
- Replies: 15
- Views: 18790
Re: convert crashes in memcpy on CentOS 6.6
I've discovered that the crashing pictures are all large in resolution, like 8500 x 3500 pixels. Is there some limit that I need to increase for "convert"? Or for PHP/MediaWiki (the caller)? $ convert -list resource File Area Memory Map Disk Thread Time ...
- 2015-02-05T09:04:02-07:00
- Forum: Bugs
- Topic: convert crashes in memcpy on CentOS 6.6
- Replies: 15
- Views: 18790
convert crashes in memcpy on CentOS 6.6
Our MediaWiki site (CentOS 6.6 Final) runs /usr/bin/convert behind the scenes to generate thumbnails in the standard MediaWiki way. Intermittently, convert crashes. Here is an example command and the gdb backtrace from the crash: /usr/bin/convert -quality 80 -background white /some/path/w/images/c ...