Closed bmffb closed 3 years ago
Which cewe version?
It is version 6.4.1
Working now on the next cewe2pdf conversions I came across the same problem. I am still using cewe version 6.4.1 and mcf2pdf 3.4. Please find here my workaround for this problem:
The problem: The original foto to use in the fotobook is rectangular. In the cewe software I cut it down to have a square shape. Using the corner function (using some high value, i. e. 1000) results in a circular image. I also use some border decoration. The result is very nice. BUT: In the generated pdf all corner settings are not taken into account. It will display the orginal rectangular image (with the border decoration). Here an example of the respective part of the .mcf file of a circular image:
<area zposition="111" width="1040" alpha="1" height="1040" rotation="0" isResizable="1" left="4320" top="39" areatype="imagearea">
<border applySpotColor="0" enabled="1" width="10" position="centered" color="#ffffffff"/>
<corners enabled="yes">
<corner length="520" where="bottom-left" shape="convex"/>
<corner length="520" where="top-left" shape="convex"/>
<corner length="520" where="bottom-right" shape="convex"/>
<corner length="520" where="top-right" shape="convex"/>
</corners>
<image filename="image.png" scale="0.93" safeContainerLocation="persistent" useABK="0" left="0" top="-2">
<relationships>
<relationship child="image.jpeg" parent="path/image.jpg" nature="RELATIONSHIP_ONE_TO_ONE_COPY"/>
</relationships>
</image>
</area>
My workaround (for each single circular foto):
Enjoy Bernard
If I use the edge function in the CEWE fotobook software I can generate a round image, if I choose a squared image and a corner size half of the length of each side. In addition I can use the border function and will end up with a really nice looking round "button"-like image. Unfortunately, in the PDF only the original squared image shows up. Please find enclosed an example part of the .mcf xml file defining a round image (corners enabled="yes"):
It would be great if this could be fixed.