ImageFileSeqOut

final case class ImageFileSeqOut(in: D, template: URI, spec: Spec, indices: I) extends ZeroOut

Writes a sequence of images, taken their data one by one from the input in, and writing them to individual files, determining their file names by formatting a template with a numeric argument given through indices.

Value parameters:
template

a file which contains a single placeholder for java.util.Formatter syntax, such as %d to insert an integer number. Alternatively, if the file name does not contain a % character but a digit or a sequence of digits, those digits will be replaced by %d to produce a valid template. Therefore, if the template is foo-123.jpg and the indices contain 4 and 5, then the UGen will write the images foo-4 and foo-5 (the placeholder 123 is irrelevant).

Companion:
object
trait Serializable
trait ZeroOut
trait UGenSource[Unit, Unit]
trait Expander[Unit]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def name: String
Inherited from:
UGenSource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product