Saves current image to file.
Parameters
$destfilenamestringoptional- Destination filename.
Default:
null $mime_typestringoptional- The mime-type.
Default:
null
Source
abstract public function save( $destfilename = null, $mime_type = null );
| CARVIEW |
Saves current image to file.
$destfilenamestringoptionalDefault:null
$mime_typestringoptionalDefault:null
path stringfile stringwidth intheight intmime-type stringfilesize intabstract public function save( $destfilename = null, $mime_type = null );
You must log in before being able to contribute a note or feedback.
Uppercase extension
Due to the presence of a
strtolowerinWP_Image_Editor::generate_filename, there can be issues with uppercase file extensions on linux-like system.