module

CrImage::Format::Save

Instance methods

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.

Source