RubyGems Navigation menu

sangoro 1.0.2

# Sangoro A Ruby program to change the exif creation time stamp of JPEGs or PNGs.<br> # Installation To use the Sangoro tool you require: <ul> <li> <a href="https://www.ruby-lang.org/en/downloads/"><code>ruby</code></a> (v>=2.3.3) </li></ul> as well as the following Ruby gems: <ul> <li><code>fastimage</code> </li><li><code>fileutils</code> </li><li><code>gtk3</code> </li><li><code>mini_exiftool</code></li> </ul> On Mac you might need the exiftool installed. I recommend installing it using the Brew package manager: ```brew install exiftool``` Get the Sangoro tool by typing ```gem install sangoro``` in your command line. This will install the sangoro gem as well as the gems mentined above. Now you can just run ```sangoro``` in your command line. # Usage 1. Select a JPEG/PNG file by clicking on "Select image" 2. You will see the file name and the creation date & time on the right side, if available. 3. Now you can specify by how many hours, minutes and/or seconds you want the time stamp to move. You also need to choose whether to move the timestamp forward or back. 4. If you want to apply this change to all images in the folder, check the box below. 5. Click "Apply". 6. You are done. The exif creation timestamp of the selected image(s) was adjusted as specified. # Remarks If you have any remarks, bugs, questions etc. please tell me, I'd be happy to help.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.0.2 - May 17, 2023 (9.5 KB)
  2. 1.0.1 - May 16, 2023 (9.5 KB)
  3. 1.0.0 - March 26, 2023 (9.0 KB)

Runtime 依赖 (4):

fastimage >= 0
fileutils >= 0
gtk3 >= 0

Development 依赖 (1):

rspec ~> 2.8, >= 2.8.0

业主:

推送:

作者:

  • BluePeony

SHA 256 校验和:

0ef59195626aa22a73b9d3d8dd2762c4e8bb8810cf7b847617b1dd1369fb7bee

下载总量 1,164

这个版本 465

许可:

MIT

需要的 Ruby 版本: >= 2.3.3

链接: