Return to the tutorials
Writing an HDR Shop 2.0 Script
HDRShop 2.0 now offers scripting capabilities that allow you to automate repetitive image manipulation tasks, and add your own custom functions. While some basic programming knowledge will help with this tutorial, we will not try to cover the basics of programming or Javascript as there are many other tutorials available online to teach basic JavaScript programming. (external link). Even if you have no programming experience, you may be able to easily modify some of the sample scripts to optimize your HDRShop workflow.
Tutorials
Useful Scripts
- Batch Blur - sample batch processing script. Can be easily adapted to other image functions
- HDR-2-LDR - a script that batch converts between HDR and LDR file formats (requires FileDropper ActiveX control)
- Panoramic Resample - a script for batch converting between panoramic formats
- Spherical Harmonic Blur - implements fast diffuse convolution using spherical harmonics
Sample ActiveX controls. Click on the following links to install the listed ActiveX control (Internet Explorer users only. Other users see Using ActiveX Controls page.)
- FileDropper - a control which stores a list of files and handles drag-and-drop (beta version)
Return to the tutorials