Thank you so much! It works!
Could you please explain why my previous command didn't work in 6.8.6 version?
Search found 67 matches
- 2013-10-01T15:45:34-07:00
- Forum: Bugs
- Topic: IM ignores -page option
- Replies: 10
- Views: 10411
- 2013-10-01T07:45:24-07:00
- Forum: Bugs
- Topic: IM ignores -page option
- Replies: 10
- Views: 10411
Re: IM ignores -page option
Seems like a bug. Anyone?
- 2013-09-30T08:31:30-07:00
- Forum: Bugs
- Topic: IM ignores -page option
- Replies: 10
- Views: 10411
Re: IM ignores -page option
I've installed IM 6.7.6-9, and it works perfect now!
However, I'd prefer to have IM up to date so my question is still actual.
However, I'd prefer to have IM up to date so my question is still actual.
- 2013-09-30T08:10:12-07:00
- Forum: Bugs
- Topic: IM ignores -page option
- Replies: 10
- Views: 10411
Re: IM ignores -page option
Here are resized images I try to convert to 300x422 animation: http://s23.postimg.org/ejff27ycr/pic0.gif http://s23.postimg.org/4amxweaaz/pic1.gif As you can see both images are 300 pixels in width but different in height. So my goal is to create an animation which is 300x422 and includes both ...
- 2013-09-30T08:05:43-07:00
- Forum: Bugs
- Topic: IM ignores -page option
- Replies: 10
- Views: 10411
Re: IM ignores -page option
I forgot to say that I resize these image to width = 300 pixels.
After that I try to make an animation.
But as I said earlier I want to make max_width x max_height resulting animation.
After that I try to make an animation.
But as I said earlier I want to make max_width x max_height resulting animation.
- 2013-09-30T08:04:11-07:00
- Forum: Bugs
- Topic: IM ignores -page option
- Replies: 10
- Views: 10411
Re: IM ignores -page option
I want the image to be MAX(width1, width2) x MAX(height1, height2).
In this case the maximums are 300x422.
In this case the maximums are 300x422.
- 2013-09-30T07:05:40-07:00
- Forum: Bugs
- Topic: IM ignores -page option
- Replies: 10
- Views: 10411
IM ignores -page option
I've updated my ImageMagick to the latest version, and now I have a problem. When I create an animation with the following source images: http://s14.postimg.org/cilr6n09t/image.jpg http://s14.postimg.org/pb9v6kbvl/image.jpg The resulting animated GIF is cropped: http://s16.postimg.org/uargola39 ...
- 2012-04-16T19:52:49-07:00
- Forum: Bugs
- Topic: Multiple copies of "convert" in memory
- Replies: 15
- Views: 26792
Re: Multiple copies of "convert" in memory
Not really. When I use IM 6.2.8 or 6.7.1 (with open-mp disabled) server's load average is about 1-2. When I install 6.7.6-5 server's load average is about 10-50. It doesn't seems to me that it occupies only one block.the code (and data) is really only occupying one block of shared memory.
- 2012-04-14T12:06:50-07:00
- Forum: Bugs
- Topic: Multiple copies of "convert" in memory
- Replies: 15
- Views: 26792
Re: Multiple copies of "convert" in memory
I tried to reinstall IM with "--disable-openmp" but that didn't do the trick.
- 2012-04-14T11:52:22-07:00
- Forum: Bugs
- Topic: Multiple copies of "convert" in memory
- Replies: 15
- Views: 26792
Re: Multiple copies of "convert" in memory
Where I can find advanced help? You mean, wait for someone here?
- 2012-04-14T11:49:14-07:00
- Forum: Bugs
- Topic: Multiple copies of "convert" in memory
- Replies: 15
- Views: 26792
Re: Multiple copies of "convert" in memory
It was just an example. You don't need to be an expert in PHP since I can reproduce this bug in a shell manually.
Here is the command: "/usr/local/bin/convert /1.gif -resize 100x100 /2.gif"
Here is the command: "/usr/local/bin/convert /1.gif -resize 100x100 /2.gif"
I left it out only here, on forum.you left out -resize
- 2012-04-14T11:45:22-07:00
- Forum: Bugs
- Topic: Multiple copies of "convert" in memory
- Replies: 15
- Views: 26792
Re: Multiple copies of "convert" in memory
I made a test... I run a plain command from a shell "/usr/local/bin/convert /1.gif 100x100 /2.gif" and see THE SAME bug -- five copies of convert in memory!
Please advice!
Please advice!
- 2012-04-14T11:41:49-07:00
- Forum: Bugs
- Topic: Multiple copies of "convert" in memory
- Replies: 15
- Views: 26792
Re: Multiple copies of "convert" in memory
Do you need any additional information?
- 2012-04-14T11:36:26-07:00
- Forum: Bugs
- Topic: Multiple copies of "convert" in memory
- Replies: 15
- Views: 26792
Re: Multiple copies of "convert" in memory
Yes, it was inside .php script. I run "system('/usr/local/bin/convert /path/to/image.gif -resize SIZE_VALUE RESIZE VALUE /path/to/result.gif');" As you can see on a screenshot "convert" was executed only ONCE from a script. BUT after that this convert process executed more same processes. run type ...
- 2012-04-14T11:20:57-07:00
- Forum: Bugs
- Topic: Multiple copies of "convert" in memory
- Replies: 15
- Views: 26792
Multiple copies of "convert" in memory
Hello guys, I tried to update IM from 6.7.1-0 to 6.7.6-5, but very soon I got a huge server's load average. When I ran "htop" I found a very strange thing: http://i39.tinypic.com/1zgfc4z.gif As you can see, convert produces multiple copies of SAME command. They are absolutely same but convert runs 6 ...