logo Sign In

Post #789390

Author
DrDre
Parent topic
Color matching and prediction: color correction tool v1.3 released!
Link to post in topic
https://originaltrilogy.com/post/id/789390/action/topic#789390
Date created
17-Sep-2015, 9:10 AM

RU.08 said:

DrDre said:


Hope you enjoy the tool. Of course if you use the tool for your projects, any acknowledgements will be appreciated. The same is true for any comments, critisism or suggestions you may have. In that case write a post in this thread or send me a PM. 

Can you use command-line processing? Example:

for %f in (*.tif) do regrade "%f" -ccm "correctionmodel.txt"

 Sadly not, MATLAB is a scripting language, so within MATLAB you can use command lines, but since this is a standalone application, you can not do this anymore.