• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

davidbyttow / govips
39%

Build:
DEFAULT BRANCH: master
Repo Added 04 Jan 2017 04:44AM UTC
Files 19
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0.4.4
  • c_format
  • david/fix-tests
  • david/minor-cleanups
  • david/revert-obsoletion
  • davidbyttow/fix-gnu-warnings
  • dependabot/go_modules/golang.org/x/image-0.10.0
  • dependabot/go_modules/golang.org/x/image-0.18.0
  • dependabot/go_modules/golang.org/x/image-0.5.0
  • dependabot/go_modules/golang.org/x/net-0.17.0
  • dependabot/go_modules/golang.org/x/net-0.23.0
  • dependabot/go_modules/golang.org/x/net-0.7.0
  • dependabot/npm_and_yarn/examples/tiff/minimist-1.2.6
  • dependabot/npm_and_yarn/examples/tiff/semver-7.5.3
  • dependabot/npm_and_yarn/examples/tiff/semver-7.5.4
  • dependabot/npm_and_yarn/examples/tiff/sharp-0.30.5
  • dependabot/npm_and_yarn/examples/tiff/sharp-0.32.6
  • dependabot/npm_and_yarn/examples/tiff/simple-get-4.0.1
  • devops-update
  • devops-update2
  • export_params
  • export_tiff
  • fix-#144
  • fix/247-test-reorg
  • fix/275-cmyk-icc-profile
  • fix/287-grey-gradient
  • fix/306-transparent-canvas
  • fix/350-animated-resize-rounding
  • fix/359-gif-quality-docs
  • fix/381-loop-metadata
  • fix/457-jxl-detection
  • fix/463-tiff-tile-zero
  • fix/489-480-image-interop
  • fix/c-code-bugs
  • fix/ci-go-version
  • fix/keepalive-cgo
  • fix/memory-leaks
  • fix/minor-cleanup
  • fix/quick-wins
  • fix/readme-deprecated-api
  • fix/remove-incorrect-defers
  • fix/replace-deprecated-getpageheight
  • fix/startup-error-handling
  • fix/test-panics-to-fatal
  • fix_21
  • fix_embed_alpha
  • gobject_save
  • goldentests
  • images
  • import_params
  • importparams
  • jake/webp-shrink-on-load
  • jammy-ref
  • logging
  • mac_version
  • merge-files
  • newgoldens
  • reduce-handwritten-c-bridge-code
  • refresh
  • refs/tags/2.10.0
  • refs/tags/v2.1.0
  • refs/tags/v2.10.0
  • refs/tags/v2.11.0
  • refs/tags/v2.12.0
  • refs/tags/v2.13.0
  • refs/tags/v2.14.0
  • refs/tags/v2.15.0
  • refs/tags/v2.17.0
  • refs/tags/v2.2.0
  • refs/tags/v2.3.0
  • refs/tags/v2.3.1
  • refs/tags/v2.4.0
  • refs/tags/v2.5.0
  • refs/tags/v2.6.0
  • refs/tags/v2.7.0
  • refs/tags/v2.8.0
  • refs/tags/v2.8.1
  • refs/tags/v2.9.0
  • revert-merge
  • test/tier1-coverage
  • toni-test
  • toni-testing
  • tonimelisma-doubleunref
  • tonimelisma-patch-1
  • update
  • v2.0.0
  • v2.0.1
  • v2.0.2
  • vipsgen
  • worktree-fix-avis-detection

19 Mar 2026 02:46AM UTC coverage: 39.097% (-0.06%) from 39.153%
23277364839

push

github

web-flow
Replace internal usage of deprecated GetPageHeight with PageHeight (#521)

GetPageHeight() is deprecated in favor of PageHeight(). This updates
all internal callers and tests to use the current API.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

2 of 2 new or added lines in 1 file covered. (100.0%)

4 existing lines in 1 file now uncovered.

2797 of 7154 relevant lines covered (39.1%)

0.42 hits per line

Relevant lines Covered
Build:
Build:
7154 RELEVANT LINES 2797 COVERED LINES
0.42 HITS PER LINE
Source Files on master
  • Tree
  • List 19
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23277364839 master Replace internal usage of deprecated GetPageHeight with PageHeight (#521) GetPageHeight() is deprecated in favor of PageHeight(). This updates all internal callers and tests to use the current API. Co-authored-by: Claude Opus 4.6 (1M context) <n... push 19 Mar 2026 02:49AM UTC web-flow github
39.1
23277376562 master Replace panic() with t.Fatal() in test helpers (#522) Test helpers should use proper test failure reporting instead of panicking. This gives better error output and doesn't crash the test runner. Co-authored-by: Claude Opus 4.6 (1M context) <nor... push 19 Mar 2026 02:48AM UTC web-flow github
39.1
23277379174 master Return error from startupIfNeeded instead of panicking (#523) startupIfNeeded() is called from internal code paths where a panic is unexpected. Now returns an error so callers can handle it gracefully. Co-authored-by: Claude Opus 4.6 (1M context... push 19 Mar 2026 02:48AM UTC web-flow github
38.99
23277363778 master Update README example to use current export API (#520) The example used NewDefaultJPEGExportParams() and Export(), both deprecated. Switches to NewJpegExportParams() and ExportJpeg(). Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthrop... push 19 Mar 2026 02:48AM UTC web-flow github
39.15
23277362482 master Update CI: align Go version with go.mod and bump action versions (#519) Go version floor was 1.21 but go.mod requires 1.23. Also bumps setup-go and checkout actions to latest major versions. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@... push 19 Mar 2026 02:48AM UTC web-flow github
39.15
23276472027 master Update supported libvips version from 8.10 to 8.14 (#518) govips v2.17.0 supports some more `vips_text` functionality as of https://github.com/davidbyttow/govips/pull/464 - however this means we now require libvips 8.14 to build. Tested on Debia... push 19 Mar 2026 02:14AM UTC web-flow github
39.15
23069647094 master Add WebP shrink-on-load support via scale parameter (#516) Expose the libvips webpload "scale" parameter as WebpScaleFactor on ImportParams, allowing callers to downscale WebP images during decode. Co-Authored-By: Jake Champion <jake@JakeChampio... push 13 Mar 2026 08:42PM UTC davidbyttow github
39.15
22742360329 master Add animated AVIF (avis) detection support (#513) Fixes #509. The isAVIF function only matched the static "avif" brand in the ftyp box. Animated AVIF files use the "avis" brand, which was unrecognized, causing DetermineImageType to return unknown... push 06 Mar 2026 12:04AM UTC web-flow github
36.72
22742310987 master Remove incorrect defers that would free internal vips pointers (#511) * Remove incorrect defer in vipsImageGetMetaLoader get_meta_loader wraps vips_image_get_string which returns an internal vips pointer that must not be freed by the caller. The... push 06 Mar 2026 12:02AM UTC web-flow github
36.71
22742313558 master Minor cleanup: fix typo and remove stale TODO (#514) * Fix typo: "checkes" -> "checks" in Scalar.IsZero doc comment Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Remove stale TODO comment on PngExportParams.Profile The field is par... push 06 Mar 2026 12:02AM UTC web-flow github
36.71
See All Builds (623)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc