Ecosyste.ms: OpenCollective

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

github.com/nsfw-filter/gif-frames

πŸ–Ό Extract frames from an animated GIF with pure JS
https://github.com/nsfw-filter/gif-frames

Merge pull request #2 from rqbik/master

Reliably check if the code is executed in Node

6121c410175f3f83115426eee3519c89b0964f2f authored over 3 years ago
Reliably check if the code is executed in Node

Checking for undefined window is a pretty naΓ―ve way of detecting Node, as it doesn't account for...

7c136edcea7f7302a0c330102915ec633f28a6e9 authored over 3 years ago
types: use ImageData

ddde9b9a3a869109b8535984444f4b3b0786e511 authored over 4 years ago
refactor: change savePixels module

cba0144df47018b7bef216599754f042f9feac62 authored over 4 years ago
Merge pull request #17 from Tenpi/gif-frames-typings

Added Typings

c343970df0d8df1c7dfcd40f03f91ff2edb64048 authored over 5 years ago
added newline

bbf3004aae737e92e99fb85ef2bfaf465dab1eba authored over 5 years ago
revert package-lock.json

b69a0b66ded5502161a4d4dc5de6a5453781b704 authored over 5 years ago
added newline at end

3ac0ee6aa32616bf0dbb37b9ce6cd270454e11e7 authored over 5 years ago
renamed some types

f3a39babc8abc20190f8934f0a1225ac61ed6a3d authored over 5 years ago
type should be stream.Readable, not ReadableStream

007b1545480cdde6ba345b64ba3a58f32d97d100 authored over 5 years ago
another typo

4afac65e689d00d9ac744d39b6f5a5e57939e82a authored over 5 years ago
fixed typo

9f7d3f4bbbb0d85b1910188888b9bca5f26ded6d authored over 5 years ago
Added typings

e68f472745e08a418c3670fb457ee625d3e1d085 authored over 5 years ago
Update recommended script version

7cc8e9d2c36e4ec47e7f18abcf96070a5425464b authored about 6 years ago
Long overdue changelog update; v1.0.1.

b0d1f48dca3248267d04fbc7bfdca3d3ba2b5506 authored about 6 years ago
Fix security vulnerabilities.

61d2c07a07bb56cb76c2d419a95f271979fa56bb authored about 6 years ago
v1.0.0.

bb3d91a3397bff66cb6930d7fd6b08f714b23217 authored over 6 years ago
Update get-pixels dependency to frameInfo fork.

fd43f92013f5a55bad5f312780b4759291fd5f06 authored over 6 years ago
Clean up frameInfo docs.

12c02f8ff011395ef2206731f12ee6896a52f223 authored over 6 years ago
Merge pull request #9 from Snelius30/master

interframe delay info? #8

d6f7146dc70b607f27d81c3d00f09cd9e799bfd4 authored over 6 years ago
Additional docs

bad2033679913e5ebf0ec6d0ee1b3460bdb4d8b4 authored over 6 years ago
interframe delay info? #8

6f355bb092b4e082869e80fdb0288d25a05af315 authored over 6 years ago
v0.4.1.

4e544f52e68aebc885080cbae11304ebd6a59d39 authored over 6 years ago
Fix security vulnerabilities in dependency graph.

3c65cf426587a4b455186407cf61b17fca1c838b authored over 6 years ago
CHANGELOG.md updated, package version now v0.4.0.

c6c5c8009c9f1e820b631a789825f3652654deed authored about 7 years ago
Remove unused 'path' import.

3fdfe3ff8fd20b7add40317af969d7fb50e19ee3 authored about 7 years ago
Add missing condition for frame accumulation: frameIndex > maxAccumulatedFrame.

3482594658b25a75fd48ee5122dfa06719917dd7 authored about 7 years ago
Merge pull request #6 from benwiley4000/issue/5-missing-pixels

Fix for missing pixels

40f91a7464c2079b93908956a6a8e0a533e7bb53 authored about 7 years ago
Commit package-lock.json.

a181448dfb4cf58ba7d1e2af54cdad6a34ff0ab4 authored about 7 years ago
Lowercase 's' in GIFS.

96f1505dfd95be6f815e3402bc2e1bdb73fcbf7e authored about 7 years ago
Cumulative option included.

d7558f75374236f1c34b4f71b03562a85183b091 authored about 7 years ago
Ignore .DS_Store.

1acdbccd27acc23d3dda61146ece858209d8a1e3 authored about 7 years ago
Fix v0.3.0 footnote in changelog.

d4b4b2d03027b02815489061c2fd6dfe8c1a4a55 authored over 7 years ago
v0.3.0

a4ee7dd7bbaed05a4d336c2bd32a238ca93dffac authored over 7 years ago
Update CHANGELOG.md

08958306051ee43e24fe6f927301f07c04c0d304 authored over 7 years ago
Alternative entry points renamed to non-keywords.

76e1f81a154193b0f8b81582b720b24dae6ea8fd authored over 7 years ago
Temporarily using npm published forks of get-pixels, save-pixels.

e7553e87c7280cb2fb75696111ed5e6bf87b5c69 authored over 7 years ago
Noted global variable name for script include.

c9349c0895e77dffec95559dcf26f2b0c540be58 authored over 7 years ago
CDN script install instructions included in readme.

9e1bde1c0ebb66b91a7a4c9a214f6f7eee527344 authored over 7 years ago
UMD build added to prepublish hook.

5be02d0e31dd228e80475355ec02a47e428b0461 authored over 7 years ago
UMD builds specified in package.json.

d758584cdbaa2145a8123dc4c0fa1d468da27511 authored over 7 years ago
Merge pull request #3 from benwiley4000/issue-2/umd-build-scripts

Issue 2/umd build scripts

1ba56819b49483c86a36a77f2e1cfb25f9ab10b2 authored over 7 years ago
UMD build scripts added to package.json.

09f2f755b339a78c8f1fc9adc3af98847d1b1b8a authored over 7 years ago
Temporarily depending on GitHub forks of get-pixels and save-pixels.

9a156ddc2e8f345976990c2a909e1933d0397c3a authored over 7 years ago
v0.2.4

352e3f56c22cd8ad5500aeca4a444c2ea32ec136 authored over 7 years ago
Changelog added.

ac02ceabb30426a802a8a473dacab57cb23e6961 authored over 7 years ago
Canvas example fixed; result object detailed; getImageStream -> getImage.

46479b7025674b10828f4c63c711404d130ee857 authored over 7 years ago
get-pixels gif type specified correctly for both Node and browser.

dd34a2a0254db8d08e324252a77134c2f7824367 authored over 7 years ago
v0.2.3

97f766612a659df454438e66fca8e47c67618ec7 authored over 7 years ago
Promise always returned if available (even if early reject happens).

e04a59afa765d1b55ef4f3c782be00c3bb4e125b authored over 7 years ago
Npm status added to readme.

32d359ab26637b827b42b531ddd8a4541764b4b7 authored over 7 years ago
v0.2.2

3dfe13323c088e25cb6358dfca82e716bda77f17 authored over 7 years ago
Bug with 'all frames' usage patched.

8dbe3c357e96aab12eb1ed57fc28ed29838673b7 authored over 7 years ago
Short example added near top of readme.

7d575b774fbb36d6aa53958a0db603281d2520bc authored over 7 years ago
v0.2.1

057c7f1f34b8dbf37d1863358663cae07969b0b7 authored over 7 years ago
Forgot to implement 'all frames' option - fixed.

bc60a41afb94fecc1233c6fa918ca8bfeaa60c36 authored over 7 years ago
v0.2.0

5250c7d2a6d5fcb77b47f0e3ce6cb7bc8ba3c2ba authored over 7 years ago
Not-working-in-browser notice removed from readme.

18b1fc1e6b9c9c57d71c0ae69bdc2fb8a72d9f35 authored over 7 years ago
'frames' option implemented.

da8f2c4d5a1c2664615114c91b1458adac0509a5 authored over 7 years ago
Browser example logs errors.

a11c004c2e945bf38298adf8f6dbc106995042a4 authored over 7 years ago
Browser example updated.

2139d3c07755f6aacc6d1faccf7adf099a349eb8 authored over 7 years ago
Merge branch 'master' of github.com:benwiley4000/gif-frames

51203f1da40d2b70f0a44fe98e7c549f31123b33 authored over 7 years ago
Module accepts data callback and returns promise; file writing taken out; streams exposed to user.

b8462404be39afa254b3c59e54ab5c871b6fa21e authored over 7 years ago
Update README.md

fb85ba76ccd1e47febb9939e9653c7dbe988c82d authored over 7 years ago
npm-debug.log added to .gitignore.

42aba79b19572cb5ac454503c4180d6104f01d80 authored over 7 years ago
Npm install instructions added.

1740ff29219775a3e6e0d698a0623bf65b63dbcf authored over 7 years ago
Readme invocation typo fixed.

fbaae7bdca4a80ecc4787e53b6318046e019e25d authored over 7 years ago
Callback made optional.

cfad39bf4fa107c736c06137acc000a3d5e3f313 authored over 7 years ago
Code annotators added to invocation in readme.

ebb1308ef638e29e8cf075970d1e258bbf31deff authored over 7 years ago
Module can extract and save frames for a given source gif.

07d2994e501265f033352e5ceb452f0fa8e09a5d authored over 7 years ago