[]
Added a 'Save As' dropdown menu to the 'Save' button, providing the ability to convert the image to another format. The supported formats for conversion include: PNG (image/png), JPEG (image/jpeg), WEBP (image/webp), BMP (image/bmp), GIF (image/gif).
Note: WEBP may not be supported on certain platforms, such as Safari for Mac or iOS. In such cases, the 'Save as WEBP' menu item will be hidden.
Enhanced the save method to include the ability to specify save options, allowing you to customize the saving process, including changing the image format via the convertToFormat option.