<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>imagemagick Discussions Rss Feed</title><link>http://imagemagick.codeplex.com/Thread/List.aspx</link><description>imagemagick Discussions Rss Description</description><item><title>New Post: Using ImageMagick.net</title><link>http://imagemagick.codeplex.com/discussions/390258</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote&gt;
I imagine the question is how to determine the coordinates needed to make an auto-crop function.&lt;br /&gt;
&lt;/blockquote&gt;
Did you find out how ??&lt;br /&gt;
&lt;/div&gt;</description><author>hri</author><pubDate>Fri, 31 May 2013 08:24:01 GMT</pubDate><guid isPermaLink="false">New Post: Using ImageMagick.net 20130531082401A</guid></item><item><title>New Post: Remove black border </title><link>http://imagemagick.codeplex.com/discussions/445324</link><description>&lt;div style="line-height: normal;"&gt;hello,&lt;br /&gt;
&lt;br /&gt;
Is there a way to remove black borders using ImageMagick.NET ? I tried Trim() and FloodFill methods but none did the job. &lt;br /&gt;
&lt;br /&gt;
Thanks in advanced &lt;br /&gt;
&lt;/div&gt;</description><author>hri</author><pubDate>Wed, 29 May 2013 12:45:45 GMT</pubDate><guid isPermaLink="false">New Post: Remove black border  20130529124545P</guid></item><item><title>New Post: SVG Image loading trouble</title><link>http://imagemagick.codeplex.com/discussions/435743</link><description>&lt;div style="line-height: normal;"&gt;Hi, I am trying to load some svg image and get &lt;strong&gt;SEHException&lt;/strong&gt; exception with ErrorCode = -2147467259;&lt;br /&gt;
What can it be ?&lt;br /&gt;
Code: &lt;br /&gt;
&lt;pre&gt;&lt;code&gt; MagickNet.InitializeMagick();
 ImageMagickNET.Image Img = new ImageMagickNET.Image(@&amp;quot;picture.svg&amp;quot;);&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>ISens</author><pubDate>Thu, 07 Mar 2013 13:21:29 GMT</pubDate><guid isPermaLink="false">New Post: SVG Image loading trouble 20130307012129P</guid></item><item><title>New Post: Convolve?</title><link>http://imagemagick.codeplex.com/discussions/431725</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Has anyone used the Convolve method?  I'm having trouble passing the array of doubles to the method.&lt;/p&gt;
&lt;/div&gt;</description><author>KFR1</author><pubDate>Fri, 01 Feb 2013 21:36:09 GMT</pubDate><guid isPermaLink="false">New Post: Convolve? 20130201093609P</guid></item><item><title>New Post: Project still alive? If so I could use a nudge in the right direction!</title><link>http://imagemagick.codeplex.com/discussions/348875</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Any solution about it?&lt;/p&gt;
&lt;/div&gt;</description><author>kiquenet</author><pubDate>Sun, 30 Dec 2012 14:04:43 GMT</pubDate><guid isPermaLink="false">New Post: Project still alive? If so I could use a nudge in the right direction! 20121230020443P</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I did a similar project (as a web service) where I take in an image and convert it to JPG. Only come across a few issues. I do recall getting an error similar to yours. Once I rebooted my pc after the install, everything was cleared up.&amp;nbsp;&lt;span style="font-size:10pt"&gt;http://imagemagick.codeplex.com/discussions/257915.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt"&gt;&lt;br&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>cmsturg</author><pubDate>Fri, 21 Dec 2012 13:25:50 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121221012550P</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Well, thanks. Unfortunately this does not help me much. I need ImageMagick for just one purpose: convert *.eps to *.jpg. And as far as I know ImageMagick is the only library able to do so. Ah, no, there is ImageGlue as well. Maybe I should checkout this
 one.&lt;/p&gt;
&lt;p&gt;Thanks for all your help and support guys!&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>iDiner</author><pubDate>Thu, 20 Dec 2012 09:02:16 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121220090216A</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I actually abandoned ImageMagickNET first for the COM implementation of ImageMagick then for the .NET image manipulation classes at System.Drawing.&lt;/p&gt;
&lt;p&gt;Check out the following:&lt;/p&gt;
&lt;p&gt;System.Drawing&lt;br&gt;
System.Drawing.Imaging&lt;br&gt;
System.Drawing.Drawing2D&lt;br&gt;
System.Drawing.Text&lt;/p&gt;
&lt;p&gt;-Deek&lt;/p&gt;
&lt;/div&gt;</description><author>TheDeekman</author><pubDate>Wed, 19 Dec 2012 14:20:15 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121219022015P</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Sorry, Deek, but Application.ExecutablePath in a web application? I believe this only works for WinForms or console apps...no?&lt;/p&gt;
&lt;p&gt;I mean, I know the path where all the DLLs go when I run the application. &lt;br&gt;
And the 21 DLLs I mentioned are all in there. &lt;br&gt;
Additionally to the default Microsoft and MVC DLLs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, I believe it is not a question of the path, but rather ... something else. Maybe I am still missing a DLL? That's why I listed all the DLLs I imported to my project. If you have a running project with ImageMagick, and you could check which DLLs exactly
 it contains, that would be awesome.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thx!&lt;/p&gt;
&lt;p&gt;Ingmar&lt;/p&gt;
&lt;/div&gt;</description><author>iDiner</author><pubDate>Wed, 19 Dec 2012 13:36:50 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121219013650P</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Sorry, I missed the ASP MVC reference. Use the line below to get the executable path for your MVC app. If you drop the DLL's there, that might do it.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Path&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;GetDirectoryName&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;Application&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;ExecutablePath&lt;/span&gt;&lt;span&gt;)&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;-Deek&lt;/p&gt;
&lt;/div&gt;</description><author>TheDeekman</author><pubDate>Wed, 19 Dec 2012 13:26:36 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121219012636P</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Yes, I&amp;nbsp;&lt;span&gt;checked 'Add application directory to your system path' during ImageMagick's installation. But good to know that I don't have to copy the DLLs then. And&amp;nbsp;&lt;/span&gt;yes, my target platform is x86. And I have been trying both Visual Studio Development
 Server and local IIS Web Server. I'm not using Cassini.&lt;/p&gt;
&lt;p&gt;If I just knew which DLL is missing or can't be found. Stupid thing ;-)&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>iDiner</author><pubDate>Wed, 19 Dec 2012 10:50:43 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121219105043A</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;When you check 'Add application directory to your system path' during the installation you don't have to copy the dll's.&lt;/p&gt;
&lt;p&gt;- Is your 'target &amp;nbsp;platform' x86?&lt;/p&gt;
&lt;p&gt;- If you are using the&amp;nbsp;cassini webserver to start your project? You could try switching to IIS7.&lt;/p&gt;
&lt;/div&gt;</description><author>dlemstra</author><pubDate>Wed, 19 Dec 2012 10:27:26 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121219102726A</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi dlemstra,&lt;/p&gt;
&lt;p&gt;thanks for your help as well.&lt;/p&gt;
&lt;p&gt;Yes, I am using the Q8 version of ImageMagickNET. And I just re-installed everything one more time. This time I checked &amp;quot;Install ImageMagickObject OLE Control for VBScript, Visual Basic, and WSH&amp;quot; in ImageMagick's setup program. As result I got another DLL
 in the installation's root folder: &amp;quot;ImageMagickObject.dll&amp;quot;. I copied this new DLL to the other 20 DLLs in my project.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But still: error message on Run.&lt;/p&gt;
&lt;p&gt;So far I haven't even tried my web server. I'm still fiddling around on my local development machine.&lt;/p&gt;
&lt;/div&gt;</description><author>iDiner</author><pubDate>Wed, 19 Dec 2012 09:27:16 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121219092716A</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Are you using the correct ImageMagickNET.dll? If you download 'ImageMagick-6.5.3-10-&lt;strong&gt;Q8&lt;/strong&gt;-windows-dll.exe', you should use the ImageMagickNET.dll from the bin\Release&lt;strong&gt;Q8&lt;/strong&gt;&amp;nbsp;directory.&lt;/p&gt;
&lt;p&gt;If it is possible you could also install the '.exe' on your webserver. Then you won't need to copy any of the dll's to the bin directory.&lt;/p&gt;
&lt;/div&gt;</description><author>dlemstra</author><pubDate>Wed, 19 Dec 2012 09:11:12 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121219091112A</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hey Deek,&lt;/p&gt;
&lt;p&gt;thanks for your help. Well, afaik there is no *.exe for web applications ;-)&lt;/p&gt;
&lt;p&gt;But I can confirm that all DLLs were copied to the /bin folder when I compiled the project. So, the DLLs are located both in the root folder of my project AND in the corresponding /bin folder.&lt;/p&gt;
&lt;p&gt;In case I am missing a DLL...I have no idea how to figure out which one it might be.&lt;/p&gt;
&lt;p&gt;Damn, I was really hoping to be able to integrate ImageMagickNet.&lt;/p&gt;
&lt;p&gt;Cheers&lt;br&gt;
Ingmar&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>iDiner</author><pubDate>Tue, 18 Dec 2012 17:32:42 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121218053242P</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;The key is that the .dll's publish to the same directory as the .exe.&lt;/p&gt;
&lt;p&gt;When you &amp;quot;Build&amp;quot; check the directory that is generated. Ensure that all the dlls are in the same directory as your .exe&lt;/p&gt;
&lt;p&gt;If that's the case, then I would say you have a missing dll.&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;
&lt;p&gt;-Deek&lt;/p&gt;
&lt;/div&gt;</description><author>TheDeekman</author><pubDate>Tue, 18 Dec 2012 15:30:44 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121218033044P</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Terrible installation ;-)&lt;/p&gt;
&lt;p&gt;So I tried to follow fabior and TheDeekman (thanks for your effort guys), but I'm still getting the FileNotFoundException.&lt;/p&gt;
&lt;p&gt;I'm building an ASP.MVC 4 application with Visual Studio 2012.&lt;/p&gt;
&lt;p&gt;In short, this is what I did:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;I downloaded and installed the binareies and libs for ImageMagickNet from here:&amp;nbsp;http://imagemagick.codeplex.com/releases/view/30302
&lt;/li&gt;&lt;li&gt;I downloaded and installed &amp;quot;&lt;span&gt;ImageMagick-6.5.3-10-Q8-windows-dll.exe&amp;quot;.&lt;/span&gt;
&lt;/li&gt;&lt;li&gt;I added a reference to &lt;span&gt;&amp;quot;ImageMagickNet.dll&amp;quot;.&amp;nbsp;&lt;/span&gt; &lt;/li&gt;&lt;li&gt;I copied all DLLs from&amp;nbsp;C:\Program Files\ImageMagick-6.5.3-Q8 to my VS project's root folder. However, I just mention that I did
&lt;strong&gt;not &lt;/strong&gt;copy the DLLs from&amp;nbsp;C:\Program Files\ImageMagick-6.5.3-Q8\modules\coders and other subfolders. I don't need those, right?
&lt;/li&gt;&lt;li&gt;I made a right click on my project and then Add &amp;gt; Existing Item... &lt;/li&gt;&lt;li&gt;Here I picked all the DLLs which I had just copied to my project's root folder (in step 2).
&lt;/li&gt;&lt;li&gt;After that, I had 20 new files visible in Visual Studio's Solution Explorer. It's 14 files starting with CORE_RL_..., also mfc90.dll, msvcp90.dll, msvcr90.dll, vcomp90.dll, X11.dll and Xext.dll.
&lt;/li&gt;&lt;li&gt;I selected these 20 files, went to the Properties Pane and set &amp;quot;Copy to Output Directory&amp;quot; to &amp;quot;Copy always&amp;quot;.
&lt;/li&gt;&lt;li&gt;I started my application by hitting F5. &lt;/li&gt;&lt;li&gt;My browser comes up and shows the &amp;quot;yellow screen&amp;quot; with the error message (&lt;span&gt;Could not load file or ass&lt;/span&gt;&lt;span&gt;embly 'ImageMagickNET.dll' or one of its dependencies. The specified module coul&lt;/span&gt;&lt;span&gt;d not be found.)&lt;/span&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Can any of you guys tell if I missed something?&lt;/p&gt;
&lt;/div&gt;</description><author>iDiner</author><pubDate>Tue, 18 Dec 2012 15:07:17 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121218030717P</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;RE: the docs...&lt;/p&gt;
&lt;p&gt;I have found that the COM library that installs by default when you install the binary for Windows uses the EXACT SAME syntax as the command line. This doesn't seem to be possible with ImageMagickNET. So while&amp;nbsp;a .NET wrapper is nice, the lack of documentation (and apparent lack of features) prevented me from using this in my project.&lt;/p&gt;
&lt;p&gt;So my recommendation for anyone wanting to implement ImageMagick in their project is to simply bundle the ImageMagick installer with your project and deploy it along with your app.&lt;/p&gt;
&lt;p&gt;To use the COM components:&lt;/p&gt;
&lt;p&gt;1) Install the newest version of ImageMagick on the computer you're developing with.&lt;br /&gt;2) Add a reference to the COM component "ImageMagickObject" to your application.&lt;br /&gt;3) Import ImageMagickObject in your class. (Imports ImageMagickObject)&lt;br /&gt;4) In your code, declare a new MagickImage object. (Dim VarName As MagickImage)&lt;br /&gt;5) Now use that MagickImage object as if it were a command line. So...&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; convert img1.gif img2.jpg -becomes- VarName.convert "img1.gif", "img2.jpg"&lt;br /&gt;6) Use any of the thousands of very helpful and detailed tutorials, help documents and examples on the web!&lt;br /&gt;7) When it comes time to publish, incorporate the ImageMagick installer in your install.&lt;/p&gt;
&lt;p&gt;I don't intend to bash this project; it's a great idea and I would love to see some development and documentation but the COM implementation is just more well supported, in my opinion.&lt;/p&gt;&lt;/div&gt;</description><author>TheDeekman</author><pubDate>Wed, 19 Sep 2012 14:02:13 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20120919020213P</guid></item><item><title>New Post: Getting Started</title><link>http://imagemagick.codeplex.com/discussions/66874</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;^^^^^ SO MUCH THIS!!!&lt;/p&gt;
&lt;p&gt;Fabiobr's instructions worked perfectly for me, with one little addon, so I'm going to sum up here: (I'm using the 8-bit version... just substitute "16" wherever the instructions refer to "8" below)&lt;/p&gt;
&lt;p&gt;1) Download this project and unzip it anywhere.&lt;br /&gt;2) In your project, make a reference to the ImageMagickNET.dll in the bin\Q8 folder.&lt;br /&gt;3) Go to &lt;a href="http://image_magick.veidrodis.com/image_magick/binaries/"&gt;http://image_magick.veidrodis.com/image_magick/binaries/&lt;/a&gt; and download 'ImageMagick-6.5.3-10-Q8-windows-dll.exe'&lt;br /&gt;4) Run the install, accepting all the defaults.&lt;br /&gt;5) Copy ALL the DLL's in C:\Program Files\ImageMagick-6.5.3-Q8 to the ROOT folder of your project. (not the bin folder)&lt;br /&gt;6) Set "Copy to Output Directory" to "Copy always"&lt;/p&gt;
&lt;p&gt;If you copy the DLL's to the bin folder, they will not be in the same folder as the executable when you debug (or publish) and will get this error. By copying them to the root folder, they will be copied to the same directory as the executable.&lt;/p&gt;
&lt;p&gt;Now if only the help docs were better...&lt;/p&gt;&lt;/div&gt;</description><author>TheDeekman</author><pubDate>Tue, 18 Sep 2012 19:32:19 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20120918073219P</guid></item><item><title>New Post: Compile problems - no Magick++.h</title><link>http://imagemagick.codeplex.com/discussions/393263</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You need the core binaries to be installed to work with &amp;nbsp;ImageMagick.NET. &amp;nbsp;These will include the C++ header files.&lt;/p&gt;&lt;/div&gt;</description><author>jturner5</author><pubDate>Tue, 28 Aug 2012 12:36:13 GMT</pubDate><guid isPermaLink="false">New Post: Compile problems - no Magick++.h 20120828123613P</guid></item></channel></rss>