Closed lwillmeth closed 10 years ago
One solution may be to use a default image that says something like, "Image type not supported."
I think we can put a flag on the filechooser its self to solve this. Ill look into it
hm I hadn't thought of that. I was looking at try/catches to test if the file loaded properly and returning a default image if it hadn't.
fixed...will only show png, gif, jpg files now in filechooser
We need to do some logic to determine if a file is an appropriate filetype and probably display a message if a user tries to load a non-image or inappropriate file format.