freeimage

Linking FreeImage as a static library in VS2010?

≯℡__Kan透↙ 提交于 2019-12-01 15:12:57
问题 I need a image library and I've been looking into FreeImage, http://freeimage.sourceforge.net/. I want to link it statically with my application. I have tried downloading the binaries and link it with, but I get 2019 linker errors when I try to call their functions, even though I am positive I linked it correct. So then I tried to download their source, converted their "FreeImageLib.2008" to VS2010 and built it. It builds just fine on its own, but I still have the same problem when linking

Add FreeImage .NET to solution

北慕城南 提交于 2019-12-01 08:59:01
I have followed the posts on this, but i am still not getting a few steps. I am new to C#, and that is probably the issue. I would love a little help (I have been banging on this all day). I can open the FreeImage.NET solution (Win7 64 bit machine btw) in Visual Studio. This post says i need to Build it to get the C# dll. When i build it, i get hundreds of errors "type or namespace 'Name' could not be found". Does it need the C++ DDL added first? I dragged and dropped it onto the solution, but still the errors. Am i doing something simple and wrong? Specifically what i am trying to do is add

What libraries are available for manipulating super large images in .Net

梦想与她 提交于 2019-12-01 05:29:26
问题 I have some really large files for example 320 MB tif file with 14000 X 9000 pixels. The operations I need to perform are basically scaling the images to get smaller versions of it and breaking the image into tiles. My code works fine with small files and I use the .Net Bitmap objects but I will occasionally get Out of Memory exceptions for larger files. I've tried using the FreeImage libraries FreeImageBitmap but have the same problems. I'm using something like the following to scale the