module CrImage::Format::Save
  
  Direct including types
Defined in:
cr-image/format/save.crInstance Method Summary
- 
        #save(filename : String) : self
        
          Write this image to file using the provided filename. 
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.