1559 Commits

Author SHA1 Message Date
Peter Williams
07958431c1 Set defaults for ICC colorspace ranges and added a test for it to image_test.go 2019-01-31 15:18:17 +11:00
Adrian-George Bostan
c8a02ea6b2 Improve rendering modes test 2019-01-30 20:52:41 +02:00
Adrian-George Bostan
a0f033ef2c Add styled paragraph text rendering modes test 2019-01-30 20:37:54 +02:00
Adrian-George Bostan
b86acf161f Add TextStyle text rendering mode property 2019-01-30 20:10:51 +02:00
Gunnsteinn Hall
3121645d50
Merge pull request #330 from unidoc/v3-extract-images-with-position
Extract images with position in package extractor (v3)
2019-01-30 17:31:07 +00:00
Gunnsteinn Hall
ff44143f46 Address PR review comments 2019-01-29 22:46:45 +00:00
Gunnsteinn Hall
cd7f589652 Merge branch 'v3-extract-images-with-position' of ssh://github.com/unidoc/unidoc into v3-extract-images-with-position 2019-01-28 23:33:17 +00:00
Gunnsteinn Hall
77840ff66f Add more test cases for image extraction, including inline and multi images. 2019-01-28 23:32:51 +00:00
Gunnsteinn Hall
1824e4645b
Merge branch 'v3' into v3-extract-images-with-position 2019-01-28 22:45:12 +00:00
Gunnsteinn Hall
6b4edc46ea Test case with nested transform matrices. Use testify to make tests cleaner. 2019-01-28 22:43:53 +00:00
Gunnsteinn Hall
4078900f07 Fix image caching mechanism. Check for nils. 2019-01-28 22:40:40 +00:00
Gunnsteinn Hall
2253e29a12
Merge pull request #329 from unidoc/v3-integration-testing
Integration test coverage
2019-01-28 17:35:46 +00:00
Gunnsteinn Hall
18bacd0f18 Update Jenkinsfile with ghostscript for validation 2019-01-28 12:48:30 +00:00
Gunnsteinn Hall
15e8d63901 Update codecov.yml
New baseline
2019-01-28 11:32:41 +00:00
Gunnsteinn Hall
b5714c231b Address review feedback 2019-01-28 11:21:17 +00:00
Gunnsteinn Hall
24dbf33807
Merge branch 'v3' into v3-integration-testing 2019-01-25 16:47:12 +00:00
Gunnsteinn Hall
1dd3de866e
Merge pull request #331 from adrg/compression-issues
Compression issues
2019-01-25 13:52:20 +00:00
Gunnsteinn Hall
d6a52770c5
Merge branch 'v3' into compression-issues 2019-01-25 13:27:48 +00:00
Adrian-George Bostan
dc19f8ef66 Additional refactoring 2019-01-25 13:42:11 +02:00
Adrian-George Bostan
8edd2fca27 Minor refactoring 2019-01-25 13:29:36 +02:00
Adrian-George Bostan
bf695505b1 Prevent encoding infinite loop 2019-01-24 22:46:26 +02:00
Adrian-George Bostan
5ea259d0f3 Update image encoder on scale optimization 2019-01-24 22:24:34 +02:00
Adrian-George Bostan
c9d9b7dee7 Add NewGrayImageFromGoImage method 2019-01-24 22:23:54 +02:00
Adrian-George Bostan
fc21d4820d Set Width, Height and BitsPerComponent safely for XObjectImage 2019-01-24 22:23:05 +02:00
Adrian-George Bostan
b477c1430f Add UpdateParams method to StreamEncoder 2019-01-24 22:22:11 +02:00
Adrian-George Bostan
195105ee56 Improve code documentation 2019-01-23 18:57:01 +02:00
Gunnsteinn Hall
b097f8b98a Address style guidelines 2019-01-23 10:10:35 +00:00
Gunnsteinn Hall
fe1f107ee2 Cleanup for PR 2019-01-23 10:06:34 +00:00
Gunnsteinn Hall
f9882d0f73 Update test coverage threshold 2019-01-23 10:02:26 +00:00
Gunnsteinn Hall
e4d4f68e2b Cleanup headers and whitespace 2019-01-23 10:00:24 +00:00
Gunnsteinn Hall
b0cbbf2dfb Update extractor const.go 2019-01-23 09:32:51 +00:00
Gunnsteinn Hall
3a2b2fa572 Blueprint for testing image extractor 2019-01-23 09:32:51 +00:00
Gunnsteinn Hall
3e52ad989c Image extration support in extractor package. Implements #317 . 2019-01-23 09:32:51 +00:00
Gunnsteinn Hall
1bf2de736f Update Jenkinsfile - set environment vars for e2e testing 2019-01-23 09:31:14 +00:00
Gunnsteinn Hall
20a4376245 Update Jenkinsfile - Include integration tests and update test coverage calculations 2019-01-23 09:31:14 +00:00
Gunnsteinn Hall
9b0a195228 Add e2etest with passthrough and allobjects application tests (e2etest) 2019-01-23 09:31:14 +00:00
Gunnsteinn Hall
fa5feefc69
Merge pull request #328 from peterwilliams97/matrix.fixes
Corrected order of matrix multiplication for cm operator.
2019-01-23 09:25:33 +00:00
Gunnsteinn Hall
4d2d4ea0ba
Update matrix.go 2019-01-23 08:55:12 +00:00
Adrian-George Bostan
83052bbc62 Account 1-bit/2-bit color images 2019-01-22 20:11:15 +02:00
Adrian-George Bostan
5236747cc6 Fix colorspace of scaled image 2019-01-22 19:11:14 +02:00
Gunnsteinn Hall
e81861e171
Merge branch 'v3' into matrix.fixes 2019-01-22 13:00:02 +00:00
Gunnsteinn Hall
caca4b4536
Merge pull request #320 from unidoc/v3-predictor-fixes
Fix for PNG predictor issues.  Fixes #313.
2019-01-22 12:58:02 +00:00
Gunnsteinn Hall
3bd2564d94
Merge branch 'v3' into v3-predictor-fixes 2019-01-22 08:47:02 +00:00
Peter Williams
e68c15d31c Corrected order of matrix multiplication for cm operator.
The change to Matrix.Concat made for this fix simplified some text extraction matrix code.
2019-01-22 18:18:27 +11:00
Denys Smirnov
952b15c91d model: reimplement adaptive encoding 2019-01-19 19:52:08 +02:00
Gunnsteinn Hall
094d2038c8 Fix 2019-01-18 17:41:51 +00:00
Gunnsteinn Hall
33d17ce9aa
Merge pull request #321 from adrg/pdf-outlines
Add Creator support for outlines
2019-01-18 14:33:20 +00:00
Adrian-George Bostan
f6ab87c50e Minor refactoring 2019-01-18 15:48:54 +02:00
Gunnsteinn Hall
7ad11847c8 Return an error if try to invoke Appender Write twice. Fix bug when writing to a buffer. 2019-01-18 01:19:24 +00:00
Gunnsteinn Hall
54a3217b25 Improve documentation in appender.go 2019-01-17 23:55:27 +00:00