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:
RKrom 2012-12-10 17:50:26 +00:00
parent 745a17c3b1
commit f5e9618cd2
16 changed files with 159 additions and 77 deletions

View file

@ -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