Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tracywong117/photomosaic-js
Included bilinear interpolation js implementation.
https://github.com/tracywong117/photomosaic-js
bilinear-interpolation image-processing image-resize photomosaic photomosaic-generator
Last synced: about 1 month ago
JSON representation
Included bilinear interpolation js implementation.
- Host: GitHub
- URL: https://github.com/tracywong117/photomosaic-js
- Owner: tracywong117
- License: mit
- Created: 2024-05-03T09:46:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T02:52:46.000Z (8 months ago)
- Last Synced: 2024-05-09T03:46:46.809Z (8 months ago)
- Topics: bilinear-interpolation, image-processing, image-resize, photomosaic, photomosaic-generator
- Language: JavaScript
- Homepage: https://tracywong117.github.io/Photomosaic-js/
- Size: 2.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Photomosaic-js
![Demo](Example1.png)
Photomosaic-js is a simple JavaScript implementation of creating photomosaics. Photomosaics combine small, regular-sized images to form a larger composite image.
## Features
- Use bilinear interpolation method to resize image
- Matches each section of the image with the closest tile from a predefined set of tiles