Commit Graph
63 Commits
Author SHA1 Message Date
Jindra Petřík 89e1d6cc1a gnujpdf - backup color and alpha on setClip 2025-04-06 01:25:58 +02:00
Josh Soref 81efeaaa32 spelling: successfully
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref 640c4c4b5f spelling: returns
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref 222b10ce17 spelling: override
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref 8ef441fda8 spelling: object
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref 5e811fcf35 spelling: landscape
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref 64859c2247 spelling: format
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref f2a0c53e5b spelling: ericzbeard
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref 86d65107bf spelling: encoding
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref 3915c406bc spelling: descendent
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref dd7710fd2a spelling: coordinates
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref eeaa0719b2 spelling: beginning
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref 43c2fa4d07 spelling: align
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref c87d9dda01 spelling: account
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Jindra Petřík 49abcd4447 GNUJPdf - draw image with scaling 2023-06-25 20:41:04 +02:00
Jindra Petřík 04b1a4f27e lib dependencies build to ffdec_lib/lib dir 2023-01-30 22:33:36 +01:00
Jindra Petřík 85275ccca6 Fixed #1858 PDF export - Applying same color multiple times 2022-12-23 17:02:50 +01:00
Jindra Petřík ecc884f642 Fixed #1858 Applying same alpha/blendmode multiple times
Round RGB colors to lower precision
2022-12-23 17:02:50 +01:00
Jindra Petřík b2af9ef350 Fixed #1858 Adding same ExtGState multiple times 2022-12-23 17:02:50 +01:00
Jindra Petřík 355df5899d Added #1858 PDF export - JPEG with alpha channel exported as is 2022-12-23 17:02:50 +01:00
Jindra Petřík e6bd00d2a0 Fixed #1863 Export to PDF - cannot read fonts with long CMAP
(invalid length value)
2022-11-14 10:04:55 +01:00
Jindra Petřík d3277a9cab gnujpdf modified nbproject [ci skip] 2022-11-06 21:44:39 +01:00
Jindra Petřík 02f98068fb PDF Export - separate smoothed and not smoothed bitmaps - cache separately 2022-11-02 17:47:29 +01:00
Jindra Petřík ae88f5d9b7 Fixed PDF export - reusing images when used as pattern vs standalone 2022-11-02 12:50:24 +01:00
Jindra Petřík 22c5e67a74 Fixed #1817 PDF export - now storing JPEG images without recompression to PNG 2022-11-02 08:43:52 +01:00
Jindra Petřík 31a461ca96 gnujpdf - use UTF-8 in string.getBytes() everywhere 2022-10-22 21:15:20 +02:00
Jindra Petřík b61e009665 #1847 Try to fix chinese PDF problem 2022-10-22 19:01:34 +02:00
Jindra Petřík 4e93bf0af0 Fixed: PDF export - Smoothed bitmaps 2021-04-05 16:56:59 +02:00
Jindra Petřík 913405b563 gnujpdf compression back on 2021-03-24 20:36:42 +01:00
Jindra Petřík 204787bc73 gnujpdf - various CMAP subtable formats support for drawing text 2021-03-24 20:36:42 +01:00
Jindra Petřík a32494487d PDF - try to implement objects grouping 2021-03-24 20:36:42 +01:00
Jindra Petřík 050b4dce2d gnujpdf - clipping fix (getclip)
PDF export - clipping fix
2021-03-24 20:36:42 +01:00
Jindra Petřík 6819de2a17 gnujpdf - Linear colorspace gradients
some test data
2021-03-24 20:36:42 +01:00
Jindra Petřík bcbfea5666 gnujpdf blend modes 2021-03-24 20:36:42 +01:00
Jindra Petřík 5a4c9f34cc gnujpdf gradient transparency 2021-03-24 20:36:42 +01:00
Jindra Petřík cea421a54e gnujpdf RadialGradientPaint - cycle mode reflect and repeat
transparent gradient testdata
2021-03-24 20:36:42 +01:00
Jindra Petřík 127427d451 gnujpdf - LinearGradientPaint reflect, repeat cycle mode 2021-03-24 20:36:42 +01:00
Jindra Petřík 93a07866a1 gnujpdf TexturePaint 2021-03-24 20:36:42 +01:00
Jindra Petřík 2025b2737f gnujpdf disable gradientpaint REFLECT, REPEAT 2021-03-24 20:36:42 +01:00
Jindra Petřík 607d8521b4 gnujpdf transparent colors
gnujpdf clipping fix
gnujpdf matrix number format fix
2021-03-24 20:36:42 +01:00
Jindra Petřík 4dacc10805 gnujpdf pattern fix 2021-03-24 20:36:42 +01:00
Jindra Petřík a34477c25c gnujpdf fix setTransform rounding, drawrect, fillrect 2021-03-24 20:36:42 +01:00
Jindra Petřík 7c9a3b059a gnujpdf drawImage reverse fix
gnujpdf transparent images
2021-03-24 20:36:42 +01:00
Jindra Petřík 9571de6858 gnujpdf drawImage correct position 2021-03-24 20:36:42 +01:00
Jindra Petřík 4498554a88 gnujpdf proper string escaping 2021-02-26 22:46:28 +01:00
Jindra Petřík 924ade7bff gnujpdf gradient fills 2021-02-24 19:55:59 +01:00
Jindra Petřík fe5e1cddd6 gnujpdf cwh fix 2021-02-24 19:55:59 +01:00
Jindra Petřík 70e8d132b0 gnujpdf code clean 2021-02-24 19:55:59 +01:00
Jindra Petřík 82372d15e8 gnujpdf unused imports 2021-02-24 19:55:59 +01:00
Jindra Petřík a6bdac7a99 gnujpdf add override notation 2021-02-24 19:55:59 +01:00