charliecm / hybrid-image

Hybrid image creation tool

Home Page:https://charliecm.github.io/hybrid-image/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hybrid Image Generator

By @charliecm

An hybrid image creation tool created for an academic course (IAT455). It is based on the methods described in the following papers:

Development

Run npm run watch to watch files and start a local server at http://localhost:8080.

Run npm run build to build the project.

You can import points.json for the demo image morph control points.

Further Works

Here are some ideas for extending this tool:

  • Include a crop tool when uploading input images
  • Use async approach to update images
  • Use proxy images for previewing intermediary images
  • Add ability to adjust preview image sizes
  • Address any other edge-cases with custom input images
  • Implement feature-based morphing

Thanks

This project uses StackBlur by flozz, and image-morph-js by ppisljar.

About

Hybrid image creation tool

https://charliecm.github.io/hybrid-image/

License:MIT License


Languages

Language:TypeScript 80.1%Language:JavaScript 13.8%Language:CSS 5.2%Language:HTML 0.9%