Age | Commit message (Collapse) | Author |
|
The node bbox was not transformed to device space before the
visibility test.
|
|
|
|
|
|
|
|
|
|
|
|
Only scale grayscale images before color converting,
at least until we figure out how to consistently handle
premultiplied alpha with the smooth scaling and color
conversion code.
We must also take care not to scale indexed images!
|
|
|
|
|
|
This removes a static dependency between fitz and mupdf.
Fitz should now be link time independent of mupdf again.
|
|
Grayscale images should be converted to RGB after downscaling,
and vice versa for CMYK -> RGB. Separation and DeviceN based
images have very expensive color conversions and should also
be converted after scaling.
|
|
|
|
|
|
WhiteIsBlack was flipped for fax images. re-multiplying alpha
with CMYK images needs special care because of subtractive colors.
|
|
|
|
|
|
In the CCITTFaxDecode filter, the result pointer was reset before
swapping the buffers, so each line was copied to the output buffer only
after decoding the following line. This was leading to a duplication of
the first line and a missing last line.
|
|
instead.
|
|
stack trace.
|
|
|
|
|
|
output buffer with all available data.
|
|
|
|
|
|
|
|
|
|
|
|
detection on some subset fonts.
|
|
freetype.
|
|
|
|
|
|
vertical values.
|
|
image dictionary.
|
|
|
|
|
|
|
|
|
|
|
|
streams opened with openbuffer.
|
|
|
|
|
|
|
|
where the fontdesc was evicted from cache while the font still lived on in a display list, with a now stale pointer.
|
|
individual parsers, resulting in compiler warnings.
|
|
|
|
fz_copyarray and fz_copydict.
|
|
and change the signature of fz_realloc to match.
|
|
|
|
|
|
|