https://github.com/bencevans/concat-image
🖼 Concatenate images.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
â—‹CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
â—‹DOI references
-
â—‹Academic publication links
-
â—‹Committers with academic emails
-
â—‹Institutional organization owner
-
â—‹JOSS paper metadata
-
â—‹Scientific vocabulary similarity
Low similarity (4.1%) to scientific vocabulary
Keywords from Contributors
Repository
🖼 Concatenate images.
Basic Info
Statistics
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
concat-image 
Concatenate images.
Install
node-canvas's dependency of Cairo is required.
On Ubuntu 16.04 LTS this can be done by running the following.
sudo apt install libcairo2-dev libjpeg-dev libgif-dev
Then install the node module by running the following.
npm install --save concat-image
Usage
```js var concat = require('concat-image'); var fs = require('fs');
concat({ images: [ fs.readFileSync('./1.png') fs.readFileSync('./2.png') fs.readFileSync('./3.png') ], margin: 10 // optional, in px, defaults to 10px }, function(err, canvas) { // canvas === https://github.com/LearnBoost/node-canvas fs.writeFileSync('./123.png', canvas.toBuffer()); }); ```
Licence
MIT
Owner
- Name: Ben Evans
- Login: bencevans
- Kind: user
- Location: London, UK
- Company: Institute of Zoology, ZSL
- Website: https://bencevans.io/
- Twitter: bencevans
- Repositories: 282
- Profile: https://github.com/bencevans
GitHub Events
Total
Last Year
Committers
Last synced: about 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Renovate Bot | b****t@r****m | 25 |
| Ben Evans | b****n@b****k | 10 |
| Ben Evans | b****n@b****o | 6 |
| greenkeeperio-bot | s****t@g****o | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 35
- Average time to close issues: N/A
- Average time to close pull requests: 5 months
- Total issue authors: 0
- Total pull request authors: 4
- Average comments per issue: 0
- Average comments per pull request: 0.4
- Merged pull requests: 31
- Bot issues: 0
- Bot pull requests: 29
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- renovate[bot] (29)
- bencevans (4)
- uulltt (1)
- greenkeeperio-bot (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- npm 10 last-month
- Total dependent packages: 1
- Total dependent repositories: 1
- Total versions: 2
- Total maintainers: 1
npmjs.org: concat-image
Concat Images
- Homepage: https://github.com/bencevans/concat-image
- License: MIT
-
Latest release: 1.0.0
published about 8 years ago
Rankings
Maintainers (1)
Dependencies
- 635 dependencies
- mocha 5.2.0 development
- semantic-release 15.10.6 development
- async ^2.0.0
- canvas ^1.1.3