Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Well, it just puts the image in a canvas, calculates an array with the rgb value
## Why?
Hum... to demonstrate the power of CSS!

And this may have other interesting properties, like creating loading screens with pixel art or pixel-level animation.
And this may have other interesting applications, like creating loading screens with pixel art or pixel-level animation.

I made anotehr proof-of-concept using pixel-level animatinos here http://javier.xyz/morphin/
I made another proof-of-concept using pixel-level animations here http://javier.xyz/morphin/

## Planned features
* Make the result smaller with smarter shadows and common background detection.
* Make animation and image morphing by using css transitions on the shadows. See http://javier.xyz/morphin/
* Add scale options to better suport pixel art.
* Add scale options to better support pixel art.
* Support for custom image filters.

## Development
Expand Down