Lovell Fuller
|
96a994a4c0
|
Move functions to improve logical ordering of docs
|
2020-01-03 20:58:57 +00:00 |
|
Lovell Fuller
|
a216d2945b
|
Upgrade to libvips v8.9.0-rc4, drop support for Node.js 8
|
2020-01-03 20:26:55 +00:00 |
|
Lovell Fuller
|
703d90e663
|
Docs: add example of using metadata and resize to scale
|
2019-12-16 21:15:49 +00:00 |
|
Lovell Fuller
|
d31a91a599
|
Expose raw TIFFTAG_PHOTOSHOP metadata #1600
|
2019-11-29 13:05:07 +00:00 |
|
Lovell Fuller
|
c41b87303d
|
Ensure trim op supports image-in-alpha #1597
|
2019-11-14 11:29:45 +00:00 |
|
Brendan Kennedy
|
d5b7040557
|
Ensure tile overlap option works as expected (#1921)
|
2019-10-30 20:02:07 +00:00 |
|
Lovell Fuller
|
efb3523eaa
|
Remove duplicate validation from resize background
|
2019-10-26 23:13:12 +01:00 |
|
Paul Neave
|
08a6597626
|
Add background option to tile output operation (#1924)
|
2019-10-25 14:30:33 +01:00 |
|
Lovell Fuller
|
e627f6d68d
|
Docs: clarify that input 'path' refers to the filesystem
|
2019-10-05 08:43:40 +01:00 |
|
Lovell Fuller
|
5a9b6c8afd
|
Tighten validation of page/pages constructor options
|
2019-10-03 16:41:32 +01:00 |
|
Lovell Fuller
|
ba46ad1fd9
|
Docs: mention removal of metadata in output methods
|
2019-09-25 16:56:52 +01:00 |
|
Lovell Fuller
|
9c7f6fcb2b
|
Replace deprecated URL parser
Fix up various linter errors
|
2019-09-22 22:46:48 +01:00 |
|
Raboliot le gris
|
fb5c393fbd
|
Allow instance reuse with differing toBuffer options (#1860)
|
2019-09-08 14:35:16 +01:00 |
|
Lovell Fuller
|
69fe21a7ec
|
Ensure invalid resize width/height as options throw #1817
|
2019-08-16 21:21:12 +01:00 |
|
Lovell Fuller
|
da4e05c118
|
Better validation and test coverage for background colours
|
2019-08-16 20:37:17 +01:00 |
|
Lovell Fuller
|
e4333ff6b0
|
Changelog entry, credit and doc update for #1835
|
2019-08-14 20:17:31 +01:00 |
|
Andargor
|
4ae8999f62
|
Add premultiplied option to composite operation (#1835)
|
2019-08-14 19:01:23 +01:00 |
|
Julian Aubourg
|
5bfcf61a6f
|
Allow use of heic/heif identifiers with toFormat (#1834)
|
2019-08-12 21:36:56 +01:00 |
|
Lovell Fuller
|
417cca6e0d
|
Use libvips built-in ICC profiles when required #1619
|
2019-07-29 14:16:21 +01:00 |
|
Ilya Ovdin
|
690bc43abe
|
Fix rotate/extract ordering for non-90 angles (#1755)
|
2019-07-26 20:28:45 +01:00 |
|
Lovell Fuller
|
6cf0b3240d
|
Simplify 'this' in IO pipeline using arrow functions
|
2019-07-26 19:19:21 +01:00 |
|
Lovell Fuller
|
233b015d77
|
Improve consistency of validation error handling
Utilises common path of existing invalidParameterError
|
2019-07-26 14:58:54 +01:00 |
|
Lovell Fuller
|
36e8a3da88
|
Expose libwebp smartSubsample and reductionEffort #1545
|
2019-07-14 22:52:38 +01:00 |
|
Lovell Fuller
|
119d16cad3
|
Ignore test coverage on more esoteric code paths
|
2019-07-14 21:52:29 +01:00 |
|
RaboliotTheGrey
|
6c02949fc1
|
Add skipBlanks support for tile layout (#1687)
|
2019-07-12 12:02:51 +01:00 |
|
Lovell Fuller
|
b737d4601e
|
Add experimental support for HEIF images #1105
Requires a custom, globally-installed libvips compiled with libheif
|
2019-07-04 13:21:32 +01:00 |
|
Lovell Fuller
|
628996846d
|
Allow use of failOnError with Stream-based input #1691
|
2019-06-26 19:37:27 +01:00 |
|
Lovell Fuller
|
631a3597c7
|
Upgrade to libvips v8.8.0, remove deprecated overlayWith
|
2019-06-26 18:32:53 +01:00 |
|
Lovell Fuller
|
7ae0512b9b
|
Docs: clarify some output features require custom libvips
|
2019-04-25 11:39:30 +01:00 |
|
Lovell Fuller
|
687795c801
|
Enhancement to and changelog entry for #1638
Remove bindings dependency as this isn't really... required
|
2019-04-02 20:39:06 +01:00 |
|
Sidhartha Chatterjee
|
2e0fbbb942
|
Add warning if sharp bindings aren't built correctly (#1638)
|
2019-04-02 17:00:55 +01:00 |
|
Lovell Fuller
|
6032171f91
|
Docs: clarify use of integral pixel values for extract
|
2019-04-01 20:06:46 +01:00 |
|
Jakub Michálek
|
3f4398457f
|
Change docs for composite to reflect how create works (#1623)
|
2019-03-25 07:45:46 +00:00 |
|
Jakub Michálek
|
b494b2e872
|
Add brightness, saturation and hue modulation #609 (#1601)
|
2019-03-25 07:44:07 +00:00 |
|
Lovell Fuller
|
83cdb558f6
|
Allow Stream-based input of raw pixel data #1579
|
2019-03-18 20:15:18 +00:00 |
|
Lovell Fuller
|
9cc06c887b
|
Add support for pages option for multi-page input #1566
|
2019-03-17 16:37:27 +00:00 |
|
Lovell Fuller
|
6387fb79b1
|
Small improvements to input and install docs, bump deps
|
2019-03-15 15:48:55 +00:00 |
|
Lovell Fuller
|
1e4597c284
|
Changelog entry for #1595 (plus add GIF)
|
2019-03-10 17:26:26 +00:00 |
|
Lovell Fuller
|
7cafd4386c
|
Add composite op, supporting multiple images and blend modes #728
|
2019-03-09 22:46:23 +00:00 |
|
Lovell Fuller
|
e3549ba28c
|
Remove functions previously deprecated in v0.21.0
background, crop, embed, ignoreAspectRatio, max, min, withoutEnlargement
|
2019-03-01 23:43:35 +00:00 |
|
Lovell Fuller
|
d1bbe62e52
|
Rename armv8 as arm64v8 to match Node's process.arch
|
2019-03-01 23:43:35 +00:00 |
|
Fabrizio Ruggeri
|
5afe02be60
|
Allow page input option to be set for PDF (#1595)
|
2019-03-01 23:29:34 +00:00 |
|
Jack Cross
|
2262959673
|
Docs: add missing comma to extend example (#1588)
|
2019-02-27 11:03:02 +00:00 |
|
Lovell Fuller
|
ba3f914445
|
Document support for animated WebP in metadata pages
|
2019-01-27 21:01:49 +00:00 |
|
Lovell Fuller
|
98e90784f4
|
Docs: overlay parameter of overlayWith is optional
|
2019-01-19 14:11:54 +00:00 |
|
Lovell Fuller
|
d5e98bc8ad
|
Split file-based input errors into missing vs invalid #1542
|
2019-01-19 11:59:36 +00:00 |
|
Lovell Fuller
|
fa69ff773a
|
Input image decoding fail fast by default
|
2019-01-18 19:25:55 +00:00 |
|
Lovell Fuller
|
98797445de
|
Expose PNG output options requiring libimagequant #1484
|
2019-01-13 09:06:05 +00:00 |
|
Lovell Fuller
|
4c01a099ea
|
Add ensureAlpha op, adds alpha channel if missing #1153
|
2019-01-05 21:12:33 +00:00 |
|
Lovell Fuller
|
f5d3721fe0
|
Doc refresh for #1205
|
2019-01-02 19:04:49 +00:00 |
|