<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikis.ch.cam.ac.uk/ro-walesdocs/wiki/index.php?action=history&amp;feed=atom&amp;title=Conversion_between_different_image_file_formats</id>
	<title>Conversion between different image file formats - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikis.ch.cam.ac.uk/ro-walesdocs/wiki/index.php?action=history&amp;feed=atom&amp;title=Conversion_between_different_image_file_formats"/>
	<link rel="alternate" type="text/html" href="https://wikis.ch.cam.ac.uk/ro-walesdocs/wiki/index.php?title=Conversion_between_different_image_file_formats&amp;action=history"/>
	<updated>2026-04-13T15:17:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wikis.ch.cam.ac.uk/ro-walesdocs/wiki/index.php?title=Conversion_between_different_image_file_formats&amp;diff=1342&amp;oldid=prev</id>
		<title>Adk44: Created page with &quot;The &#039;&#039;convert&#039;&#039; command is an extremely powerful way of changing an image into a different format, or modifying it in ways you never thought possible! It is only available on...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wikis.ch.cam.ac.uk/ro-walesdocs/wiki/index.php?title=Conversion_between_different_image_file_formats&amp;diff=1342&amp;oldid=prev"/>
		<updated>2019-05-13T12:42:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The &amp;#039;&amp;#039;convert&amp;#039;&amp;#039; command is an extremely powerful way of changing an image into a different format, or modifying it in ways you never thought possible! It is only available on...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;convert&amp;#039;&amp;#039; command is an extremely powerful way of changing an image into a different format, or modifying it in ways you never thought possible! It is only available on workstations (as far as I can tell) so you&amp;#039;d first have to copy the file you wanted to copy there using &amp;#039;&amp;#039;scp&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
For a full list of the possible options, type the following in a workstation shell:&lt;br /&gt;
 convert -help&lt;br /&gt;
&lt;br /&gt;
For example, to convert a &amp;#039;&amp;#039;.ppm&amp;#039;&amp;#039; file into a Postscript (&amp;#039;&amp;#039;.ps&amp;#039;&amp;#039;) file you could just use&lt;br /&gt;
 convert image.ppm image.ps&lt;br /&gt;
&lt;br /&gt;
There are some conversion tools installed on the clusters, and the best way to find them is simply to type the file extension you are converting from i.e. &amp;#039;.pdf&amp;#039; followed by &amp;#039;2&amp;#039; and then press &amp;#039;&amp;#039;TAB&amp;#039;&amp;#039; to display the possible options e.g.&lt;br /&gt;
&lt;br /&gt;
 pdf2 &amp;lt;TAB&amp;gt;&lt;br /&gt;
gives:&lt;br /&gt;
 pdf2dsc  pdf2ps&lt;br /&gt;
which means we can use the tool &amp;#039;&amp;#039;pdf2ps&amp;#039;&amp;#039; to convert our &amp;#039;.pdf&amp;#039; file into a Postscript (&amp;#039;&amp;#039;.ps&amp;#039;&amp;#039;) file by using:&lt;br /&gt;
 pdf2ps paper.pdf paper.ps&lt;br /&gt;
&lt;br /&gt;
It is also worth trying the file extension followed by &amp;#039;to&amp;#039; as well! This can be extremely useful when it comes to printing files.&lt;br /&gt;
&lt;br /&gt;
dvi output from LaTeX can be converted to pdf or ps using:&lt;br /&gt;
&lt;br /&gt;
 dvips paper.dvi&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 dvipdf paper.dvi&lt;/div&gt;</summary>
		<author><name>Adk44</name></author>
	</entry>
</feed>