Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
workflow:image_type [2017/10/08 02:00] – [Image data workflow] Júne Park | workflow:image_type [2018/07/07 08:00] (current) – [Image data Workflow] Júne Park | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== Image data Workflow ===== | ===== Image data Workflow ===== | ||
+ | <alert type=" | ||
+ | **Work in Progress** | ||
+ | </ | ||
+ | |||
+ | ---- | ||
==== FILES ==== | ==== FILES ==== | ||
Line 8: | Line 13: | ||
==== SOURCING ==== | ==== SOURCING ==== | ||
- | {{fa> | + | {{fa> |
Line 14: | Line 19: | ||
==== PROCESSING ==== | ==== PROCESSING ==== | ||
- | {{fa> | + | {{fa> |
+ | |||
+ | * Command-line convert utility: [[https:// | ||
+ | |||
+ | * Rename files randomly | ||
+ | |||
+ | <code bash> | ||
+ | rename -n ' | ||
+ | </ | ||
+ | <code bash> | ||
+ | rename−n′s/(.10).∗(\.jpg)rename−n′s/(.10).∗(\.jpg)/ | ||
+ | 11512345714x611aaa.jpg -> 1151234571.jpg | ||
+ | 1201230111FbcAdee.jpg -> 1201230111.jpg | ||
+ | 1208605001abAcd.jpg -> 1208605001.jpg | ||
+ | </ | ||
+ | |||
+ | The -n option only simulates the command, so that you can verify the changes. Run without it to actually make the changes. | ||
+ | |||
+ | The regex '' | ||
+ | '' | ||
+ | the extension at the end '' | ||
---- | ---- | ||
==== CONSUMING ==== | ==== CONSUMING ==== | ||
- | {{fa> | + | {{fa> |
Line 27: | Line 52: | ||
==== ARCHIVING ==== | ==== ARCHIVING ==== | ||
- | {{fa> | + | {{fa> |
---- | ---- |