Difference between revisions of "File Formats"

From Wiki
Jump to navigation Jump to search
m (added SVG hint)
(Split of pdfTeX and LuaTeX, XeTeX)
Line 1: Line 1:
 
< [[Graphics]] | [[Using_Graphics]] | [[SVG]] >
 
< [[Graphics]] | [[Using_Graphics]] | [[SVG]] >
  
Which image file formats ConTeXt can process depends from the TeX program or postprocessor:
+
Which image file formats ConTeXt can process, depends on the TeX program:
  
  
Line 9: Line 9:
 
<th> EPSF </th>
 
<th> EPSF </th>
 
<th> PDF </th>
 
<th> PDF </th>
<th> MP/MetaPost </th>
+
<th> SVG </th>
 +
<th> MetaPost </th>
 
<th> TIFF </th>
 
<th> TIFF </th>
 
<th> PNG </th>
 
<th> PNG </th>
Line 15: Line 16:
 
<th> MOV/Quicktime </th>
 
<th> MOV/Quicktime </th>
 
</tr>
 
</tr>
 +
    <tr align="center">
 +
        <td align="left"> LuaTeX (Mk IV) </td>
 +
        <td>&#8212;</td>
 +
        <td> + </td>
 +
        <td> + </td>
 +
        <td> + </td>
 +
        <td>&#8212;</td>
 +
        <td> + </td>
 +
        <td> + (incl. 2000) </td>
 +
        <td> + </td>
 +
    </tr>
 +
    <tr align="center">
 +
        <td align="left"> pdfTeX (Mk II) </td>
 +
        <td>&#8212;</td>
 +
        <td> + </td>
 +
        <td>&#8212;</td>
 +
        <td> + </td>
 +
        <td>&#8212;</td>
 +
        <td> + </td>
 +
        <td> + </td>
 +
        <td> + </td>
 +
    </tr>
 
<tr align="center">
 
<tr align="center">
<td align="left"> pdf(e)TeX / luaTeX </td>
 
<td>&#8212;</td>
 
<td> + </td>
 
<td> + </td>
 
<td>&#8212;</td>
 
<td> + </td>
 
<td> + </td>
 
<td> + </td>
 
</tr>
 
<tr style="background-color:#EEEEEE" align="center">
 
 
<td align="left"> dvips </td>
 
<td align="left"> dvips </td>
 
<td> + </td>
 
<td> + </td>
 
<td>&#8212;</td>
 
<td>&#8212;</td>
 +
        <td>&#8212;</td>
 
<td> + </td>
 
<td> + </td>
 
<td>&#8212;</td>
 
<td>&#8212;</td>
Line 39: Line 53:
 
<td> + </td>
 
<td> + </td>
 
<td>&#8212;</td>
 
<td>&#8212;</td>
 +
        <td>&#8212;</td>
 
<td> + </td>
 
<td> + </td>
 
<td> + </td>
 
<td> + </td>
Line 49: Line 64:
 
Generally leave out the file extension in your TeX code!
 
Generally leave out the file extension in your TeX code!
  
pdf(e)TeX canceled processing TIFF format from v. 1.0
+
pdf(e)TeX canceled processing TIFF format from v. 1.0, since there are too much variants to support them all.
 +
 
 +
SVG is not supported natively by Mk II, see [[SVG]] for a workaround.
 +
 
 +
dvips or dvipsone aren't use any more with ConTeXt.
 +
 
 +
XeTeX (Mk II) is missing in this overview. The supported formats depend on the xdv processor:
 +
 
 +
PDF, PNG, JPEG, BMP with xdvipdfmx; MAC, PICT, PSD, SGI, TIF, GIF additionally with xdv2pdf
  
SVG is not supported natively, see [[SVG]] for a workaround.
 
  
 
[[Category:Graphics]]
 
[[Category:Graphics]]

Revision as of 14:19, 17 September 2010

< Graphics | Using_Graphics | SVG >

Which image file formats ConTeXt can process, depends on the TeX program:


Processor EPSF PDF SVG MetaPost TIFF PNG JPEG/JFIF MOV/Quicktime
LuaTeX (Mk IV) + + + + + (incl. 2000) +
pdfTeX (Mk II) + + + + +
dvips + + +
dvipsone + + + +

Generally leave out the file extension in your TeX code!

pdf(e)TeX canceled processing TIFF format from v. 1.0, since there are too much variants to support them all.

SVG is not supported natively by Mk II, see SVG for a workaround.

dvips or dvipsone aren't use any more with ConTeXt.

XeTeX (Mk II) is missing in this overview. The supported formats depend on the xdv processor:

PDF, PNG, JPEG, BMP with xdvipdfmx; MAC, PICT, PSD, SGI, TIF, GIF additionally with xdv2pdf