Lovell Fuller
20ba0f49dd
Changelog entry and doc refresh for #2397
2020-10-08 10:05:39 +01:00
beig
c213e9878d
Add centre/center option to tile-based output ( #2397 )
2020-10-08 09:51:54 +01:00
Edward Silverton
eff36dc09f
Add IIIF layout support to tile-based output ( #2098 )
2020-03-18 13:27:54 +00:00
Brendan Kennedy
d5b7040557
Ensure tile overlap option works as expected ( #1921 )
2019-10-30 20:02:07 +00:00
Lovell Fuller
9c7f6fcb2b
Replace deprecated URL parser
...
Fix up various linter errors
2019-09-22 22:46:48 +01:00
RaboliotTheGrey
6c02949fc1
Add skipBlanks support for tile layout ( #1687 )
2019-07-12 12:02:51 +01:00
Alun Davies
b5b95e5ae1
Expose depth option for tile-based output ( #1342 )
2018-08-18 15:09:53 +01:00
Lovell Fuller
6d2da2b3ba
Switch unzip test dependency for Node 10 support
2018-04-25 20:37:10 +01:00
Andrea Bianco
f86ae79fdb
Expose angle option in tile feature ( #1121 )
2018-02-18 20:00:08 +01:00
Lovell Fuller
27fb864ac4
Update dev deps, deconstify all the functions, API doc refresh
2017-03-31 21:42:23 +01:00
Lovell Fuller
dd9d66ef20
Update output docs to include tile image format.
...
Correct some of the JPEG output option type defs.
2016-11-13 21:03:18 +00:00
Patrick Paskaris
bc84d1e47a
Allow PNG and WebP tile-based output in addition to JPEG ( #622 )
2016-11-13 20:36:43 +00:00
Lovell Fuller
a7b024d4fa
Tile-based output filename may not exist, check g_stat return value
2016-11-06 14:31:32 +00:00
Lovell Fuller
8717ecc429
Modularise JS source in 'lib' subdirectory.
...
Generate public API documention via jsdoc comments.
2016-11-02 09:25:20 +00:00
Lovell Fuller
36e636dca1
Drop support for versions of Node prior to v4.
...
Reduce production (sub)depedency count from 93 to 50.
Modernise dev tooling, e.g. use nyc, replace jshint with semistandard.
Make 'npm test' command consistent across platforms.
2016-11-02 09:25:20 +00:00
Lovell Fuller
eb30f6ceff
Upgrade libvips to v8.4.2
...
Improved EXIF orientation and GIF alpha channel support
2016-11-02 09:25:20 +00:00
Felix Bünemann
b224874332
Add support for writing dz format to zip container ( #402 )
...
To enable this you can either use the `.zip` or `.szi` file extensions
or use `.tile({container: 'zip'})` with the `.dzi` extension.
2016-04-08 19:58:13 +01:00
Lovell Fuller
38ddb3b866
Add support for Zoomify and Google tile layouts
...
Breaks existing tile API
2016-03-03 20:39:38 +00:00
Lovell Fuller
11329d5e09
Expose control of the number of open files in libvips' cache.
...
Breaks API of existing cache method.
Disable libvips cache for I/O tests.
2016-02-03 17:48:22 +00:00
Lovell Fuller
5febce7a59
Remove executable bit from test/* file permissions
2015-11-21 23:05:48 +00:00
Lovell Fuller
a0655806de
No need to remove dzi file extension
...
libvips handles this - ensures filenames containing . work
2015-04-19 21:08:15 +01:00
Lovell Fuller
5781a23a4d
Combine new tile* API methods
...
Use v7.40.0+ libvips loader methods
Separate Openslide as input vs Deep Zoom as output
Split tile-based tests into new file
Added assertions for generated tile size
2015-03-12 15:39:27 +00:00