You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
| 2005 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(2) |
Dec
(1) |
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
| 2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2012 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|
From: jannes.schmidt <jan...@pr...> - 2022-12-06 14:27:59
|
What is the current status of this project? It seems there has not been any release in four years and it would be good to know if it is still maintained. Thank you |
|
From: <ca...@ca...> - 2022-06-16 18:21:51
|
Hi! FreeImage incorrectly assumes that NULL is 0 inside PluginPSD.cpp. musl libc defines NULL as nullptr which breaks the build. This simple patch just changes NULL to FALSE. -- Sent with Tutanota, enjoy secure & ad-free emails. |
|
From: blubee b. <gur...@gm...> - 2020-07-04 23:01:23
|
I create a FIBITMAP
FIBITMAP* fi_bitmap = FreeImage_Load(format, path);
if (fi_bitmap == nullptr) {
return false;
}
int bpp = FreeImage_GetBPP(fi_bitmap);
this returns 48
FIBITMAP* gs_bitmap = FreeImage_ConvertToGreyscale(fi_bitmap);
bpp = FreeImage_GetBPP(gs_bitmap); //at this point it returns 0
Why is this call failing? I am working with an adobe dng file.
|
|
From: <ds....@ya...> - 2016-06-10 04:04:37
|
Hi! Take a look at what I've just read, this is so interesting, read more at <http://trugutesle.losangeleslandscapearchitect.com/xybkww> Warmest regards, ds....@ya... |
|
From: FreeImage T. <fre...@al...> - 2015-03-15 17:13:45
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. Release 3.17.0 adds many improvements for ICO, TIFF, PNG, HDR, TGA, GIF, RAW, JXR, JP2, Exif plugins. It comes with new conversion functions for RGBA16/RGBAF formats, as well as new functions used to deal with external pixel buffers (ConvertFromRawBitsEx, CreateView). Other useful added functions are ReslaleRect, GetMemorySize, SetMetadataKeyValue and the FIQ_LFPQUANT quantizer algorithm. The library has been updated with the new LibPNG (1.6.16), LibTIFF (4.0.4), LibRaw (0.17.a1), LibWebP (0.4.2), OpenEXR (2.2.0). FreeImage is also distributed with updated VB6, Delphi and C++ wrappers. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@al... ----- --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. http://www.avast.com |
|
From: FreeImage T. <fre...@al...> - 2014-03-23 16:42:55
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. Release 3.16.0 brings two brand new plugins: a WebP plugin and a JPEG-XR plugin. It also provides better support for RAW, JPEG-2000, BMP, SGI, ICO, PSD, TIFF, TGA, GIF formats, as well as enhanced functions for JPEG lossless transformations. The rescale function is also slightly improved. The library has been updated with the new ZLib (1.2.8), LibJPEG (9a), LibPNG (1.6.10), LibTIFF (4.0.3), LibRaw (0.16.0), OpenJPEG (2.1.0), LibWebP (0.4.0), LibJXR (1.1). FreeImage is also distributed with an updated VB6 wrapper. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@al... --- Ce courrier électronique ne contient aucun virus ou logiciel malveillant parce que la protection avast! Antivirus est active. http://www.avast.com |
|
From: FreeImage T. <fre...@al...> - 2012-10-27 17:36:56
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. What's new for FreeImage ? Release 3.15.4 is a maintenance release that brings several updates of its third party libraries. Significant fixes concern JPEG, TIFF, PNG, RAW and DDS plugins. Other significant improvements concern the rescale function, as well as multi-threading safety. The library has been updated with the new ZLib (1.2.7), LibPNG (1.5.13), LibTIFF (4.0.3), LibRaw (0.14.7), OpenJPEG (1.5.1), OpenEXR (1.7.1). FreeImage is also distributed with an updated VB6 wrapper and an updated Delphi wrapper. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@al... ----- |
|
From: JIA P. <jp...@gm...> - 2012-06-09 03:10:57
|
Hi, all:
My naive FreeImage testing code "freeimage_test01.c" is as simple as:
#include <stdio.h>
> #include <FreeImage.h>
> int main(int argc, char** argv)
> {
> FreeImage_Initialise(FALSE);
> printf("FreeImage %s\n", FreeImage_GetVersion());
> printf("%s\n\n", FreeImage_GetCopyrightMessage());
> FreeImage_DeInitialise();
> return 0;
> }
However, with the following building command
> $ gcc -lfreeimage freeimage_test01.c -o freeimage_test01
I got the following errors
> /tmp/ccHspfBe.o: In function `main':
> freeimage_test01.c:(.text+0x11): undefined reference to
> `FreeImage_Initialise'
> freeimage_test01.c:(.text+0x16): undefined reference to
> `FreeImage_GetVersion'
> freeimage_test01.c:(.text+0x2c): undefined reference to
> `FreeImage_GetCopyrightMessage'
> freeimage_test01.c:(.text+0x42): undefined reference to
> `FreeImage_DeInitialise'
> collect2: ld returned 1 exit status
Can anybody give me a hand where I'm wrong?
Cheers
--
Pei JIA
Email: jp...@gm...
cell: +1 604-362-5816
Welcome to Vision Open
http://www.visionopen.com
|
|
From: Raul D. G. <rg...@um...> - 2012-04-20 17:17:00
|
Hi, I have been trying everything I can think of to do this, but it does not work. How can I install FreeImage to a local directory? ~Raul |
|
From: FreeImage T. <fre...@al...> - 2012-03-17 16:33:30
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. Release 3.15.3 is a maintenance release that mainly fix 64-bit compilation issues. The library has been updated with the new LibPNG (1.5.9), LibTIFF (4.0.1). FreeImage is also distributed with an updated VB6 wrapper. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@al... ----- |
|
From: FreeImage T. <fre...@al...> - 2012-02-19 11:15:02
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. Release 3.15.2 is a maintenance release that brings several updates of its third party libraries. Other significant fixes concern JPEG, Exif, TIFF, ICO, PNG, J2K, IFF plugins. The library has been updated with the new LibRaw (0.14.5), LibPNG (1.5.8), LibJPEG (8d), ZLib (1.2.6), OpenJPEG (1.5.0), LibTIFF (4.0.0). As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@al... ----- |
|
From: FreeImage T. <fre...@al...> - 2011-07-24 16:50:49
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. Release 3.15.1 is a maintenance release that brings several fixes for TIFF, JPEG, BMP, PCX and CUT plugins. The most significant fixes concern the security against malicious images, so that an update is highly recommended. The library has been updated with the new libtiff (3.9.5), libpng (1.5.4), libraw (0.13.7) and OpenJPEG (1.5.0) libraries. FreeImage is also distributed with updated C++ and Delphi wrappers. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@al... ----- |
|
From: Daniel G. <go...@je...> - 2011-07-12 02:07:04
|
Hi, I am trying to use FreeImage to load JPEGs in Ubuntu 10.04 LTS. Loading a JPEG yields a "Wrong JPEG library version: library is 62, caller expects 80" error. Obviously this is because FreeImage is expecting version 80 of the lib. Is there anyway to tell FreeImage to use older versions of the lib when compiling it? I can't force my users to upgrade to v80 (which is not available until the most recent versions of Ubuntu). Thanks. |
|
From: walid t. <wal...@ho...> - 2011-02-24 08:43:34
|
Hi, Found a problem when compiling for 64 bit under VS 2010. you have to add the following libraries to the Debug and Release configurations for LibRaw project respectively: VCOMPD.LIB and VCOMP.LIB Cheers Best Regards, |
|
From: FreeImage T. <fre...@al...> - 2011-01-23 20:05:23
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. What's new for FreeImage ? Release 3.15.0 mainly add support for thumbnail loading / saving, as well as better support for JPEG, Exif, TIFF, TARGA, ICO, PSD, BMP formats. The library has been updated with the new libjpeg (8c), libtiff (3.9.4), libpng (1.4.5), OpenJPEG (1.4.0) and libraw (0.13-Beta3) libraries. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@al... ----- |
|
From: FreeImage T. <fre...@al...> - 2010-08-12 19:36:07
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. What's new for FreeImage ? Release 3.14.1 remove OpenMP support in order to minimize dependencies. This release also brings more support for the FIF_LOAD_NOPIXELS loading flag. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@al... ----- |
|
From: FreeImage T. <fre...@al...> - 2010-08-09 15:55:53
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. What's new for FreeImage ? Release 3.14.0 brings several enhancements for multi-page images manipulation and better support for TIF, TARGA, PSD, JPEG, EXR, JNG, GIF and PICT formats. A new loading flag (FIF_LOAD_NOPIXELS) now allows to 'ping' image files (i.e. load only metadata without pixels). See especially 'FreeImage_HasPixels' and 'FreeImage_FIFSupportsNoPixels'. The JPEG plugin can now load & save raw Exif data (i.e. unmodified raw metadata - see the brand new FIMD_EXIF_RAW metadata model) and the TIFF plugin can now load all available Exif data. Thanks to our users, 64-bit portability has been improved (especially for 1-bit TIFF images). As for HDR users, a new FreeImage_ConvertToFloat function is available, as well as better support for conversions in FreeImage_ConvertToRGBF & FreeImage_ConvertToType What else ? The library has been updated with the new zlib (1.2.5), libjpeg (8b), libtiff (3.9.4), libpng (1.4.3), OpenEXR (1.7.0), OpenJPEG (1.4.0) and libraw (0.10-Beta3) libraries. FreeImage is also distributed with updated VB6/VBA, Delphi and C++ wrappers. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@al... ----- |
|
From: weixj2003ld <wei...@16...> - 2010-02-09 01:17:32
|
Hi, I have a .tif file(it is a satallite photo),and I want to get the heightmap of it. I find that some software such as photoshop, can save it as a grey image with extention .tif.and the size of it can fixed. now I want to get this by freeimage, what should I do? Kind regards. wei |
|
From: FreeImage T. <fre...@al...> - 2009-12-22 17:23:38
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. What's new for FreeImage ? Release 3.13.1 is a maintenance release that brings several fixes for J2K/JP2, TIFF, MNG, PSD and PNG plugins, so that an update is highly recommended. The library has been updated with the new libtiff (3.9.2), libpng (1.2.41) and OpenJPEG (1.3.0) libraries. FreeImage is also distributed with updated VB6, C# and C++ wrappers. As usual, check the changes log for full details (especially for bug fixes). You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@al... ----- |
|
From: FreeImage T. <fre...@al...> - 2009-09-27 15:56:48
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. What's new for FreeImage ? Release 3.13.0 adds loading support for RAW camera formats (based on dcraw and its LibRaw-Lite wrapper) and loading support for the Macintosh PICT format. It also improves loading support for PSD, JNG and TARGA formats. New functions are available for background filling (see FreeImage_FillBackground, FreeImage_EnlargeCanvas, FreeImage_AllocateEx, FreeImage_AllocateExT), image rotation (see FreeImage_Rotate), lossless JPEG transformation (see FreeImage_JPEGTransformU and FreeImage_JPEGCropU), tone mapping (see FreeImage_TmoReinhard05Ex) and multi-page handling (see FreeImage_OpenMultiBitmapFromHandle). What else ? The library has been updated with the new libjpeg (7.0), libtiff (3.9.1), libpng (1.2.40) and libraw-lite (0.7.2) libraries. FreeImage is also distributed with updated VB6/VBA and C# wrappers. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@ti... ----- |
|
From: FreeImage T. <fre...@al...> - 2009-04-14 19:53:39
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. Release 3.12.0 is a maintenance release that brings several internal enhancements suggested by our users and also support for the PFM format. The library has been updated with the new libtiff (3.9.0), libpng (1.2.35) and OpenJPEG (1.3.0) libraries. FreeImage is also distributed with an updated C# wrapper. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@al... ----- |
|
From: Hervé D. <dr...@in...> - 2008-07-28 18:47:55
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. Release 3.11.0 mainly adds new compression options to the JPEG and PNG plugins, RGBF support to the TIFF plugin and Vista icons support in ICO Plugin. A new function named FreeImage_CloneMetadata is now available. Lastly, the library has been updated with the new libtiff (3.9.0), libpng (1.2.29), libMNG (1.0.10) and OpenJPEG (1.3.0) libraries. FreeImage is also distributed with an updated VB6/VBA wrapper and a brand new C# wrapper. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team http://sourceforge.net/projects/freeimage/ ----- |
|
From: <dr...@in...> - 2007-11-19 20:47:08
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. Release 3.10.0 comes with two new HDR formats, JPEG2000 and OpenEXR, as well as the now famous 'Fattal tone mapping algorithm'. To Linux users: the library now make use of the gcc 'visibility' option, so that previous incompatibilities reported with some libraries such as GTK should now belong to the past. What else ? This release brings some new palette and color manipulation functions as well as numerous bug fixes reported by our users. Lastly, the library has been updated with the new libtiff (3.9.0), libpng (1.2.23), OpenEXR (1.6.1) and OpenJPEG (1.2.0) libraries. FreeImage is also distributed with an updated VB6/VBA wrapper. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@ti... ----- |
|
From: <dr...@in...> - 2007-02-11 17:32:49
|
Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. This maintenance release improves the speed of the GIF encoder, adds a new JPEG downsampling feature (useful to generate thumbnails) and also provides a better MacOSX makefile. As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation. You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@ti... ----- |
|
From: <dr...@in...> - 2006-10-29 18:24:21
|
.Hi to all FreeImage users, Via this message, the FreeImage Development Team wants to announce a new version of FreeImage. This maintenance release adds full support for 16-bit greyscale and 48-bit RGB to the PNM plugin, adds IPTC writing support to JPEG & TIFF plugins and adds a new FreeImage_JPEGCrop function. As usual, check the changes log for full details and check also the updated FreeImage documentation. As you can see, the FreeImage web site design has been revamped. Many thanks to Varush Chadha for this :) You can download the new release from the FreeImage home page at http://freeimage.sourceforge.net The FreeImage Development Team fre...@ti... ----- |