Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-28 | #i65904# Made code compile warning-free for MSVC; removed inline statement ↵ | Thorsten Behrens | |
from the longer functions | |||
2006-07-28 | #i10000# Minor build fixes (forgot the SunCC-only templates) | Thorsten Behrens | |
2006-07-27 | #i65904# Dumped basegfx polygon raster converter in favor of a specialized ↵ | Thorsten Behrens | |
solution; constructing all accessors with passed parameter now for the BitmapRenderer; significantly improved test coverage for polygon rasterizing | |||
2006-07-21 | #i65904# Compiler compatibility changes: made the ↵ | Thorsten Behrens | |
BOOST_NO_MEMBER_TEMPLATE_FRIENDS path actually work; added SunCC kludge for nested template as function template parameter problem; corrected blend_functor specialization to make msvc happy | |||
2006-07-14 | #i65904# Replaced vigra::resizeImageNoInterpolation() with own scaleImage() ↵ | Thorsten Behrens | |
- the case size <2 does happen sometimes | |||
2006-07-13 | #i65904# Swapped mask polarity - now, a zero in the mask denotes opacity; ↵ | Thorsten Behrens | |
minor code tidying; made drawMaskedBitmap() handle a few more generic cases; switched 24bpp to BGR; adapted tests to modified mask polarity | |||
2006-07-12 | #i65904# Fixed operator+=/-= on PackedPixelRowIterator (wrong overflow ↵ | Thorsten Behrens | |
handling & forgot to handle negated cases); fixed typo for paletteformats (ignoring bit gravity); made drawMaskedBitmap() work for more cases; improved tests | |||
2006-07-12 | #i65904# Finished drawMaskedBitmap(); reorganized accessor functors; added ↵ | Thorsten Behrens | |
test case for drawMaskedBitmap() | |||
2006-07-11 | #i65904# Finished drawMaskedColor() support; simplified ↵ | Thorsten Behrens | |
iterator/accessor/range setup for vigra algorithms; sanitized typedefs for BitmapRenderer | |||
2006-07-11 | #i65904# Consistently named constants; added rectangular device subsetting ↵ | Thorsten Behrens | |
to BitmapDevice; moved spreaded pixel format configuration points into a single traits template (per format); slightly improved cross-format support | |||
2006-07-06 | #i65904# Reworked accessor framework, is now a hierarchy of nested ↵ | Thorsten Behrens | |
functionality; added traits for color, iterator and accessor behaviour; finished missing bitmap formats, slightly changed set of predefined formats; swapped order of xor/palette accessor application for the BitmapDevice, which should yield much more sensible results; added a few tests for the new formats | |||
2006-06-30 | #i65904# Moved vigra/template-depending parts out of color.hxx into ↵ | Thorsten Behrens | |
colormisc.hxx | |||
2006-06-30 | #i65904# Fixed ugly typos in clippedLine clipping; improved docs; added ↵ | Thorsten Behrens | |
testcases for fixed bugs; corrected clip bounds for line and polyline rendering | |||
2006-06-28 | #i65904# Added more docs; made clip masks for all cases (except masked ↵ | Thorsten Behrens | |
bitmap); removed hardcoded unsigned int in favor of a metafunction; added tests for clips; fixed Color channel modification methods | |||
2006-06-15 | #i65904# add formats which allow cleaner inits and checks | Herbert Duerr | |
2006-06-13 | #i65904# get ColorBitmaskOutputMaskFunctor working | Herbert Duerr | |
2006-06-09 | #i65904# Fixed mask blending; added tests; reworked metafunctions for clip ↵ | Thorsten Behrens | |
proxy accessors | |||
2006-06-08 | #i65904# Added fallback to unclipped methods, should the clip mask be NULL | Thorsten Behrens | |
2006-06-08 | #i65904# Added fallback to unclipped methods, should the clip mask be NULL | Thorsten Behrens | |
2006-06-07 | #i65904# Fixed broken CompositeIterator (was missing a proper ↵ | Thorsten Behrens | |
copy-const/assignment op); added more tests | |||
2006-06-07 | #i65904# Finished xor and mask support; corrected Color handling | Thorsten Behrens | |
2006-06-07 | #i65904# SAl_MAX_UINT8 was right in operator* | Herbert Duerr | |
2006-06-07 | #i65904# fixed operator*, small cleanups | Herbert Duerr | |
2006-06-06 | #i65904# Temporarily disabled temporarily | Thorsten Behrens | |
2006-06-02 | #i65904# Added template meta function to retrieve palette lookup functor; ↵ | Thorsten Behrens | |
for palette images, now performing lookup only _once_, and rasterizing the primitive with the index value; added one more degenerate case for polygon fill test | |||
2006-06-02 | #i65904# Completed mask support; fixed color difference bug; added more tests | Thorsten Behrens | |
2006-06-02 | #i65904# Now calculating stride correctly, even for 1bpp mask images | Thorsten Behrens | |
2006-06-02 | #i65904# Made drawBitmap/drawMaskedColor functional; added raw access for ↵ | Thorsten Behrens | |
palette images | |||
2006-05-31 | #i65904# Corrected license headers, added more tests | Thorsten Behrens | |
2006-05-31 | #i65904# Initial revision | Thorsten Behrens | |