Added a new ClipboardFormat (HTML with the image encoded in base64 as a Data Url), only used when manually set.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1661 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-02-17 09:59:05 +00:00
parent 5038d7d237
commit 9183e582df
2 changed files with 49 additions and 9 deletions

View file

@ -29,7 +29,7 @@ using IniFile;
namespace GreenshotPlugin.Core {
public enum ClipboardFormat {
PNG, DIB, HTML
PNG, DIB, HTML, HTMLDATAURL
}
public enum OutputFormat {
bmp, gif, jpg, png, tiff