mirror of
https://github.com/greenshot/greenshot
synced 2025-07-13 16:43:54 -07:00
Turned on the code for the Greenshot file format, hat to refactor the ImageOutput to accept an ISurface so we could wait to export it to an image until the last moment or save the surace-image & serialize the elements.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2373 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
745a17c3b1
commit
f5e9618cd2
16 changed files with 159 additions and 77 deletions
|
@ -31,7 +31,7 @@ namespace GreenshotPlugin.Core {
|
|||
PNG, DIB, HTML, HTMLDATAURL
|
||||
}
|
||||
public enum OutputFormat {
|
||||
bmp, gif, jpg, png, tiff
|
||||
bmp, gif, jpg, png, tiff, greenshot
|
||||
}
|
||||
public enum WindowCaptureMode {
|
||||
Screen, GDI, Aero, AeroTransparent, Auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue