Search found 2 matches

by edavis
2015-06-22T09:15:47-07:00
Forum: Users
Topic: help with -duplicate feature
Replies: 1
Views: 1776

help with -duplicate feature

I have command below and I have to repeat the -duplicate argument to achieve an effect where each image last 15 frames before it transitions to another image using morph convert 1.jpg -duplicate 15 2.jpg -duplicate 15 3.jpg -duplicate 15 -delay 0 -morph 6 c:\\test.ppm when I do convert 1.jpg 2.jpg 3 ...
by edavis
2015-06-16T09:45:45-07:00
Forum: Users
Topic: Slideshow ppm stream how to
Replies: 0
Views: 4826

Slideshow ppm stream how to

I generated a stream of images and placed them into a ppm container using this command convert 1.jpg 4.jpg 10.jpg -delay 20 -morph 4 test.ppm giving me a result something like this identify test.ppm identify test.ppm test.ppm[30] PPM 640x480 640x480+0+0 8-bit sRGB 42.39MB 0.016u 0:00.013 test.ppm[31 ...