galleryMaker.xml
LIGHTROOM APPLICATION DEFAULTS
The next lines of code are located in the EDITABLE - LIGHTROOM APPLICATION DEFAULTS comment section of galleryMaker.xml. They define a few more variables that the Lightroom application needs to create a gallery.
DEFINE DEFAULT IDENTITY PLATE, WATERMARK USE, AND JPG QUALITY
In the above code we set the default values Lightroom will use for the Identity Plate, Watermarking, and JPG Quality. Again these are just default values which are user changeable from the right panel of the web module.
- <identityPlateExport></identityPlateExport>The value between this tag defines the name of the default Identity Plate to be displayed. I have tried some different Identity Plate names in here but it seems to have no effect and the main Identity Plate is displayed. I would just keep this value as it.
- <useWatermark ></useWatermark >The value between this tag defines if water marking should be used. Enter a value of either true (for yes) or false (for no) between the tags.
- <jpegQuality ></jpegQuality >The value between this tag defines the default JPG quality in percentage to be used for the images. Enter an image quality percentage between the tags.
DEFINE DEFAULT IDENTITY PLATE STATE
The above code sets the default value for having the Identity Plate visible or hidden. Enter a value of either true (for yes) or false (for no) between the <idplateEnabled>true</idplateEnabled> tags.
That’s all for the code we need to change within the EDITABLE - LIGHTROOM APPLICATION DEFAULTS comment section. Now lets move on to the next section of code.








