I use zFrame (in conjunction with zText) to annotate pictures at the bottom. Worked fine for a while, but after a zFrame update a line of unwanted pixels appear at the right side of the picture. There is a line in the frame-color of a few pixels.
The 2 attached pictures (before and after) show this (I hope that I done right so they show up).
Here the used preset (only zFrame):
Code: Select all
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 4.4.0">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:bib="http://www.bibblelabs.com/BibbleToplevel/5.0/"
xmlns:bset="http://www.bibblelabs.com/BibbleSettings/5.0/"
xmlns:blay="http://www.bibblelabs.com/BibbleLayers/5.0/"
xmlns:bopt="http://www.bibblelabs.com/BibbleOpt/5.0/">
<bib:settings>
<rdf:Description
bset:settingsVersion="66"
bset:respectsTransform="True"
bset:curLayer="0">
<bset:layers>
<rdf:Seq>
<rdf:li>
<rdf:Description
blay:layerId="0"
blay:layerPos="0"
blay:name=""
blay:enabled="True">
<blay:options
bopt:hasSettings="true"
bopt:zFramePlug.zframeSize1="2"
bopt:zFramePlug.zframeColor1="-1"
bopt:zFramePlug.zframeEnable="true"
bopt:zFramePlug.zframeEnable1="true"
bopt:zFramePlug.zframeRatio1="-100"
bopt:zFramePlug.yPos1="-100"/>
</rdf:Description>
</rdf:li>
</rdf:Seq>
</bset:layers>
</rdf:Description>
</bib:settings>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
[Sorry for bad english]
