Up to [cvs.netbsd.org] / pkgsrc / graphics / babl
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Mon May 7 08:33:26 2012 UTC (2 weeks, 4 days ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +4 -1
lines
Diff to previous 1.6 (colored)
Changes 0.1.10: * LUT based speedups for gamma correction / uncorrection.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 2 14:09:58 2010 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.5: +13 -13
lines
Diff to previous 1.5 (colored)
Changes 0.1.2: Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). Streamlined core functionality, reducing number of function calls and removing overeager instrumentation.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 21 19:39:58 2009 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.4: +10 -17
lines
Diff to previous 1.4 (colored)
Changes 0.1.0: 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.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 14 17:59:06 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.3: +1 -4
lines
Diff to previous 1.3 (colored)
Remove @dirrm entries from PLISTs
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 13 08:05:05 2009 UTC (2 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.2: +17 -10
lines
Diff to previous 1.2 (colored)
Downgrade babl to 0.0.22 again. The world, and especially gegl, is not ready for it yet. Addresses PR 41573.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 10 09:19:49 2009 UTC (2 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.1: +9 -16
lines
Diff to previous 1.1 (colored)
Update to 0.1.0: 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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Aug 19 17:51:14 2008 UTC (3 years, 9 months ago) by bjs
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import babl-0.0.22 (used in the development version of the GIMP). -- 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.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 19 17:51:14 2008 UTC (3 years, 9 months ago) by bjs
Branch: MAIN
Initial revision