ImagePipelineFileIo extension
VM-only pipeline output helpers.
Methods
-
toFile(
Object file, {ImageFormat? format, CodecRegistry? registry, CancellationToken? cancellationToken}) → Future< OutputInfo> -
Available on ImagePipeline, provided by the ImagePipelineFileIo extension
Writes encoded output to a file path or File. -
writeToFile(
File file, {ImageFormat? format, CodecRegistry? registry, CancellationToken? cancellationToken}) → Future< OutputInfo> -
Available on ImagePipeline, provided by the ImagePipelineFileIo extension
Writes encoded output tofile.