Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexlitel/mirrored-image-generator

Small app using HTML Canvas and JavaScript to generate mirrored versions of images.
https://github.com/alexlitel/mirrored-image-generator

art html5-canvas image image-creation image-generation image-processing mirroring spa

Last synced: 2 months ago
JSON representation

Small app using HTML Canvas and JavaScript to generate mirrored versions of images.

Awesome Lists containing this project

README

        

# Mirrored Image Generator

[Mirrored Image Generator](http://alexlitel.github.io/mirrored-image-generator) is a small web app using HTML5 Canvas and [FabicJS](https://fabricjs.com) to create symmetrical versions of images by duplicating either one vertical/horizontal half or one of four quadrants. Additionally, users can invert the x-axis and y-axis of the mirror sources, allowing for the creation of 32 kinds of different derivative images. The implementation of the canvas is responsive, and the entirety of the symmetrical image fit within your viewport. Users can then export the symmetrical image as a PNG. It's designed to be cross-browser, but if you come across any issues, please let me know.