Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tenpamk2/canvas-rectangle-to-square-image

Generate square image from rectangle image. It's useful for posting instagram!!
https://github.com/tenpamk2/canvas-rectangle-to-square-image

blur canvas instagram webgl

Last synced: 28 days ago
JSON representation

Generate square image from rectangle image. It's useful for posting instagram!!

Awesome Lists containing this project

README

        

# canvas-rectangle-to-square-image

Generate square image from rectangle image by canvas(webgl).
It's useful for posting to instagram!!

Techs:

- [Vite](https://vitejs.dev/)
- [React](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)

## processing step

### step0: input image

![input](./img/input.jpg)

### step1: make square image

![square](./img/square.png)

### step2: blur image

![blurred](./img/blurred.png)

### step3: composite blurred image and original image

![output](./img/output.png)

## Credits

| item (description) | author | URL |
| :----------------: | :----------- | :--------------------------------- |
| glfx.js | Evan Wallace | |