FEATURE-916: Added some support for .ico files when writing, this will currently only write 256x256 .ico files!!! These files are not supported by Windows XP and older!

This commit is contained in:
Robin 2016-05-25 22:56:01 +02:00
parent b04be588e5
commit 9bee8290a0
3 changed files with 110 additions and 21 deletions

View file

@ -34,7 +34,7 @@ namespace GreenshotPlugin.Core {
PNG, DIB, HTML, HTMLDATAURL, BITMAP, DIBV5
}
public enum OutputFormat {
bmp, gif, jpg, png, tiff, greenshot
bmp, gif, jpg, png, tiff, greenshot, ico
}
public enum WindowCaptureMode {
Screen, GDI, Aero, AeroTransparent, Auto