Topic: Simpleviewer export via Lightroom with Watermark
hey folks,
I`ve got a big question to you and hope anyone can help!?
I`m looking for a better workaround to export galleries with copyright watermark.
Here my tools:
I work with:
LR 2
Simpleviewer-pro 1
worpdress 2.9
everything is fine, my simpleviewer galleries working online.
but everytime I`m exporting my gallery I have to edit my gallery.xml.
As I export via TTG-Simpleviewer I get a creepy code and that looks so:
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery
galleryStyle="MODERN"
title="Simpleviewer Gallery"
textColor="FFFFFF"
frameColor="FFFFFF"
frameWidth="20"
thumbPosition="right"
thumbColumns="3"
thumbRows="4"
showOpenButton="false"
showFullscreenButton="true"
maxImageWidth="900"
maxImageHeight="600"
useFlickr="false"
flickrUserName=""
flickrTags=""
languageCode="AUTO"
languageList=""
imagePath="photos/"
thumbPath="thumbnails/"
>
<image imageURL="photos/Toskana_16von_237_.jpg" thumbURL="thumbnails/Toskana_16von_237_.jpg" ><caption><![CDATA[]]></caption></image>
<image imageURL="photos/Toskana_19von_237_.jpg" thumbURL="thumbnails/Toskana_19von_237_.jpg" ><caption><![CDATA[]]></caption></image>
<image imageURL="photos/Toskana_46von_237_.jpg" thumbURL="thumbnails/Toskana_46von_237_.jpg" ><caption><![CDATA[]]></caption></image>
<image imageURL="photos/Toskana_47von_237_.jpg" thumbURL="thumbnails/Toskana_47von_237_.jpg" ><caption><![CDATA[]]></caption></image>
<image imageURL="photos/Toskana_65von_237_.jpg" thumbURL="thumbnails/Toskana_65von_237_.jpg" ><caption><![CDATA[]]></caption></image>
<image imageURL="photos/Toskana_89von_237_.jpg" thumbURL="thumbnails/Toskana_89von_237_.jpg" ><caption><![CDATA[]]></caption></image>
<image imageURL="photos/Toskana_141von_237_.jpg" thumbURL="thumbnails/Toskana_141von_237_.jpg" ><caption><![CDATA[]]></caption></image>
</simpleviewergallery>
than I have to edit the code for wp-simpleviewer...looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery galleryStyle="MODERN"
title="Simpleviewer Gallery"
textColor="FFFFFF"
frameColor="FFFFFF"
frameWidth="0"
thumbPosition="none"
thumbColumns="3"
thumbRows="3"
showOpenButton="false"
showFullscreenButton="true"
maxImageWidth="900"
maxImageHeight="600"
useFlickr="false"
flickrUserName=""
flickrTags=""
languageCode="AUTO"
languageList=""
titlePosition="NONE"
captionPosition="OVERLAY_TOP"
floatButtonBar="true"
imagePath="http://localhost:8888/test/wp-content/uploads/galleries/Toskanaimages/"
thumbPath="http://localhost:8888/test/wp-content/uploads/galleries/Toskana/thumb/"
>
<image>
<filename>Toskana_16von_237_.jpg</filename>
<caption/>
</image>
<image>
<filename>Toskana_19von_237_.jpg</filename>
<caption/>
</image>
<image>
<filename>Toskana_46von_237_.jpg</filename>
<caption/>
</image>
<image>
<filename>Toskana_47von_237_</filename>
<caption/>
</image>
</simpleviewergallery>
I can export my pictures with the standard engine of LR from airtight simpleviewer, but there is no option for my watermark..
I hope you understand my problem and anyone can help.
Ask me if you need more information!
thanx in advance