mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
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:
parent
b04be588e5
commit
9bee8290a0
3 changed files with 110 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue