new: Type Method

+ (PxImageWriter *) new:(PxImageWriter_Type) type;

References: PxImageWriter, PxImageWriter_Type

Creates an image writer of the given type.

Parameters

  • type — The output format to produce.

Return Value

The created writer.

Top