Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release unipdf v3.2.0 #165

Merged
merged 17 commits into from
Sep 8, 2019
Merged

Release unipdf v3.2.0 #165

merged 17 commits into from
Sep 8, 2019

Conversation

gunnsth
Copy link
Contributor

@gunnsth gunnsth commented Sep 7, 2019

This change is Reviewable

gunnsth and others added 14 commits August 4, 2019 18:39
Merge master into development following v3.1.1 release
* Add extract images test case, with memory profiling
* Use TotalAlloc insted of Alloc for memory profiling
* Remove calls to debug.FreeOSMemory from test cases
* Add ColorAt method for images
* Avoid resample on image to Go image conversion
* Avoid resample when converting grayscale image to RGB
* Preserve old behavior of image to Go image conversion
* Add missing case in the ToGoImage method
* Fix grayscale to RGB image conversion
* Improve code documentation
* Fix color extraction for CMYK and 4 bit RGB
* Add test case for the ColorAt image method
* Avoid resampling when converting CMYK image to RGB
* Add notice comment for the GetSamples/SetSamples image methods
* Fixing platform indepenedent integer size
* Cleared test logs.
* Cleared unnecessary int32
* Defined precise integer size for jbig2 segments.
Merge master into development
* initial commit to add action support
* Add support for all actions as defined in the specs
* Implement filespec for actions
* Add url filespec test
* update file test
* Implement remarks + add tests
* Take decode arrays into account when processing grayscale images
* Adapt image extraction test case hashes
* Minor refactoring in the ColorAt image method
* Always return vanilla data from the jbig2 decoder
* Add Travis integration
* Improve Travis build_examples script
* Use local unipdf package when building examples
* Fix loading composite fonts when no glyph names are provided
* Make handling of unsupported runes consistent between paragraph components
@CLAassistant
Copy link

CLAassistant commented Sep 7, 2019

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Sep 7, 2019

Codecov Report

Merging #165 into master will increase coverage by 7.28%.
The diff coverage is 82.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #165      +/-   ##
==========================================
+ Coverage   56.19%   63.48%   +7.28%     
==========================================
  Files         187      189       +2     
  Lines       33644    34412     +768     
==========================================
+ Hits        18906    21845    +2939     
+ Misses      12316    12059     -257     
+ Partials     2422      508    -1914
Impacted Files Coverage Δ
internal/jbig2/decoder/huffman/encoded_table.go 0% <0%> (ø) ⬆️
internal/jbig2/segments/table_segment.go 0% <0%> (ø) ⬆️
internal/jbig2/segments/eos.go 0% <0%> (ø) ⬆️
internal/jbig2/decoder/mmr/rundata.go 79.41% <100%> (+6.86%) ⬆️
internal/jbig2/segments/region.go 85% <100%> (+15%) ⬆️
internal/jbig2/decoder/huffman/standard_table.go 86.48% <100%> (+2.7%) ⬆️
internal/jbig2/segments/halftone-segment.go 74.66% <100%> (+12.88%) ⬆️
internal/e2etest/memory_measure.go 100% <100%> (ø) ⬆️
core/encoding.go 57.38% <100%> (+12.84%) ⬆️
internal/jbig2/decoder/arithmetic/arithmetic.go 87.83% <100%> (+11.23%) ⬆️
... and 155 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4187510...681e4c2. Read the comment docs.

@gunnsth gunnsth merged commit 47ae7e2 into master Sep 8, 2019
@gunnsth gunnsth deleted the release/v3.2.0 branch September 8, 2019 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants