module CrImage::Format::Save

Direct including types

Defined in:

cr-image/format/save.cr

Instance Method Summary

Instance Method Detail

def save(filename : String) : self #

Write this image to file using the provided filename.

This method will not create intermediate directory paths. This method will throw an error if they don't exist.


[View source]