Age | Commit message (Collapse) | Author |
|
|
|
font logic on the PDF side and freetype rendering on the fitz side.
|
|
|
|
the ring 0..255. This fixes a leaking pixel bug when drawing alpha blended paths.
|
|
|
|
|
|
|
|
pixmap debug code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix refcount error in xobject resource inheritance from parent.
Convert a printf to a proper log message.
Don't leak FindFirstFile handle in pdf_createfontlistMS.
|
|
|
|
Not functional yet.
|
|
|
|
|
|
Just the basic composition formulas.
|
|
Fixes crash rendering chinesopera.pdf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I think these need premul, but not certain yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Images larger than will fit in a typical L2 cache that need scaling
are now chopped up and processed in bands. Speeds up McCue.pdf
overall by 1/3. Actual decoding of stream is still done in one
chunk, which now has the highest overhead.
|
|
|
|
|
|
|
|
|
|
|
|
|