Search found 15 matches
- 2017-01-19T11:21:58-07:00
- Forum: Users
- Topic: Odd GIF blinking
- Replies: 2
- Views: 2221
Re: Odd GIF blinking
Wow! Thank you! Worked like a charm!
- 2017-01-19T10:56:09-07:00
- Forum: Users
- Topic: Odd GIF blinking
- Replies: 2
- Views: 2221
Odd GIF blinking
Hello guys, I'm trying to put a tile image over the text and then add a border to the text: /usr/bin/convert -size 413x132 xc:transparent \ -font /website/font.ttf -pointsize 40 -antialias \ -gravity north -annotate 0 "TextTextText" null: \( /website/tile.gif -virtual-pixel tile \ -set option ...
- 2016-01-16T12:53:50-07:00
- Forum: Bugs
- Topic: [SOLVED] Bug with convert
- Replies: 13
- Views: 6692
Re: [SOLVED] Bug with convert
Yeah, I spent many hours trying to find a bug in my code + PHP/Apache configs + IM
- 2016-01-16T11:33:23-07:00
- Forum: Bugs
- Topic: [SOLVED] Bug with convert
- Replies: 13
- Views: 6692
Re: Bug with convert
Oh guys, promise me you won't laugh :-D I found out what was the problem! A couple of years ago I made a simple tool which kills any "convert" process after 40 seconds because of old IM bug when IM hanged my server. So this tiny tool killed any convert process before it could prepare all the 150 ...
- 2016-01-14T21:24:00-07:00
- Forum: Bugs
- Topic: [SOLVED] Bug with convert
- Replies: 13
- Views: 6692
Re: Bug with convert
OK. Let me understand. Sorry if you have to repeat. Do both systems have trouble? If not, which one and what version of Imagemagick. I am on Imagemagick 6.9.3.0 Q16 Mac OSX (Mac Mini with 4GB RAM) and the following works fine and creates all your frames cd test1 convert test.gif -coalesce ../test2 ...
- 2016-01-14T12:25:26-07:00
- Forum: Bugs
- Topic: [SOLVED] Bug with convert
- Replies: 13
- Views: 6692
Re: Bug with convert
No problem on my computer. Do you use linux? Well, sometimes I get 150 frames. This happens in 4/10. Also I make test on a production servers, not an idle PC. How much free memory do you have? Q16 takes 8 bytes/pixel. Coalesce might double this, so that would be 553 MB. That isn't much these days ...
- 2016-01-14T11:21:05-07:00
- Forum: Bugs
- Topic: [SOLVED] Bug with convert
- Replies: 13
- Views: 6692
Re: Bug with convert
Tried it twice -- got 31 and 41 frames while it has 150 frames. The last one had 10 bytes. Also tried it on my second server (2xXeon, 24Gb RAM, ImageMagick 6.8.6-10), got 130 frames without adjoin and 108 with adjoin, last one also had 10 bytes. BTW, adjoin option makes the process much slower. My ...
- 2016-01-13T16:58:47-07:00
- Forum: Bugs
- Topic: [SOLVED] Bug with convert
- Replies: 13
- Views: 6692
[SOLVED] Bug with convert
Hey guys, I have a problem trying to split big animated GIF into frames (17Mb). I use the following command: /usr/local/bin/convert -coalesce /gifs/test.gif /gifs/result/%d.gif This GIF has 150 frames and lasts 5 seconds with FPS=10 (I made it from video). However, most of the time in a result ...
- 2015-07-08T11:39:27-07:00
- Forum: Users
- Topic: Text rotation problem
- Replies: 3
- Views: 2074
Re: Text rotation problem
This "translate" function works like a charm!
Thank you!
Thank you!
- 2015-07-08T09:48:54-07:00
- Forum: Users
- Topic: Text rotation problem
- Replies: 3
- Views: 2074
Text rotation problem
Hey guys, I use the following command to draw a couple of text strings on image: /usr/local/bin/convert /gifs/tmp/df47902.gif \( -font /fonts/Font.ttf -pointsize 30 -fill "#000000" -draw "text 183,130 'text1'" -fill "#ff00ff" -draw "text 181,128 'text1'" \) \( -font /fonts/Font.ttf -pointsize 30 ...
- 2015-06-03T07:44:05-07:00
- Forum: Bugs
- Topic: identify -format '%k-%T' hangs on large files
- Replies: 9
- Views: 4751
Re: identify -format '%k-%T' hangs on large files
Yes, I've tried. First solution takes more time (56 seconds for 10 repeats in a row vs. 47 seconds for my previous command). Here are results: /usr/local/bin/convert /gifs/00005.gif miff:- | convert - -format "%k-%T|" info: #real 0m55.736s #user 0m45.543s #sys 0m8.853s and /usr/local/bin/identify ...
- 2015-05-31T08:00:51-07:00
- Forum: Bugs
- Topic: identify -format '%k-%T' hangs on large files
- Replies: 9
- Views: 4751
Re: identify -format '%k-%T' hangs on large files
Hi fmw42,
Will your solution take longer to show the result?
I mean that miff streaming because of separately processing.
Will your solution take longer to show the result?
I mean that miff streaming because of separately processing.
- 2015-05-26T06:38:15-07:00
- Forum: Bugs
- Topic: identify -format '%k-%T' hangs on large files
- Replies: 9
- Views: 4751
Re: identify -format '%k-%T' hangs on large files
Sorry, I use '%k-%T', not '%k-$T'. Posted wrong string here. I use CentOS and 6.9.1.-2 version of ImageMagick with OpenMP: Version: ImageMagick 6.9.1-2 Q16 x86_64 2015-05-11 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org ...
- 2015-05-24T06:48:08-07:00
- Forum: Bugs
- Topic: identify -format '%k-%T' hangs on large files
- Replies: 9
- Views: 4751
Re: identify -format '%k-%T' hangs on large files
Well, I use a GIF made from video. Its size is 2.23MB. Then I resize the file to bigger one so it's 15-20MB in size.
After that I try to use identify on that big GIF, and it hangs. I would say it has 2000x1000 or maybe even 2500x1500 in pixels.
After that I try to use identify on that big GIF, and it hangs. I would say it has 2000x1000 or maybe even 2500x1500 in pixels.
- 2015-05-24T05:55:27-07:00
- Forum: Bugs
- Topic: identify -format '%k-%T' hangs on large files
- Replies: 9
- Views: 4751
identify -format '%k-%T' hangs on large files
Hey guys, I have a web service using Imagemagick (Core2Duo + 8GB RAM). When I run the following command on a 15MB GIF image (I tried different images): /usr/local/bin/identify -format '%k-%T|' /home/webiste/image.gif identify just hangs most of the time. At first, it takes 100% CPU, then it takes ...