An open API service indexing awesome lists of open source software.

https://github.com/dbrgn/clipboard2image

This tool saves an image from the clipboard to the Desktop or to a specified folder.
https://github.com/dbrgn/clipboard2image

Last synced: 12 months ago
JSON representation

This tool saves an image from the clipboard to the Desktop or to a specified folder.

Awesome Lists containing this project

README

          

Clipboard2Image Tool v1.4
=========================

This tool saves an image from the clipboard to the Desktop or to a specified folder.
Supported filetypes: png, jpg, gif, bmp

Author
------

| Danilo Bargen
| Contact: gezuru@gmail.com
| Web: http://dbrgn.ch/

Contributors
------------

* Jens (http://scoreware.de/)

Project Website
---------------

https://github.com/dbrgn/Clipboard2Image/

Usage
-----

`Clipboard2Image.exe` usage should be self-explanatory

To see `c2i.exe` usage examples, issue ``c2i.exe --help`` (or just ``c2i.exe`` without any options)

License
-------

| Copyright (C) 2010 Danilo Bargen
|
| Clipboard2Image is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
|
| Clipboard2Image is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
|
| You should have received a copy of the GNU General Public License
| along with Clipboard2Image. If not, see http://www.gnu.org/licenses/.

Changelog
---------

| v1.4 (20.12.2010)
| - Option to keep program open after saving image
| - Press F5 to reload clipboard data
| - Press ESC to close program
| - New program icon
| - Save settings for image format and file path to user profile
|
| v1.1 (21.04.2010)
| - Main window is not resizable anymore
| - Added a commandline version of the tool (c2i.exe)
|
| v1.0 (16.02.2010)
| - Initial release

Required to run
---------------

* Microsoft .NET Framework 2.0 or higher