Nico Weber
|
bcc6439b5f
LibPDF: Pass Renderer to PDFFont::draw_string()
|
1 年間 前 |
Nico Weber
|
5eaa403ddf
LibPDF: Use font dictionary object as cache key, not resource name
|
1 年間 前 |
Nico Weber
|
9b022239c3
LibPDF: Apply all offsets of TJ operator
|
1 年間 前 |
Lucas CHOLLET
|
9e4d697d23
LibPDF: Detect DCT images correctly
|
1 年間 前 |
Nico Weber
|
3dca11c4e2
LibPDF: Move color space creation from name or array into ColorSpace
|
1 年間 前 |
Nico Weber
|
8b806183f6
LibPDF: Tolerate indirect objects in various image dict values
|
1 年間 前 |
Nico Weber
|
1a58fee0fd
LibPDF: Don't assert on named simple color space
|
1 年間 前 |
Nico Weber
|
34cb506bad
LibPDF: Replace another TODO with a message
|
1 年間 前 |
Nico Weber
|
9442782881
LibPDF: Implement text_next_line_show_string_set_spacing
|
1 年間 前 |
Nico Weber
|
78dea9500f
LibPDF: Make operator parsing use ReadonlySpan instead of Vector
|
1 年間 前 |
Nico Weber
|
aea0e2f313
LibPDF: Rename ColorSpaceFamily function to may_be_specified_directly()
|
1 年間 前 |
Nico Weber
|
f5d3f47af3
LibPDF: Add spec comment about color spaces on images
|
1 年間 前 |
Nico Weber
|
7c24a89acf
LibPDF: Add spec comment about valid bits_per_component values
|
1 年間 前 |
Nico Weber
|
64bb9aa8c7
LibPDF: Fix comment typo
|
1 年間 前 |
Nico Weber
|
ea6fed627a
LibPDF: Get color rendering intent from image dict
|
1 年間 前 |
Nico Weber
|
708d5e2fe6
LibPDF: Implement color_rendering_intent operator
|
1 年間 前 |
Nico Weber
|
609e640530
LibPDF: Try harder to use a RAII object to restore state
|
1 年間 前 |
Nico Weber
|
b835d2bd66
LibPDF: Use a RAII object to restore state in recursive render
|
1 年間 前 |
Nico Weber
|
3c2d820391
LibPDF: If softmask has different size than target bitmap, resize it
|
1 年間 前 |
Nico Weber
|
c8510b58a3
LibPDF: Cache fonts per page
|
1 年間 前 |
MacDue
|
6088374ad2
LibPDF: Ensure all subpaths are closed before filling paths
|
2 年 前 |
Nico Weber
|
ca1a98ba9f
LibPDF: Replace two more crashes with messages
|
2 年 前 |
Nico Weber
|
29c3a9c5f0
LibPDF: Don't crash on images without /Filter
|
2 年 前 |
Nico Weber
|
18b86b1868
LibPDF: Apply text matrix scale to character and word spacing
|
2 年 前 |
Nico Weber
|
e3cc05b935
LibPDF: Don't ignore word_spacing
|
2 年 前 |
Nico Weber
|
6caaffa134
LibPDF: Add a few FIXMEs to set_graphics_state_from_dict
|
2 年 前 |
Matthew Olsson
|
5f8fd47214
LibPDF: Resize fonts when the text and line matrices change
|
2 年 前 |
Matthew Olsson
|
9a0e1dde42
LibPDF: Propogate errors from ColorSpace::color()
|
2 年 前 |
Nico Weber
|
c625ba34fe
LibPDF: Implement set_flatness_tolerance
|
2 年 前 |
Nico Weber
|
69c965b987
LibPDF: Move code to compute full page contents into Page
|
2 年 前 |