Easy Screenshot Paste with HTML5 - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-18T21:06:21Zhttp://fogbugz.stackexchange.com/feeds/question/10767http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/10767/easy-screenshot-paste-with-html5Easy Screenshot Paste with HTML5Jason2012-09-05T13:48:52Z2013-05-03T04:22:00Z
<p>When documenting bugs, capturing screenshots is the most labor intensive step. </p>
<p>HTML5 and Chrome, at least, supports your javascript receiving image data from the clipboard.</p>
<p>It would be absolutely AMAZING to allow your rich-text editor to paste a screenshot from the clipboard directly inline with the text. Upon paste, the image data is uploaded to the server and the embed-url is immediately added to the rich content. You could do fancy things like show a thumbnail of the image and allow it to be shown 100% in a popout.</p>
<p>AFTER the initial release (which would be instantly valuable) you could add features like cropping and highlighting.</p>
http://fogbugz.stackexchange.com/questions/10767/easy-screenshot-paste-with-html5/10768#10768Answer by db for Easy Screenshot Paste with HTML5db2012-09-05T14:13:13Z2012-09-05T14:13:13Z<p>This functionality is already possible in current versions of Firefox, but we have not yet added support for this for Chrome.</p>