Giter Club home page Giter Club logo

selectincanvas.js's Introduction

selectInCanvas.js

Enables a dragable rectangle on a canvas.

DEMO

Example - Image Crop

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script> <script src="src/selectincanvas.js"></script>

<script> var canvas = document.getElementById("canvas"); var ctx = canvas.getContext("2d"); // Invoke selectInCanvas.js var sicJs = new SICjs('canvas', canvas, ctx, '#FF0000'); $("#canvas").dblclick(function(e) { rect = sicJs.getRect(); alert(rect.x + ',' + rect.y + ',' + rect.w + ',' + rect.h); }); </script>

Usage

To draw a rectangle, left click on the canvas and drag. Leave the left click to complete drawing the rectangle.

You can use the squares on the rectangle to resize.

Left click any where in the rectangle to hold the rectangle and move around in the canvas, leave the left click to drop the rectangle to the desired location.

You can use the 'del' or 'esc' key to delete the rectangle.

Double click on the rectangle to display the its coordinates in an alert.

Applications

  • Select a roi (region of interest).
  • Crop an image.

selectincanvas.js's People

Contributors

arccoder avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.