workflow:image_type

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
workflow:image_type [2018/02/18 21:52] – [PROCESSING] Júne Parkworkflow:image_type [2018/02/18 21:54] – [PROCESSING] Júne Park
Line 18: Line 18:
   * Command-line convert utility: [[https://www.imagemagick.org/script/download.php|ImageMagick]]   * Command-line convert utility: [[https://www.imagemagick.org/script/download.php|ImageMagick]]
  
-  * Rename files randomly: [[+  * Rename files randomly
  
 <code bash>  <code bash> 
Line 35: Line 35:
 The regex (.{10}).*(\.jpg) consists: The regex (.{10}).*(\.jpg) consists:
  
-.{10} - any 10 characters, in a group (…), followed by .* - any number of any characters followed by \.jpg$ the extension at the end ($) of the filename, in the second group. The replacement $1$2 is just the first group followed by the second. +<text> 
 +.{10} - any 10 characters, in a group (…), followed by .* - any number of any characters followed by \.jpg$  
 +the extension at the end ($) of the filename, in the second group. The replacement $1$2 is just the first group followed by the second. 
 +</text>
  
 ----  ---- 
  • workflow/image_type
  • Last modified: 2018/07/07 08:00
  • by Júne Park