Skip to content

Invary/IvyClipImageSaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IvyClipImageSaver for windows


📝 About

IvyClipImageSaver is a command line tool for saving image files from the clipboard.


⚡ Featurees

  • Support command line options.
  • Support png, jpg, bmp, gif and tiff.
  • Support triming.
  • Support resizing.

🔨 Command line arguments

--folder {folder path}
--filename {name}
name can include the following, which will be replaced at runtime.
:year: :month: :day: :hour24: :hour12: :min: :sec:
--format [png|jpg|bmp|tiff|gif]
--overwrite [true|false]
--cuttop {number of pixel to cut}
--cutbottom {number of pixel to cut}
--cutleft {number of pixel to cut}
--resize {width},{hight}
--beep-succeeded [on|off]
--beep-failed [on|off]

  • example
    This command save image file to desktop folder 20220313_161645.png
  IvyClipImageSaver.exe

This command save image file to ex. g:/desktop\test_2022_03_13.jpg

  IvyClipImageSaver.exe --folder "g:/desktop" --filename "test_:year:_:month:_:day:" --format jpg --overwrite true

This command save image file to desktop, with the image cut and resized.

  IvyClipImageSaver.exe --cuttop 50 --cutbottom 10 --resize 800,600

️🛠️ Requirements

🗸 Windows 7 or later
🗸 .NET 6.0 runtime library


📥 Install

  1. Download latest version of IvyClipImageSaver
  2. Extract it to installation folder
  3. Start IvyClipImageSaver.exe in the installation folder.
  4. And if image exists in clipboard, save it to image file.

🔐 Privacy policy

  • Do not send privacy information.
  • Do not display online ads.
  • Do not collect telemetry information.
  • If online information is needed, get it from github repositories whenever possible.

📈 Changelog


📩 Suggestions and feedback

If you have any idea or suggestion, please add a github issue.


⭐ Price

FREE of charge.
If you would like to donate, please send me a ko-fi or crypto. It's a great encouragement!

ko-fi

  • Address: 0xCbd4355d13CEA25D87F324E9f35A075adce6507c
    -- Binance Smart Chain (BNB, USDT, BUSD etc.)
    -- Polygon network (MATIC, USDC etc.)
    -- Ethereum network (ETH)

  • Address: 1FvzxYriyNDdeA12eaUGXTGSJxkzpQdxPd
    -- Bitcoin (BTC)





Copyright (c) Invary