batch tiff image processing -


i have 100 tiff images need draw each of them 1 transparent image on specific coordinates , save. time consuming manualy using editor. there commandline software windows, can combine 2 images using xor or , operation.

try fiji/imagej. has image calculator supports , and xor operations.

record set of commands within user interface first (plugins > macros > record...), such as:

open("/path/to/first-image.tif"); open("/path/to/second-image.tif"); imagecalculator("and create", "first-image.tif","second-image.tif"); 

you can perform same action on whole set of images within gui, or command line in headless mode.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -