Quantcast
Channel: magick Discussions Rss Feed
Browsing all 3693 articles
Browse latest View live
↧

New Post: Implement a resize for animated gif.

The problems with MagickImageCollection have been resolved with changeset 26274. When i have published the next release you can resize the animage gif this way:using (MagickImageCollection collection =...

View Article


New Post: Convert a pdf page to image

Good morning, I'm new with Magick.net. I'm developing an application and I have a pdf page which I want to convert to image (jpg,jpeg,bmp,tiff,png,etc) and I don't know how. Is it possible to do it...

View Article


New Post: Convert a pdf page to image

That is possible. To read pdf's you need to install GhostScript (http://www.ghostscript.com/download/). I already posted an example here: https://magick.codeplex.com/discussions/443658

View Article

New Post: Convert a pdf page to image

Thank you for your answer dlemstra. I have already Ghostscript installed. I'll try the code in the discussion and hope it'll work. Thanks

View Article

New Post: Convert a pdf page to image

I tried the code , and each time I run , I've got an error. I've created this function :region PDF to image conversion private void pdfConvert(string file, string destFolder) { using (var list = new...

View Article


New Post: Convert a pdf page to image

Did you call MagickNET.Initialize() at the start of your program as explained here? The new release has been publish so you could use this code:using (MagickImageCollection collection = new...

View Article

New Post: Convert a pdf page to image

Hi delmstra I followed the tutorial and some error occurs and until now I have the same mistake. Could not load file or assembly 'Magick.NET.dll' or one of its dependencies

View Article

New Post: Convert a pdf page to image

I don't know if I'm missing something or not. These are the steps that I followed.download Magick.Net package "Magick.NET-6.8.5.401-Q16-x86-net40-client"un-zip the folderadd a reference to Magick.dll...

View Article


New Post: Convert a pdf page to image

Did you install 'Visual C++ Redistributable for Visual Studio 2012 x86'?

View Article


New Post: Convert a pdf page to image

Now I got it. I'm working on Visual Studio 2010 Ultimate, x86 . So I think I can't make it work, is that right ?!

View Article

New Post: Convert a pdf page to image

It won't work unless you install Visual C++ Redistributable for Visual Studio 2012 x86 (http://www.microsoft.com/en-us/download/details.aspx?id=30679).

View Article

New Post: Convert a pdf page to image

Thank you so much dlemstra , you're so kind , thank you so much for your help. So good, I installed it and now when I build the project there's no error. I have another question : after converting the...

View Article

New Post: Image conversion in web app

Hi All I'm having trouble getting the following code to run in an ASP.net web application. This is a brand new web application with one aspx file and the code below is in the Page_Load method as a...

View Article


New Post: Image conversion in web app

What version of Magick.NET are you using? You can get the version from the Version property of MagickNET.Is your application pool using the correct platform x86/x64?Did you specify the width and height...

View Article

New Post: Image conversion in web app

Hi Don't worry. I just managed to get it working. Must have had the wrong path somewhere. Thanks Russell

View Article


New Post: Convert a pdf page to image

What do you mean by calling and using it? When you write the image you have an object that is the image. You can use the variable 'image' to perform other actions.

View Article

New Post: Image conversion in web app

When you are using .NET 4.0 you could use Magick.NET.Web.dll. It makes sure that the code below gets called at the start of the application.string path =...

View Article


New Post: Convert a pdf page to image

The conversion works fine now and this is the function I used to do the conversion action and at the same time it returns to me the new name of the converted image private string convertPdf(string...

View Article

New Post: Convert a pdf page to image

image.ToString() will not return the filename. 'file+ "img" + id + ".png"' is the name of the file. The problems you are running into are not really issues related to Magick.NET or ImageMagick. I think...

View Article

New Post: Convert a pdf page to image

I found the solution for the problem and I want to thank you for your help. Also I want to apologyze if I bothered you.

View Article
Browsing all 3693 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>