"FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications."

learn more… | top users | synonyms

0
votes
0answers
23 views

Free image RGB and BGR

I'm using FreeImage to load a jpeg and a tiff. The jpeg is 24-bit (8 bpp). The tiff is 48-bit (16 bpp). Problem is, FreeImage loads the jpeg as BGR, and the tiff as RGB. How can I distinguish ...
0
votes
3answers
26 views

Calculating a 48-bit image histogram

I have a 48-bit (16 bits per pixel) image I've loaded with FreeImage. I'm trying to generate a histogram from this image without having to convert it to a 24-bit image. This is how I understand ...
0
votes
1answer
28 views

load tiff using FreeImage

I tried this code with FreeImage to load my tif, and i get no error, but also no output. It works just fine if the input is a jpg. My tiff input is 16-bit greyscale. public void OpenRotateSave() ...
0
votes
1answer
26 views

record opengl video without seperate program or library

how do i take Data from a FIBITMAP (Free-Image image) object and store it into a binary file. i already know how to store the data as an image but i would like to instead store it as a video akin to ...
1
vote
1answer
74 views

Add FreeImage .NET to solution

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 ...
4
votes
1answer
59 views

Linking FreeImage as a static library in VS2010?

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 ...
0
votes
0answers
55 views

FreeImage works with lots of langs … any have experience with FSharp? Issues?

FreeImage works with lots of langs ... any have experience with FSharp? Issues? Environment --- VS'12, FSharp, NuGet Axiom FreeImage.dll Thanks
3
votes
1answer
185 views

Create a HBITMAP which points to an existing memory buffer

I am using the FreeImage library to store and manipulate bitmap data. Part of my code requires me to take a screenshot of a window (in Windows), and store it as a FBITMAP* (FreeImage's bitmap data ...
0
votes
0answers
52 views

Create fipImage* from unsigned char*(freeimage)?

unsigned char * image_data; int bytes; // size format: RGBA , UNSIGNED_BYTE. (opengl-glGetTexImage()): How can i create fipImage* from this data? C++. unsigned char * image_data; int w = 1000; ...
0
votes
0answers
53 views

Get FreeImage pixel data format?

This is a simple question, but I can't seem to find the answer anywhere in the documentation. I know FreeImage supports 1, 4, 8, 16, 24, and 32+ bit images. But besides that, the documentation ...
0
votes
0answers
43 views

Using FreeImage with Xcode

I'm writing an application in which I want to use free image to load files. I am on MacOSX 10.8.2 and I am using the mac ports version of free image. I had it working, but when I tried putting it on ...
1
vote
1answer
46 views

Loading images with transparency under FreeImage

I am successfully using the cool FreeImage library to load images in various formats. Among these, gif and png with transparency information. After loading the images, I convert them to 32bpp using ...
0
votes
1answer
114 views

Displaying EXR files in Windows Forms

I'm struggling with FreeImage and the documentation is not helping me a lot! I need to display a tif, an exr or an HDR image in a picturebox with C# and I'm not succeeding and I wonder how can I do ...
2
votes
1answer
370 views

TIFF with JPEG-compression much larger than original JPEG

I am trying to convert JPEGs to TIFFs with JPEG-compression using FreeImage.Net and C#. This works fine, however, for low-quality JPGES the TIFF-files are a lot larger than the original. I assume the ...
0
votes
1answer
192 views

Compile/Link FreeImage for iOS 5.0

I recently decided to try to run some of my graphics code on an iOS device, but I use FreeImage to load textures. As a result I need to build it for iOS 5.0. I'm currently getting link errors when I ...
0
votes
1answer
156 views

Unable to find an entry point named 'FreeImage_GetFileTypeU' in DLL 'FreeImageNET'

I just downloaded FreeImage 3.15.4 Win32 and I'm trying to go through their C# samples. I have a 64-bit Windows 7 machine with Visual Studio Express 2010, so I recompiled the samples to 64 bit as ...
2
votes
3answers
181 views

FreeImage delete[] bitmap data fails

Please help me with cleaning up my heap after loading bitmap with FreeImage. Somehow delete[] data; causes _ASSERTE(_CrtIsValidHeapPointer(pUserData)) assertion, and I cannot found how to fix it ...
0
votes
1answer
149 views

Compile errors FreeImage on C#

I keep receiving several error messages (currently 35) when I try to compile FreeImageNET C# wrapper. All the messages are in the same format. Actually I've found that this question has been asked ...
-4
votes
1answer
719 views

How do you build FreeImage for Android from its source distribution? [closed]

I need to build the FreeImage.a library for my Android project. I've downloaded the source code from the project page. How do I build this project from the original sources when targeting Android?
2
votes
1answer
449 views

NDK error…on doing ndk-build

I get the following error when trying to perform an NDK-build... Can any one help me? lmImf/ImfHuf.cpp:133: undefined reference to `__cxa_throw' ./obj/local/armeabi-v7a/libfreeimage.a(ImfHuf.o): ...
2
votes
1answer
544 views

I am trying to use the freeimage library in my project..causes error

The following code snippet causes error....the logcat has been attached...I am tring to pass the image path from teh java code to the NDK code and from there I am trying to open the bitmap using ...
2
votes
1answer
114 views

Finding FreeImage.so

Can any one tell me where can I find freeImage.so?I have been trying a lot to find the same and have not been succesfull..any help would be highly appreciated.I have tried to convert freeimage.a to ...
0
votes
1answer
161 views

FreeImageNET TIFF conevertion error

We have some TIFF files and we want to convert it to JPEG. We try to use FreeImageNET wrapper to FreeImage library. In C# we have code: dib = FreeImage.Load(FREE_IMAGE_FORMAT.FIF_TIFF, path, ...
0
votes
1answer
449 views

FreeImage on C#

I've downloaded the latest compiled version of FreeImage, then build FreeImageNet wrapper. Put FreeImage.dll and FreeImageNet.dll on the same folder as my executable (the sample code). But everytime I ...
1
vote
2answers
285 views

Building FreeImage.net on Visual Studio 2010 Express

It display 39 errors. All errors are like this: Error 1 Warning as Error: XML comment on 'FreeImageAPI.Plugins.PluginRepository.Plugin(string)' has a typeparamref tag for 'expression', but there ...
4
votes
3answers
884 views

Lossless optimization of JPEG with FreeImage

There are several tools to optimize a JPEG without sacrificing quality, such as jpegtran.exe and Smush.it. I've been looking for a way to do it through code (preferably in .NET) and I'm currently ...
0
votes
1answer
97 views

Distributing ruby script with image conversion

I would like to distribute an executable for Mac/Windows of a Ruby script that (besides other things) will be doing a conversion from/to common image formats to .xpm / X PixMap (wikipedia) I know ...
2
votes
1answer
223 views

Using Freeimage api

I'm trying to use freeimage to resize iamges and amke sure they're still in cmyk. however i keep getting stopped at the most basic steps of using freeimage, and i can't find any answers or similar ...
3
votes
1answer
184 views

How to use FreeImage_Unload(), and don't lose the image data

I have a class that looks like the following: class myTexture { public: myTexture(); ~myTexture(); unsigned char * data; void loadFile(string file) { ...
0
votes
1answer
135 views

UINT16 monochrome image to 8bit monochrome Qimage using freeImage

I want to convert a UINT16 monochrome image to a 8 bits image, in C++. I have that image in a char *buffer; I'd like to give the new converted buffer to a QImage (Qt). I'm trying with ...
1
vote
1answer
244 views

configure freeimage in xcode

I doing a school project and need to create a 2D polygon in OPENGL then use it as texture so want to use the freeimage library. But the problem is that i do not know how to configure and add the ...
2
votes
1answer
117 views

Free images that can be redistributed

I'm looking for the best place to get free images that can be redistributed. Actually I've a blog and I've to put images in my posts daily. Those images might be edited and then published on the blog. ...
0
votes
1answer
202 views

FreeImage .NET Blank FileName when not constant

Can somebody explain me please why FreeImage library is not recognizing my variable as a valid filename for the method Load, I tried the following code: var fileName = "C:\\images\\myimage.tif"; ...
1
vote
1answer
477 views

Reduce Color Count in PNG-8 Palette using FreeImage Library (C#)

I was using the FreeImageNET libary to Quantize my Bitmap as using (FreeImageAPI.FreeImageBitmap fiBitmap = FreeImageAPI.FreeImageBitmap.FromHbitmap(bmp.GetHbitmap())) { ...
2
votes
1answer
798 views

Getting FreeImage to work with Visual Studio 2010

I was advised by some of you not to long ago to use FreeImage as a library for image processing in C++. I now have some trouble in getting the library to work (still relatively new here). I've tried ...
0
votes
1answer
368 views

Convert floating point RGBA bitmap to standard Dotnet Bitmap

I'm trying to use the FreeImage.Net library to open the image and convert it to a standard bitmap, but either there must be a step I'm missing, or FreeImage simply can not convert floating point RGBA ...
1
vote
1answer
746 views

How STATIC LINK FreeImage Library?

This is for people using FreeImage Library - an open source C library to manage images: http://freeimage.sourceforge.net/ This question has been submitting many times in different forums, but I ...
0
votes
1answer
1k views

FreeImage: Get pixel color

I'm writing a little application that reads color of each pixel in image and writes it to file. First I did it in Python, buit it's too slow on big images. Then I discovered FreeImage library, which I ...
1
vote
1answer
314 views

Showing EXR/HDR in WPF

How can I show EXR/HDR using FreeImage (Wrapper for .NET) as a WPF's Image? And PNG, TIFF, TGA? I'm trying and searching in the net, but I'm not able to show these images... I'm using Visual Studio ...
0
votes
0answers
268 views

ImageScience w/ Rails 3

I'm trying to get ImageScience working w/ my rails 3 app. When I try to do require 'image_science' in one of my controllers I get: LoadError in Api::ImagesController#server require on ...
2
votes
2answers
1k views

Retrieving image data from memory

I'm using the FreeImage Library to handle loading images and passing them to OpenGL. Currently, I have support for reading an image from a file. However, I'd like to extend this to being able to ...
0
votes
1answer
108 views

Runtime error in openframworks code I'm not even using

I'm starting a project using the Aubio library within openFrameworks, so I'm copying in code to my project from Aubio demos, modifting, etc. The Aubio function new_aubio_pitchdetection() works great, ...
3
votes
1answer
2k views

Use external DLL in cmake build

I'm working on the cmake scripts for my project and I've run into a problem: My project uses a 3rd party library (FreeImage), which has its own Makefile-based build system. I can build FreeImage just ...
3
votes
1answer
6k views

Android NDK linker error 'Undefined reference to std::ios_base' when using FreeImage

I am trying to statically link against the open frameworks build of libfreeimage.a for the Android NDK (using the native-activity sample as a template). When I compile and link my project I get a lot ...
3
votes
1answer
440 views

How to find out the compression of a TIFF image in FreeImage?

I use FreeImage to work with multipage TIFF files and at some point I have a TIFF page, in a FIBITMAP and I need to know its compression. Any idea how to do this?
2
votes
2answers
1k views

Help changing DPI in a TIFF file with JPEG compression

I have a Tiff file that comes from a scanner. It has a resolution of 300 dpi to start with. But later I need to change it to a different value, say 100. What's the best way to do this without losing ...
0
votes
3answers
928 views

Copy OpenCV IplImage or Mat into Freeimage FIBITMAP

I need to exchange data between FreeImage (FIBITMAP) and OpenCV format (IplImage and/or Mat). I'm fine with getting data from a FIBITMAP into an IplImage or Mat since FreeImage gives you a function ...
0
votes
1answer
653 views

FreeImage portable float map (PFM) RGB channel order

I'm currently using FreeImage to load PFMs into a program that otherwise uses IplImages (the old data type for OpenCV). Here's a sample of what I'm doing (ignore the part about img being an array of ...
0
votes
2answers
898 views

Transparency in FreeImage

I am successfully converting a 24-bit PNG image which has a transparent background to 4-bit PNG image using FreeImage C# wrapper. However, the 4-bit image's background becomes black instead of being ...
2
votes
1answer
641 views

Change image resolution in FreeImage

I open a multipage TIFF file using FreeImage and lock a specific page. After that, I use the following code to change the image resolution of the page: FreeImage.SetResolutionX(page, ...

1 2