sangoro 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +17 -12
- metadata +19 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4971ce60b11ef459842179239e0c9e3529dc622d7e824c395aa448aef7858e87
|
4
|
+
data.tar.gz: b2e91a73d8426516f8ba5933bea3708701067f3e32a49a0d1d19cedaaea07e29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e307807a9b27004450067118a8d38618707a7560fd8d3db936113c2bf200404e5acdec5cdc6175bcc9d321bb4e19a980b56835760d453a50c63c3a7d984e368
|
7
|
+
data.tar.gz: cd6897497b58b01ee33a855ca48ac78e86656a98f60c3e75c4e76fffa6069f77e036e7e6f21f258cca2044e8b4b1451d7c9f208c536e7acdd9b1c0616387de15
|
data/README.md
CHANGED
@@ -1,22 +1,24 @@
|
|
1
1
|
# Sangoro
|
2
2
|
A Ruby program to change the exif creation time stamp of JPEGs or PNGs.<br>
|
3
|
-
Demo: https://www.youtube.com/watch?v=yAoQi_NcPWY
|
4
3
|
|
5
|
-
# Installation
|
6
|
-
Following needs to be installed prior to running the script:
|
7
|
-
- ruby (v >= 2.3.3)
|
8
4
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
-
|
13
|
-
|
5
|
+
# Installation
|
6
|
+
To use the Sangoro tool you require:
|
7
|
+
<ul>
|
8
|
+
<li> <a href="https://www.ruby-lang.org/en/downloads/"><code>ruby</code></a> (v>=2.3.3)
|
9
|
+
</ul>
|
10
|
+
as well as the following Ruby gems:
|
11
|
+
<ul>
|
12
|
+
<li><code>fastimage</code>
|
13
|
+
<li><code>fileutils</code>
|
14
|
+
<li><code>gtk3</code>
|
15
|
+
<li><code>mini_exiftool</code></li>
|
16
|
+
</ul>
|
14
17
|
|
15
18
|
On Mac you might need the exiftool installed. I recommend installing it using the Brew package manager:
|
16
19
|
```brew install exiftool```
|
17
20
|
|
18
|
-
|
19
|
-
```git install sangoro```
|
21
|
+
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.
|
20
22
|
Now you can just run ```sangoro``` in your command line.
|
21
23
|
|
22
24
|
# Usage
|
@@ -25,4 +27,7 @@ Now you can just run ```sangoro``` in your command line.
|
|
25
27
|
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.
|
26
28
|
4. If you want to apply this change to all images in the folder, check the box below.
|
27
29
|
5. Click "Apply".
|
28
|
-
6. You are done. The creation timestamp of the selected image(s) was adjusted as specified.
|
30
|
+
6. You are done. The exif creation timestamp of the selected image(s) was adjusted as specified.
|
31
|
+
|
32
|
+
# Remarks
|
33
|
+
If you have any remarks, bugs, questions etc. please tell me, I'd be happy to help.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sangoro
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BluePeony
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gtk3
|
@@ -87,20 +87,22 @@ dependencies:
|
|
87
87
|
- !ruby/object:Gem::Version
|
88
88
|
version: 2.8.0
|
89
89
|
description: "# Sangoro\nA Ruby program to change the exif creation time stamp of
|
90
|
-
JPEGs or PNGs.<br>\
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
Mac you might need the exiftool installed. I recommend installing it using
|
95
|
-
package manager:\n```brew install exiftool```\n\
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
you
|
101
|
-
|
102
|
-
|
103
|
-
|
90
|
+
JPEGs or PNGs.<br>\n\n\n# Installation\nTo use the Sangoro tool you require:\n<ul>\n
|
91
|
+
\ <li> <a href=\"https://www.ruby-lang.org/en/downloads/\"><code>ruby</code></a>
|
92
|
+
(v>=2.3.3)\n</ul>\nas well as the following Ruby gems: \n<ul>\n <li><code>fastimage</code>\n
|
93
|
+
\ <li><code>fileutils</code>\n <li><code>gtk3</code>\n <li><code>mini_exiftool</code></li>\n</ul>
|
94
|
+
\ \n\nOn Mac you might need the exiftool installed. I recommend installing it using
|
95
|
+
the Brew package manager:\n```brew install exiftool```\n\nGet the Sangoro tool by
|
96
|
+
typing ```gem install sangoro``` in your command line. This will install the sangoro
|
97
|
+
gem as well as the gems mentined above.\nNow you can just run ```sangoro``` in your
|
98
|
+
command line.\n\n# Usage\n1. Select a JPEG/PNG file by clicking on \"Select image\"\n2.
|
99
|
+
You will see the file name and the creation date & time on the right side, if available.\n3.
|
100
|
+
Now you can specify by how many hours, minutes and/or seconds you want the time
|
101
|
+
stamp to move. You also need to choose whether to move the timestamp forward or
|
102
|
+
back.\n4. If you want to apply this change to all images in the folder, check the
|
103
|
+
box below.\n5. Click \"Apply\". \n6. You are done. The exif creation timestamp of
|
104
|
+
the selected image(s) was adjusted as specified.\n\n# Remarks \nIf you have any
|
105
|
+
remarks, bugs, questions etc. please tell me, I'd be happy to help. "
|
104
106
|
email: blue.peony2314@gmail.com
|
105
107
|
executables:
|
106
108
|
- sangoro
|
@@ -126,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
126
128
|
requirements:
|
127
129
|
- - ">="
|
128
130
|
- !ruby/object:Gem::Version
|
129
|
-
version:
|
131
|
+
version: 2.3.3
|
130
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
131
133
|
requirements:
|
132
134
|
- - ">="
|