Lautauro / iman-js

A simple Image MANipulator written in Javascript using Canvas without dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iman-js

A simple Image MANipulator written in Javascript using Canvas without dependencies.

This project it's in early development, use it at your own risk.

Little demo

  • Use the middle click to place an image.

To-do:

Engine:

  • Canvas framework.
    • Draw geometric figures.
      • Rectangle.
        • Rounded corners.
      • Circle.
      • Polygon.
    • Draw text.
    • Images.

Image manipulation:

  • Move images/entities.
  • Scale.
    • Adapt the image pivot when rezising.
  • Rotation.
  • Crop images.

Interface:

  • Upload images.
  • Buttons system.
  • Menus system.

Note:

It's one of my first projects, so it's probably going to be a mess. Feel free to criticize :)

About

A simple Image MANipulator written in Javascript using Canvas without dependencies.

License:GNU General Public License v3.0


Languages

Language:JavaScript 96.0%Language:CSS 2.9%Language:HTML 1.1%