Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madrclouddev/nodeimagecombiner
Combine two images
https://github.com/madrclouddev/nodeimagecombiner
Last synced: 12 days ago
JSON representation
Combine two images
- Host: GitHub
- URL: https://github.com/madrclouddev/nodeimagecombiner
- Owner: MaDrCloudDev
- Created: 2023-09-20T20:41:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T04:24:20.000Z (24 days ago)
- Last Synced: 2024-12-01T05:28:26.981Z (24 days ago)
- Language: TypeScript
- Homepage:
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodeImageCombiner
Install:
```
npm i
```Run the program with your images:
```
npm run start
```We're making the images the same size (which sometimes results in offset images, I'll try to fix that), then combining the images using every-other(ish) column of pixels from each image. I adapted it from my [rust_image_combiner](https://github.com/MaDrCloudDev/rust_image_combiner), which was a code-along to one of the freeCodeCamp tutorials.
Not really intended to be a useful program (unless you like the every-other-column-of-pixels effect). I wanted to build the same CLI program in Node, GO, and Rust.