<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Using_ImageMagick_with_CSharp</id>
		<title>Using ImageMagick with CSharp - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Using_ImageMagick_with_CSharp"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Using_ImageMagick_with_CSharp&amp;action=history"/>
		<updated>2026-05-06T17:30:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Using_ImageMagick_with_CSharp&amp;diff=4207&amp;oldid=prev</id>
		<title>George2: Created page with &quot;https://stackoverflow.com/questions/4918207/how-to-use-imagemagick-with-c-sharp&lt;br&gt;  &lt;source lang=&quot;csharp&quot;&gt; string arguments = string.Format(@&quot;-density 300 {0}.pdf {1}.png&quot;, i...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Using_ImageMagick_with_CSharp&amp;diff=4207&amp;oldid=prev"/>
				<updated>2018-10-25T13:30:27Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;https://stackoverflow.com/questions/4918207/how-to-use-imagemagick-with-c-sharp&amp;lt;br&amp;gt;  &amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; string arguments = string.Format(@&amp;quot;-density 300 {0}.pdf {1}.png&amp;quot;, i...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;https://stackoverflow.com/questions/4918207/how-to-use-imagemagick-with-c-sharp&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
string arguments = string.Format(@&amp;quot;-density 300 {0}.pdf {1}.png&amp;quot;, intputFileName, outputFileName&amp;quot;);&lt;br /&gt;
var startInfo = new ProcessStartInfo {&lt;br /&gt;
    Arguments = arguments,&lt;br /&gt;
    Filename = @&amp;quot;C:\path\to\imagick\convert.exe&amp;quot;&lt;br /&gt;
};&lt;br /&gt;
Process.Start(startInfo).WaitForExit();&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>