added support for bitmaps and tiff files

* let people choose ftw
This commit is contained in:
citizen 2019-12-16 05:31:17 +01:00
parent 68058881e5
commit 8116a114fc
Signed by: wanderer
GPG Key ID: A6FA3CA298BA2223

View File

@ -61,7 +61,7 @@ namespace KRY_0x02
using (OpenFileDialog dlg = new OpenFileDialog())
{
dlg.Title = "pick a pic";
dlg.Filter = "png (*.png)|*.png";
dlg.Filter = "png (*.png)|*.png|bmp (*.bmp)|*.bmp|tiff (*.tiff)|*.tiff";
if (dlg.ShowDialog() == DialogResult.OK)
{