Search found 6 matches

by Loo
2012-04-02T14:58:28-07:00
Forum: Developers
Topic: usage contribution: example ming animation
Replies: 9
Views: 30690

Re: usage contribution: example ming animation

Wow. I suppose I should read ALL the documentation before submitting more examples. My dog, Lexi the Destroyer of Things, stomped my laptop screen into half an oblivion, and I'm going to a five-week training course for work, so you won't hear from me for a little while, but I'll continue working of ...
by Loo
2012-04-01T08:39:36-07:00
Forum: Developers
Topic: usage contribution: example ming animation
Replies: 9
Views: 30690

Re: usage contribution: example ming animation

Here's my attempt #2, this time without bash. Also, I went ahead and wrote some text for it, too. Let me know what you think, and I'll post and HTML patch. Here's a link to the example image: http://dl.dropbox.com/u/68982373/im_usage/formats/rgradient_anim.mng Here's the text for the Web site: MNG (...
by Loo
2012-03-25T05:11:11-07:00
Forum: Developers
Topic: usage contribution: example ming animation
Replies: 9
Views: 30690

Re: usage contribution: example ming animation

I did a lot more reading on mng support in web browsers. It's apparently dead, or at least nearly dead. There may be occasional twitching of it's corpse, but that's mostly nerves. Which is a shame, because it seemed like a neat, useful format. Anyway, I propose moving mng to the bottom of the Usage/...
by Loo
2012-03-24T16:01:34-07:00
Forum: Developers
Topic: usage contribution: example ming animation
Replies: 9
Views: 30690

Re: usage contribution: example ming animation

It was created using the following commands in bash: convert rose: /tmp/rose.png for m in 0 1 do for i in {0..9}; do for j in 1 3 5 7 9; do # modulate hue convert /tmp/rose.png -modulate 100,100,${m}${i}${j} /tmp/rose_${m}${i}${j}.png done done done convert /tmp/rose_???.png -delay 1x30 rose_modulat...
by Loo
2012-03-24T14:17:11-07:00
Forum: Developers
Topic: usage contribution: example ming animation
Replies: 9
Views: 30690

usage contribution: example ming animation

The following is a link to an example of a simple ming animation for http://www.imagemagick.org/Usage/formats/ where is says "A simple example of using MNG is wanted, so if you have one mail me." http://dl.dropbox.com/u/68982373/im_usage/formats/rose_modulate_hue.mng It works with 'animate...
by Loo
2012-03-19T15:40:52-07:00
Forum: Developers
Topic: contribute documentation
Replies: 1
Views: 3799

contribute documentation

Regarding the tutorial found at http://www.imagemagick.org/Usage/ , I noticed some areas of the site that are under contruction or awaiting examples. I'm willing to help fill in those blanks. Will simple patches work for the text? I know version 7 is coming out soon; is there a different site I shou...