Search found 8 matches

by djbcmp
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: 4324

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...
by djbcmp
2015-05-03T12:29:43-07:00
Forum: Users
Topic: display from stdin always creates temp files in current directory?
Replies: 2
Views: 2521

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 i...
by djbcmp
2015-02-17T10:24:09-07:00
Forum: Bugs
Topic: convert crashes in memcpy on CentOS 6.6
Replies: 15
Views: 16391

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.
by djbcmp
2015-02-17T08:33:23-07:00
Forum: Bugs
Topic: convert crashes in memcpy on CentOS 6.6
Replies: 15
Views: 16391

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 scanli...
by djbcmp
2015-02-09T10:38:22-07:00
Forum: Bugs
Topic: convert crashes in memcpy on CentOS 6.6
Replies: 15
Views: 16391

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 ------------------------------------...
by djbcmp
2015-02-05T09:04:02-07:00
Forum: Bugs
Topic: convert crashes in memcpy on CentOS 6.6
Replies: 15
Views: 16391

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/c...