summaryrefslogtreecommitdiff
path: root/graphics/babl/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2011-02-10Chamges 0.1.4:adam1-4/+4
Improved cross platform build ability, added code to handle n-component formats, remove extraenous runtime profiling that impacted performance.
2010-02-02Changes 0.1.2:adam1-6/+4
Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). Streamlined core functionality, reducing number of function calls and removing overeager instrumentation.
2009-08-22Fix USE_DESTDIR installationadam1-1/+2
2009-08-21Changes 0.1.0:adam1-6/+5
Support for RGBA representation in the frequency domain, un-pre-multiply close-to-zero alpha values to complete black instead of slightly brighter than black, add a BABL_ALPHA_THRESHOLD constant to the API, do a complete overhaul of the babl API and do some changes to increase portability of the library.
2009-06-13Downgrade babl to 0.0.22 again.wiz1-6/+5
The world, and especially gegl, is not ready for it yet. Addresses PR 41573.
2009-06-10Update to 0.1.0:wiz1-5/+6
Support for RGBA representation in the frequency domain, un-pre-multiply close-to-zero alpha values to complete black instead of slightly brighter than black, add a BABL_ALPHA_THRESHOLD constant to the API, do a complete overhaul of the babl API and do some changes to increase portability of the library.
2009-01-28Fix build problems under Mac OS X:tron1-1/+2
1.) Pull in patch from GNOME SVN to get definition of "gzize" in the Mac OS X specific part o "babl-cpuaccel.c". 2.) Fix broken build of extensions which need to be built as bundles and not shared libraries. This fixes PR pkg/40473.
2008-08-19Import babl-0.0.22 (used in the development version of the GIMP).bjs1-0/+7
-- babl is a dynamic, any to any, pixel format translation library. It allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations. A vocabulary to formulate new pixel formats from existing primitives is provided as well as the framework to add new color models and data types.