Search found 11 matches
- 2019-09-20T12:44:30-07:00
- Forum: Bugs
- Topic: Animated GIF killing magick
- Replies: 7
- Views: 96017
Re: Animated GIF killing magick
Sadly, enabling OpenMP did not make a difference. Problem must be elsewhere.
- 2019-09-19T09:16:42-07:00
- Forum: Bugs
- Topic: Animated GIF killing magick
- Replies: 7
- Views: 96017
Re: Animated GIF killing magick
Yes it's possible. Thank you!
- 2019-09-17T05:53:49-07:00
- Forum: Bugs
- Topic: Animated GIF killing magick
- Replies: 7
- Views: 96017
Re: Animated GIF killing magick
Can it be ImageMagick configuration? I'm pasting the config: Path: /usr/local/pd-admin2/lib/ImageMagick-6.9.10//config-Q16/configure.xml Name Value ------------------------------------------------------------------------------- CC gcc -std=gnu99 -std=gnu99 CFLAGS -I/usr/local/pd-admin2/include ...
- 2019-09-17T05:30:04-07:00
- Forum: Bugs
- Topic: Animated GIF killing magick
- Replies: 7
- Views: 96017
Re: Animated GIF killing magick
Updating did not make any effect. System is equipped with SSD. I wonder how can you achieve 3 seconds when it takes 30-40seconds for me. Other GIFs take 1s to process, but not this one. I'm trying both Linux and Windows versions.
- 2019-09-17T05:14:34-07:00
- Forum: Bugs
- Topic: Animated GIF killing magick
- Replies: 7
- Views: 96017
Re: Animated GIF killing magick
Dear Magick, I will try upgrading. I was testing on 6.9.10-62 Q16 x86_64 & 7.0.5-4 Q16 x64 I tried the command and for me it reduces the RAM usage to 100-200mb level, which is very good, but it still takes siginificant amount of CPU (and takes a long time). Do you think that setting the temp ...
- 2019-09-17T04:42:37-07:00
- Forum: Bugs
- Topic: Animated GIF killing magick
- Replies: 7
- Views: 96017
Animated GIF killing magick
Hi! Out customer uploaded a 1mb GIF file, which on command "-coalesce" causes the RAM usage to peak at 9GB and takes around 40seconds to process. It looks like a magick bug (other tools handle it well). Below is link to the aforementioned file: http://klient.artigo.pl/imagemagick/m3-zinsen-gif.gif
- 2019-04-03T11:55:43-07:00
- Forum: Bugs
- Topic: Errors on batch processing
- Replies: 7
- Views: 14455
Re: Errors on batch processing
Dear Snibgo,
Thanks for helping out.
Exec works synchronously. For some reason convert process ends with success status before file is fully written.
Thanks for helping out.
Exec works synchronously. For some reason convert process ends with success status before file is fully written.
- 2019-04-03T09:54:16-07:00
- Forum: Bugs
- Topic: Errors on batch processing
- Replies: 7
- Views: 14455
Re: Errors on batch processing
I am processing the images on a Linux server, from a PHP process. Calling exec('convert and then exec('composite.
I wonder if process ends before the file is fully written, but I guess it's possible. Depends on write time, right?
I wonder if process ends before the file is fully written, but I guess it's possible. Depends on write time, right?
- 2019-03-21T09:12:30-07:00
- Forum: Bugs
- Topic: Errors on batch processing
- Replies: 7
- Views: 14455
Re: Errors on batch processing
Hmm. Does convert/composite end before file bas heen fully written?
- 2019-03-18T08:33:07-07:00
- Forum: Bugs
- Topic: Errors on batch processing
- Replies: 7
- Views: 14455
Re: Errors on batch processing
Dear Snibgo. I will investigate this possibility. It is likely. Thank you!
- 2019-03-17T03:14:31-07:00
- Forum: Bugs
- Topic: Errors on batch processing
- Replies: 7
- Views: 14455
Errors on batch processing
I am getting once every few days (let's say every 30 batch runs) a lot of errors from ImageMagick. The errors cannot be reproduced right after, so I suspect batch processing nature of the problem. The processed files are correct, and the errors cannot be reproduced while processing a single file. I ...