Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OpenSeadragon

An open-source, web-based viewing technology for high-resolution zoomable images.
Collective - Host: opensource - https://opencollective.com/openseadragon - Website: https://openseadragon.github.io - Code: https://github.com/openseadragon

Merge pull request #205 from mshaw42/master

OpenSeadragon In The Wild - link updates

github.com/openseadragon/site-build - 042c67f57970a314565eb85e7dd0338f2842d49b authored almost 6 years ago
In The Wild link tidy up - Art/Photography section

Removed and corrected broken links in the Art/Photography section of OpenSeadragon - In the Wild...

github.com/openseadragon/site-build - ed60d59b40d4c26874a7538ef161eae318853f9d authored almost 6 years ago
In The Wild: Maggie Shaw - The online gallery

Added link to OpenSeadragon In The Wild: Maggie Shaw - The online gallery (https://www.maggie-sh...

github.com/openseadragon/site-build - f30a2a65e5f767b892cc234011c2789f51b8b48d authored almost 6 years ago
Updated #1595 changelog

github.com/openseadragon/openseadragon - 6426f6fc21d2b5fe6ca8a52bbd6ce2b0769cdd11 authored almost 6 years ago
Changelog for #1595

github.com/openseadragon/openseadragon - 71e3c08116e2665332f2a5902e9f6ddde1fae675 authored almost 6 years ago
Merge pull request #1595 from doutsh/pr/imagesmoothing

[WIP] Fixing "imageSmoothingEnabled" resetting to 'True' (should fix #1593)

github.com/openseadragon/openseadragon - d003aab06ff516f64f9e611bd86a504ab45fb476 authored almost 6 years ago
Moved property from prototype to constructor and renamed private function

github.com/openseadragon/openseadragon - 712e3d8dd17f1e3c7a5da0495f0963fd834fd8bd authored almost 6 years ago
split setImageSmoothingEnabled into private and public parts, change floor to round

github.com/openseadragon/openseadragon - ef068e9229e77bc4eb525b84ac91aedbace73439 authored almost 6 years ago
imageSmoothingEnabled is being set to correct value after resize

github.com/openseadragon/openseadragon - 1e538e665d55bcada2ffae744e7b8fc33162bb5b authored about 6 years ago
WIP: _calculateCanvasSize outputs are floored, but imageSmoothingEnabled is still initalized on resize

github.com/openseadragon/openseadragon - 578ff36a065264246e8f29be963b238ed05209e8 authored about 6 years ago
Merge pull request #204 from seanthaswan/master

Added "The Majesty Thirty Six Views of Mt. Fuji"

github.com/openseadragon/site-build - e1383e413fc5e77cdd8859b661e10bd8f3790319 authored about 6 years ago
Added "The Majesty Thirty Six Views of Mt. Fuji", an interactive gallery, to the "In the Wild" page.

github.com/openseadragon/site-build - 3cb9fc69ce594e611d8c43d74bbcdbb67eeb6490 authored about 6 years ago
Merge pull request #203 from joshua-gould/master

Added plugin

github.com/openseadragon/site-build - 4b023cd3f9f28b4aec64594ac2e2400f22b4abc9 authored about 6 years ago
Merge pull request #1577 from openseadragon/update

Updating to latest NPM dependencies.

github.com/openseadragon/openseadragon - 869a3f6a134cdd143347b215a5da7796f8a7356d authored about 6 years ago
Updating to latest NPM dependencies.

github.com/openseadragon/openseadragon - f805974a0405b605bda72007b4451b8dd2af3cd5 authored about 6 years ago
Changelog for #1562.

github.com/openseadragon/openseadragon - 81a634a61845aac973cf6b7d00ee0dcbbaf968ea authored over 6 years ago
Merge pull request #1562 from 96dpi/master

Fixed issue #1557: Typo in viewer.js

github.com/openseadragon/openseadragon - a6e10e4ac4d89fb5ded7684222c18d7c1162a0bb authored over 6 years ago
Fixed issue #1557: Typo in viewer.js

Fixed a typo in areControlsEnabled

github.com/openseadragon/openseadragon - 21cfb0acf41ddc1e4ba04d66ee833dbfc7b80730 authored over 6 years ago
Merge pull request #1560 from superbland/disable_empty_label

Don't insert label element until this feature is fully implemented.

github.com/openseadragon/openseadragon - 6f54c67baeb8b11ed585bac6651c00e448f23da9 authored over 6 years ago
Don't insert label element until this feature is fully implemented.

github.com/openseadragon/openseadragon - 3049a81c94e0088abef766e7f0f7e647e8bd6870 authored over 6 years ago
Merge pull request #1556 from stweil/lgtm

Add missing space between sentences in error message

github.com/openseadragon/openseadragon - f6559e6c170e4429417a55ff9b7a6219f323e7e5 authored over 6 years ago
Add missing space between sentences in error message

This fixes an issue reported by LGTM:

This string appears to be missing a space after 'depr...

github.com/openseadragon/openseadragon - 3227a152eb4cb293e3c73e93fcfb99dae3a6e485 authored over 6 years ago
Merge pull request #202 from antonioxdias/master

Added OpenSeadragonHTMLelements plugin to the list

github.com/openseadragon/site-build - 0d63cdab413a0be9832c75fbce14f475c6386e95 authored over 6 years ago
Added OpenSeadragonHTMLelements plugin to the list

github.com/openseadragon/site-build - e54a1f57d2070bad3d0b17794a22ff8a325ed22c authored over 6 years ago
Merge pull request #1549 from nelsonn3c/fix-flip-slides-when-using-opacity-and-multiple-slides

Fix flip slides when using opacity and multiple slides

github.com/openseadragon/openseadragon - 65c8ff71a28cbe53556fc32aecd44f21ec7abb9a authored over 6 years ago
Clean unnecessary code.

Clean tiled image's flip property and methods.

github.com/openseadragon/openseadragon - dc8331e6411f877ef9fe577d6159df14b42c8038 authored over 6 years ago
Fix undefined return from getFlip

Navigator setFlip was looking for tiledImage flip state using the getFlip method.
The item this....

github.com/openseadragon/openseadragon - 546efcc1dbafac20caee6ac11ae55d12311dc9a3 authored over 6 years ago
Fix flipped debug drawing context

github.com/openseadragon/openseadragon - 4fe5a841704162db2cd2a72a29a4f63368cce687 authored over 6 years ago
Fix navigator flip transformation

Flip transformation wasn't correctly applied on navigator for all images when its tileSource is ...

github.com/openseadragon/openseadragon - 2670f62892d725278140e519b69f179320444497 authored over 6 years ago
Create getFlip function to retrieve tiledImage flipped state

github.com/openseadragon/openseadragon - 132c68c8bb55f8a0233905e36992cec83a13a356 authored over 6 years ago
Fix navigator flipped drag and click handlers

github.com/openseadragon/openseadragon - bfd170689d76bc58dc45fb5987bc30af129765d2 authored over 6 years ago
Fix drawer clearance bounds

github.com/openseadragon/openseadragon - cf20d9fb43bb6f301ebc368ea1c025c19335641c authored over 6 years ago
Moved flip call to the end of drawTiles method. Just code backup

github.com/openseadragon/openseadragon - 7a7ba07902d4745125a719b0f92995e4145706d6 authored over 6 years ago
Code backup. Bug Semi-fix.

github.com/openseadragon/openseadragon - 49e3ef6885405f8485d0e7380bd5258540aff4c7 authored over 6 years ago
Merge pull request #1 from openseadragon/master

Update Master

github.com/openseadragon/openseadragon - ab98173a135877060cae694539ad2dae4636c179 authored over 6 years ago
Merge pull request #1535 from UCLALibrary/timeout-configuration

ImageJob timeout configuration debugging help

github.com/openseadragon/openseadragon - defc2ccded1f42d8658e1ce638451e274e50cb25 authored over 6 years ago
Improved ImageJob timeout error logging

github.com/openseadragon/openseadragon - f94aa78cc68d335c8ee156874673f7679d787695 authored over 6 years ago
Added HTML tests for ImageJob timeout

github.com/openseadragon/openseadragon - 42060a49b542b74e71eddba88245419a256df0e5 authored over 6 years ago
Merge pull request #1529 from stweil/typos

Fix some typos in comments (found by codespell)

github.com/openseadragon/openseadragon - e72a60e5bc06d666c329508df3236061f9bbb406 authored over 6 years ago
Fix more similar typos in comments

Signed-off-by: Stefan Weil <[email protected]>

github.com/openseadragon/openseadragon - 6ea7ec261d202a92ef2f141885b08bb0c4ac7322 authored over 6 years ago
Fix typo in comment

Signed-off-by: Stefan Weil <[email protected]>

github.com/openseadragon/openseadragon - e3775acbe03b51af63ed705c9d3fb832f5986550 authored over 6 years ago
Fix some typos in comments (found by codespell)

Signed-off-by: Stefan Weil <[email protected]>

github.com/openseadragon/openseadragon - 0e2f5d49efc58d42f90873b13e23ae8c4f12450d authored over 6 years ago
In the wild and creating updates

github.com/openseadragon/openseadragon.github.com - d7f72541a1967b52ca44a7a7b7f6e003d0f2b2d1 authored over 6 years ago
Fixes for recent "in the wild" changes.

github.com/openseadragon/site-build - ddc047352f44c9a2ef83099eb8266e4358dce184 authored over 6 years ago
Merge branch 'master' of github.com:openseadragon/site-build

github.com/openseadragon/site-build - b3e72c3807e1a1a0639f04fd8d9c5f47af6d3574 authored over 6 years ago
Merge pull request #201 from joedf/patch-1

`process_jp2.py` was deprecated to `process.py`

github.com/openseadragon/site-build - 99afcd254f2fe6432b73078678b62c2040477542 authored over 6 years ago
Merge pull request #1524 from jil24/master

Adds option to set rotation increment for nav buttons and keyboard

github.com/openseadragon/openseadragon - 144befb44c427f942c46f1264247adb2a931ba4f authored over 6 years ago
`process_jp2.py` was deprecated to `process.py`

The commit: https://github.com/DDMAL/diva.js/commit/f0dd51f08c4b3c070725ac39e4de21a528c6818f
Ne...

github.com/openseadragon/site-build - bc1a9e2285242d3577cc068f8e99ee1ea6df7402 authored over 6 years ago
Adds option to set rotation increment for nav buttons and keyboard; Issue 1518

github.com/openseadragon/openseadragon - 2dd8a65e632dab7aaf0da4710a341de83551a8c2 authored over 6 years ago
Changelog for #1515.

github.com/openseadragon/openseadragon - 105801b6fa94c05c988374f9cbfd569a2043d90b authored over 6 years ago
Merge branch 'master' of github.com:openseadragon/openseadragon

github.com/openseadragon/openseadragon - 746d6f4906d0063ecb036e5a8f6be74707d67405 authored over 6 years ago
Merge pull request #1515 from Fabroh/master

Fix issue #1504

github.com/openseadragon/openseadragon - 8eee617ed44d757d5294da82fca02e57f72ee377 authored over 6 years ago
Merge pull request #1507 from jetic83/master

Enable to switch off smoothed rendering of images on canvas

github.com/openseadragon/openseadragon - 959f8e739a0666434eb02a83003c39fd88108157 authored over 6 years ago
Removed save/restore for canvas

github.com/openseadragon/openseadragon - 9511cf2d00e0b7fa995259824a5c346f6e38050c authored over 6 years ago
Repaired Minor issues

github.com/openseadragon/openseadragon - d892dcfbc7436571633892a0510784d90c0f9e73 authored over 6 years ago
Simplified imageSmoothingEnabled Option. The option can be set during viewer creation and also later with the function viewer.drawer.setImageSmoothingEnabled().

github.com/openseadragon/openseadragon - 9968025782997455fb1068f28a2e40110f9fdecb authored over 6 years ago
Revert "Added switch to smoothly or unsmoothly render images on the canvas: imageSmoothingEnabled (true (default), false). Medical images can thus be displayed in more pixelated, unsmoothed manner."

This reverts commit 19f7b80dca70fafc8d43733cfa229aae4507264b.

github.com/openseadragon/openseadragon - 17e25c0428e20dda5b373527595b67048c851391 authored over 6 years ago
Added switch to smoothly or unsmoothly render images on the canvas: imageSmoothingEnabled (true (default), false). Medical images can thus be displayed in more pixelated, unsmoothed manner.

github.com/openseadragon/openseadragon - 19f7b80dca70fafc8d43733cfa229aae4507264b authored over 6 years ago
In the Wild update 7/2018

github.com/openseadragon/site-build - 91456c4c97fd58982eb19f6d1677f0d420d8e538 authored over 6 years ago
Merge pull request #18 from avandecreme/bump_openseadragonizer

Bump OpenSeadragonizer

github.com/openseadragon/openseadragon.github.com - 7791189a066b74a33532787f4c77a5e62a3d5c4d authored over 6 years ago
Merge pull request #24 from openseadragon/update

Updating to OSD 2.4.0

github.com/openseadragon/browser-extension - c00ae4a8d708229b66648065b59f865612ee5ca6 authored over 6 years ago
Merge remote-tracking branch 'openseadragon/master' into wild-update

github.com/openseadragon/site-build - 9872406f428809d2e90412131ca15f9ae89cf1b8 authored over 6 years ago
Update to creating page for Zoomo, etc

github.com/openseadragon/openseadragon.github.com - 4a5c94ff18610986e94a4c2723e5d36d27a780f4 authored over 6 years ago
Merge pull request #198 from abrlam/master

updated zoomable entry (API available), added new site: zoomo.ca (2nd attempt)

github.com/openseadragon/site-build - 834a3ac42b83376cca692a15f2cab768736d89ca authored over 6 years ago
updated zoomable entry (API available), added new site: zoomo.ca

github.com/openseadragon/site-build - 488fe393fcaeb7b93b27f8d28e7802e72a9fe652 authored over 6 years ago
Merge pull request #17 from abrlam/master

updated zoomable entry (API available), added new site: zoomo.ca

github.com/openseadragon/openseadragon.github.com - f75089c20517c5cbad2457a86cd80172997f5d8b authored over 6 years ago
Merge branch 'master' of https://github.com/openseadragon/openseadragon

github.com/openseadragon/openseadragon - d3535804717210f698ad30a86322f6d72edc8684 authored over 6 years ago
updated zoomable entry (API available), added new site: zoomo.ca

github.com/openseadragon/openseadragon.github.com - 4dd256f6bf4a8167d4d5163ddef39071e17208d4 authored over 6 years ago
Updating to OSD 2.4.0

github.com/openseadragon/bookmark-url - 65795149ee1a4dafda372836522cc4ef92742f93 authored over 6 years ago
Merge pull request #192 from nelsonn3c/flipControls

Adds three new keyboard controls.

github.com/openseadragon/site-build - dc487a6a1a4106789edae48044c51ccb596d75ca authored over 6 years ago
Merge pull request #197 from regisrob/patch-4

Update in-the-wild.html

github.com/openseadragon/site-build - daad95947b2888c06cf5e9a16eb513b4b3d80685 authored over 6 years ago
Update in-the-wild.html

github.com/openseadragon/site-build - 440b3894eb7d5b62bfa416a4b8ccd92fa674a1ff authored over 6 years ago
Update in-the-wild.html

Added an example from the Biblissima portal: using Openseadragon to display static images and II...

github.com/openseadragon/site-build - 19937ba37e0acc1938f64f852aab86227abd4841 authored over 6 years ago
Merge pull request #1492 from openseadragon/dzi

Making the DziTileSource honor minLevel.

github.com/openseadragon/openseadragon - 2bc102de334a9a00783f5ecad53803d94d405c23 authored over 6 years ago
Tweaks to minLevel DZI patch

github.com/openseadragon/openseadragon - 071b8657651a0585b260b64aa356ca63c816463f authored over 6 years ago
Making the DziTileSource honor minLevel.

github.com/openseadragon/openseadragon - 452e50c8d8780ecb2c866282ec1b819f076a0370 authored over 6 years ago
Merge branch 'master' of github.com:openseadragon/openseadragon

github.com/openseadragon/openseadragon - 68d08d87484aaa115b2168f58c643e18234ace46 authored over 6 years ago
Changelog for #1416.

github.com/openseadragon/openseadragon - 890d9bc5994808bfe2b98a061da0b4ecda7f1683 authored over 6 years ago