NOTICE: This package has been removed from pkgsrc

./wip/freeimage, Image reading library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.17.0, Package name: freeimage-3.17.0, Maintainer: nros

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.


Master sites:

SHA1: 6752c83798c2f81dee71a2e8bb11657068672669
RMD160: c4e87846098327ee346c49ae81b6036f6d9ab36d
Filesize: 6856.09 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-14 21:04:39 by Niclas Rosenvik | Files touched by this commit (3) | Package updated
Log message:
Updated freeimage to version 3.17.0.

Changelog(release notes):

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).
   2014-04-02 20:23:01 by Niclas Rosenvik | Files touched by this commit (2)
Log message:
Updated to FreeImage 3.16.0
Changelog:
*:fixed
!:changed

! FreeImage now uses LibJPEG 9a
! FreeImage now uses LibPNG 1.6.10
! FreeImage now uses LibTIFF 4.0.3 (CVS patch 2013-11-30)
! FreeImage now uses LibRaw 0.16.0
! FreeImage now uses OpenJPEG 2.1.0 (SVN patch 2748)
! FreeImage now uses ZLib 1.2.8
! FreeImage now uses LibWebP 0.4.0 (GIT patch 2014-03-21)
! FreeImage now uses LibJXR 1.1 (GIT patch 2014-01-31)
+ [Herve Drolon] added loading & writing support for the JPEG-XR image \ 
format (also support the FIF_LOAD_NOPIXELS flag)
+ [Herve Drolon] added loading & writing support for the WebP image format \ 
(also support the FIF_LOAD_NOPIXELS flag)
+ [Herve Drolon] added support for FIF_LOAD_NOPIXELS flag to JP2/J2K plugins
+ [Gaël Zimmermann] added basic support for BMP v4, v5 in BMP plugin (useful \ 
for drag and drop from another application such as Firefox)
+ [Mihail Naydenov] FreeImage_GetFIFFromFilename[U] : added support for \ 
*rgb,*rgba,*.bw extensions to the SGI plugin
+ [Mihail Naydenov] improved FreeImage_Rescale speed & spatial accuracy
+ [Mihail Naydenov] improved JPEG transform functions and added new functions \ 
(see below) :
		added FreeImage_JPEGTransformFromHandle
		added FreeImage_JPEGTransformCombined
		added FreeImage_JPEGTransformCombinedU
		added FreeImage_JPEGTransformCombinedFromMemory
* [Herve Drolon] fixed FreeImage_CloneTag behavior with ASCII data handling \ 
(regression that appeared in 3.15.2, affect metadata writing)
* [Carsten Klein] ICO plugin: avoid using the AND mask when loading a 32-bit \ 
(already transparent) icon
* [Andreas Baumann] HDR plugin: removed a comma at end of an enumerator list
* [mark] added missing <string.h> in OpenEXR (needed with mingw)
* [Herve Drolon] added support for FIC_MINISWHITE color type inside \ 
FreeImage_GetColorType for FIT_UINT16 images
* [Takamasa Mitsuji] FreeImage_Rescale : fixed a NULL-pointer access bug \ 
occurring for transparent images with a linear palette
* [Herve Drolon] fixed PSD parser when reading PSD files with corrupted resources
* [Herve Drolon] fixed TIFF plugin truncating metadata tag on loading if type is \ 
ASCII and it's value is of variable size (TIFF_VARIABLE) 
* [Herve Drolon] fixed loading of TGA 8-bit files with a palette size greater \ 
that 256
* [Anton Kukoba] TIFF parser didn't initialize the memory with zeros in stripped \ 
mode. This caused random bitmap data if the tiff file was corrupted/invalid.
* [Herve Drolon] improved TGA file detection when the format version is < 2.0
* [Christian Heimes] fixed compiler errors on 64bit Linux (INT64 / UINT64 type \ 
mismatches and missing prototype for memset)
* [Christian Heimes] fixed FreeImage_Get*Mask() returning 0 on 24-, -32-bit \ 
FIT_BITMAP images
* [Mihail Naydenov] fixed GIF plugin LZW decoder failing on some images
* [Herve Drolon] fixed the TIFF plugin against race condition when used \ 
simultaneously in multiple threads
* [Herve Drolon]  fixed float <--> rgb[a]f conversions when pixels are out \ 
of [0..1] range

   2013-11-10 12:41:06 by nros | Files touched by this commit (1)
Log message:

changed wrkdir and do-install section
   2013-11-07 19:42:18 by nros | Files touched by this commit (6)
Log message:

Initial commit of freeimage to pkgsrc-wip.
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.