Search found 5 matches
- 2015-06-30T06:29:42-07:00
- Forum: Users
- Topic: can't process png file (android 5.0 screenshot)
- Replies: 2
- Views: 2601
can't process png file (android 5.0 screenshot)
android version upgrade to 5.x, I got a png image through screenshot. when I use imagemagick to resize it, I got an error like this identify: Extra compressed data. `a.png' @ warning/png.c/MagickPNGWarningHandler/1777. identify: Extra compression data. `a.png' @ warning/png.c/MagickPNGWarningHandler ...
- 2014-10-27T01:56:09-07:00
- Forum: Developers
- Topic: /tmp/magick-xxxxx write full of disk space,how to stop this
- Replies: 4
- Views: 6432
Re: /tmp/magick-xxxxx write full of disk space,how to stop
Linux 2.6.32_1-12-0-0 #1 SMP Mon Aug 12 17:59:52 CST 2013 x86_64 x86_64 x86_64 GNU/LinuxBonzo wrote:What platform and language are you using for Imagemagick?
magick++ and magicCore
C++
- 2014-10-26T20:19:57-07:00
- Forum: Developers
- Topic: /tmp/magick-xxxxx write full of disk space,how to stop this
- Replies: 4
- Views: 6432
Re: /tmp/magick-xxxxx write full of disk space,how to stop
if I use latest version of IM, can it finsh this problem?snibgo wrote:When IM finishes normally it should delete any temporary files it created. As part of normal housekeeping, you should delete any files in tmp.
I find some solutions online. limit resource? cronjob?
has any official solutions?
- 2014-10-26T20:00:16-07:00
- Forum: Developers
- Topic: /tmp/magick-xxxxx write full of disk space,how to stop this
- Replies: 4
- Views: 6432
/tmp/magick-xxxxx write full of disk space,how to stop this
I use imagemaigck to process image,but it creates too many tmp files.
now my disk space is full,and imagemagick says crash,because of lack of space
my imagemagick version is Version: ImageMagick 6.7.9-0 2012-08-31 Q16
please help me ,how to stop this????
now my disk space is full,and imagemagick says crash,because of lack of space
my imagemagick version is Version: ImageMagick 6.7.9-0 2012-08-31 Q16
please help me ,how to stop this????
- 2014-10-16T03:50:42-07:00
- Forum: Developers
- Topic: help!!! how to improve Magick::Image.read
- Replies: 1
- Views: 3153
help!!! how to improve Magick::Image.read
hi,could anybody help me to fix this problem? code like this: blob = new(std::nothrow) Magick::Blob(image_buffer.c_str(),image_buffer.length()); img->read(*blob) I use multi threads to process image. Now, I start 5 threads to run when image is 5000x3000, process cpu reach 99%, and "read" cost 6s ...