iamdanielyin / paintweb

Automatically exported from code.google.com/p/paintweb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Allow the user to pick the image file format when saving #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, PaintWeb saves images using their initial file format (that is, 
JPEG or PNG). Not all Web browsers implement support for saving the Canvas 
using the JPEG file format. Thus, if anything fails, the image is saved as 
a PNG.

The PaintWeb GUI should provide a place where the user can selected the 
*preferred* file format.

Original issue reported on code.google.com by mihai.sucan on 22 Sep 2009 at 4:36