wting / epub-tools

Automatically exported from code.google.com/p/epub-tools
2 stars 1 forks source link

Some images are not copied to OEBPS/images folder #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I don't find a criteria to reproduce the problem. Some of my png images are not 
copied form my docbook images folder to OEBPS/image folder. 

What is the expected output? What do you see instead?
From the same images/chapter/ folder to OEBPS/images/chapter some images are 
copied some other are not. The permissions are the same for all the files.

What version of the product are you using? On what operating system?
1.0.3 on Mac OS X 10.6.3

Original issue reported on code.google.com by jfou...@gmail.com on 10 Jun 2010 at 12:06

GoogleCodeExporter commented 9 years ago
I found some additional information about my not copied images. It seems that 
originally they are in a <imageobjectco> tag.

<figure xml:id="AFP_SharePoints">
    <title>Partage de fichiers — AFP, onglet <guilabel>Share Points</guilabel></title>
    <mediaobject>
        <imageobjectco>
            <areaspec>
                <area xml:id="Shares_Volumes" coords=""/>
                <area xml:id="List_Browse" coords=""/>
                <area xml:id="NewFolder_Share" coords=""/>
                <area xml:id="Disks_Share" coords=""/>
                <area xml:id="Folders" coords=""/>
                <area xml:id="Permissions_Quota" coords=""/>
                <area xml:id="ACL_Permissions" coords=""/>
                <area xml:id="Posix_Permissions" coords=""/>
            </areaspec>
            <imageobject conformance="fo-xep">
                <imagedata fileref="images/AFP/AFP_SharePoints.svg" align="center" format="SVG" scalefit="1" width="75%"/>
            </imageobject>
            <imageobject conformance="iphone">
                <imagedata fileref="images/AFP/AFP_SharePoints.png" align="center" format="PNG" scalefit="1" width="75%"/>
            </imageobject>
        </imageobjectco>
    </mediaobject>
</figure>

The image that had to be copied is the PNG one.

Hope this help you to track the issue.

Jacques

Original comment by jfou...@gmail.com on 16 Jun 2010 at 1:29

GoogleCodeExporter commented 9 years ago

Original comment by liza31337@gmail.com on 14 Dec 2010 at 10:37