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.
- Host: GitHub
- URL: https://github.com/dbrgn/clipboard2image
- Owner: dbrgn
- License: gpl-3.0
- Created: 2010-02-16T10:30:51.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-12-28T13:40:57.000Z (over 13 years ago)
- Last Synced: 2025-03-06T08:51:04.684Z (over 1 year ago)
- Language: C#
- Homepage: http://blog.ich-wars-nicht.ch/clipboard2image/
- Size: 1.45 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: license.txt
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