RubyGems Navigation menu

sangoro 1.0.1

# Sangoro A Ruby program to change the exif creation time stamp of JPEGs or PNGs.<br> Demo: https://www.youtube.com/watch?v=yAoQi_NcPWY # Installation Following needs to be installed prior to running the script: - ruby (v >= 2.3.3) Gems: - gtk3 (```gem install gtk3```) - fileutils (```gem install fileutils```) - fastimage (```gem install fastimage```) - mini_exiftool (```gem install mini_exiftool```) On Mac you might need the exiftool installed. I recommend installing it using the Brew package manager: ```brew install exiftool``` After the you installed ruby and the gems, install the gem: ```git install sangoro``` 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 creation timestamp of the selected image(s) was adjusted as specified.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

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

Runtime依存関係 (4):

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

Development依存関係 (1):

rspec ~> 2.8, >= 2.8.0

所有者:

プッシュ者:

作者:

  • BluePeony

SHA 256チェックサム:

ec03f032d3065d2b3cb9f7af0d713a507fea540e00fdfe05d8335c19ca63f97f

累計ダウンロード数 1,224

このバージョンのみ 344

ライセンス:

MIT

必要なRubyのバージョン: >= 1.9

リンク: