Search found 14 matches
- 2011-01-20T01:28:01-07:00
- Forum: Users
- Topic: Converting monochrome frames to transparent animated GIF
- Replies: 10
- Views: 16834
Re: Converting monochrome frames to transparent animated GIF
Downgrading fixed it. Problem solved, I guess. Thanks for the support.
- 2011-01-19T16:02:49-07:00
- Forum: Users
- Topic: Converting monochrome frames to transparent animated GIF
- Replies: 10
- Views: 16834
Re: Converting monochrome frames to transparent animated GIF
My operating system doesn't provide a package for any versions newer than mine :/ And I don't want to risk a global tarball install as other components depend on IM. I guess I'll just downgrade for the time being.
- 2011-01-19T12:27:55-07:00
- Forum: Users
- Topic: Converting monochrome frames to transparent animated GIF
- Replies: 10
- Views: 16834
Re: Converting monochrome frames to transparent animated GIF
Erm... that GIF has no transparency. It has a white background: http://thecybershadow.net/misc/3davatar ... ample.html
That command results in the same broken output for me: http://thecybershadow.net/misc/3davatar ... ample2.gif
That command results in the same broken output for me: http://thecybershadow.net/misc/3davatar ... ample2.gif
- 2011-01-19T12:11:46-07:00
- Forum: Users
- Topic: Converting monochrome frames to transparent animated GIF
- Replies: 10
- Views: 16834
Re: Converting monochrome frames to transparent animated GIF
The problem isn't with the looping or anything - it's just that each frame of the resulting GIF is the result of overlaying all the frames before it. Whether the input is monochrome or not doesn't matter. As I mentioned, I can't even replace white with transparency in an animated GIF. For example ...
- 2011-01-18T22:30:53-07:00
- Forum: Users
- Topic: Converting monochrome frames to transparent animated GIF
- Replies: 10
- Views: 16834
Re: Converting monochrome frames to transparent animated GIF
Nope, that doesn't change anything. I've tried quite a lot of combinations with those options. I don't think it's possible using any options mentioned in this thread.
- 2011-01-18T00:16:47-07:00
- Forum: Users
- Topic: Converting monochrome frames to transparent animated GIF
- Replies: 10
- Views: 16834
Re: Converting monochrome frames to transparent animated GIF
In fact, I can't even find a way to simply replace white with transparency in an animated GIF. -transparent-color never seems to do anything.
- 2011-01-17T23:28:17-07:00
- Forum: Users
- Topic: Converting monochrome frames to transparent animated GIF
- Replies: 10
- Views: 16834
Converting monochrome frames to transparent animated GIF
I updated ImageMagick, and this command stopped working: convert -delay 5 input-*.pnm -transparent white -dispose Background -coalesce -layers optimize output.gif Before the update, it would take a bunch of monochrome images, and output an animated GIF with the white color replaced by transparency ...
- 2010-05-27T12:05:54-07:00
- Forum: Developers
- Topic: [PATCH] Fix FilenameTruncated check in ExpandFilenames
- Replies: 7
- Views: 14370
Re: [PATCH] Fix FilenameTruncated check in ExpandFilenames
The patch I posted doesn't allow you to use long commands with the @filename feature. A more complex patch which deals with an expanding buffer is needed for that.
- 2010-05-03T03:39:27-07:00
- Forum: Developers
- Topic: [PATCH] Fix FilenameTruncated check in ExpandFilenames
- Replies: 7
- Views: 14370
Re: [PATCH] Fix FilenameTruncated check in ExpandFilenames
OK, first post updated.
- 2010-05-03T03:28:28-07:00
- Forum: Developers
- Topic: [PATCH] Fix FilenameTruncated check in ExpandFilenames
- Replies: 7
- Views: 14370
Re: [PATCH] Fix FilenameTruncated check in ExpandFilenames
There are three lines of context in the diff I posted. Should I make a new patch with more context?
- 2010-05-02T20:14:13-07:00
- Forum: Users
- Topic: "The command line is too long."
- Replies: 4
- Views: 11912
Re: "The command line is too long."
Never mind; see my new thread here.
- 2010-05-02T20:13:24-07:00
- Forum: Developers
- Topic: [PATCH] Fix FilenameTruncated check in ExpandFilenames
- Replies: 7
- Views: 14370
[PATCH] Fix FilenameTruncated check in ExpandFilenames
The mailing list seems to be dead, so posting this here. This patch fixes a check that would otherwise always have evaluated to "false". Since ConcatenateMagickString will never create a string the strlen of which to be greater or equal than the specified maximum length (due to the null terminator ...
- 2010-05-02T18:46:05-07:00
- Forum: Users
- Topic: "The command line is too long."
- Replies: 4
- Views: 11912
Re: "The command line is too long."
Don't know. But it won't help as your Windows parser will likely see the whole file as one (too long) string anyway. I don't see how that can be true. Windows has an architectural limitation of 8191 characters for the command line , so the problem is in Windows, not ImageMagick. If convert could ...
- 2010-05-02T18:16:13-07:00
- Forum: Users
- Topic: "The command line is too long."
- Replies: 4
- Views: 11912
"The command line is too long."
I'm trying to run convert with a long line of -draw commands, however I hit Windows' command line limit pretty quickly. Is there a way to get convert to read commands from a file? I couldn't find anything in the documentation, and the standard @filename.txt syntax didn't work.