Changes between Initial Version and Version 1 of batch


Ignore:
Timestamp:
Oct 27, 2011, 4:02:52 PM (13 years ago)
Author:
bpt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • batch

    v1 v1  
     1= Batch Transforming Images =
     2
     3There are a number of ways to create multiple output images in a batch. 
     4
     5== Make sequence ==
     6
     7Make sequence transforms a single image in a number of steps.  You are prompted for the start and end values and the number of steps to use. Currently the shape, colour and texture is transformed in equal amounts at each step. 
     8
     9== Batch transform ==
     10
     11Batch transform performs the same transform, as defined by the left and right images, slider settings and transform options etc., to a collection of images (with templates) defined in a 'standard' text file (listing the image and template name on each line).
     12
     13== Super batch transform ==
     14
     15Super batch transform uses a text file which specifies a single or sequence of transforms on each line. The columns it is looking for are:
     16
     17subject file name (i.e. Transform window)
     18source file name (i.e. left hand window)
     19target file name (i.e. right hand window)
     20start amount
     21end amount
     22number of steps
     23output file name
     24shape boolean value  (0 or 1)
     25colour boolean value (0 or 1)
     26texture boolean value (0 or 1)
     27mask boolean value (0 or 1)
     28sample boolean value (0 or 1)
     29resize scale (float)
     30 
     31The file names should be provided without an extension and the script only works with .jpg images and .tem templates (the extension is appended).  If a mask file has been previously loaded it will be used where requested, if not you will be prompted for a mask file on the first line masking is requested.  Scaling of the subject image and template is applied (if not 1)  after loading the image (before applying the transform).