Coder Social home page Coder Social logo

polyclip's Introduction

polyClip 2.1 by Zoltan Hawryluk

Allows cross-browser, non-rectangular cropping and masking 
of images. Can also be used in animationed image masking.  Works in
all modern browsers (Firefox, Chrome, Safari and Opera) as well as
Internet Explorer 7.0 and higher.

More info is available on these blog posts:

- Clipping JPEG Images Into Non-Rectangular Polygons Using polyClip.js
  http://www.useragentman.com/blog/?p=3526

- Cross-Browser Animated Image Masking (Even in IE) Using polyClip.js
  http://www.useragentman.com/blog/?p=5621

- Clicking Through Clipped Images Using CSS Pointer Events,
  SVG Paths and VML
  http://www.useragentman.com/blog/?p=5914
 
Released under the MIT license.

@requires jQuery http://jquery.org

For animations, it is recommended to use Silk.js if you want GPU accelerated
animations (included with the polyClip package available at:
	
https://github.com/zoltan-dulac/polyClip  

For animations that require transformations (i.e. scaling, rotations, etc),
it is necessary to use sylvester.js (also included with the polyClip package).
The most up-to-date version of sylvester is available at
http://sylvester.jcoglan.com/ 

polyclip's People

Contributors

zoltan-dulac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

polyclip's Issues

Video support?

Hi there,
I'd like to use it on a video.
Is that possible?

Thanks!

there isn't onComplete method

Hi i'm using the library in a image editor and I want to know if exist any method onComplete or any callback to know if the process is ready.

Thanks

Using SVG as Clipping Image and Mouse Events

Hi,
I am trying to get your example with the "Animated Image Masking" to work with an SVG path for the clipping mask.

So far, I have included canvg.js and used a circle path ("path: M 100, 100 m -75, 0 a 75,75 0 1,0 150,0 a 75,75 0 1,0 -150,0") for the data-polyclip attribute:

<img id="polyclip-ol" src="/library/images/mask.png" alt="polyclip test overlay" data-polyclip="path: M 100, 100 m -75, 0 a 75,75 0 1,0 150,0 a 75,75 0 1,0 -150,0" />  

I am able to see a circular clipped image, but it's not following the cursor position anymore. I guess that it has something to do with the transform function of polyclip?

polyClip.transformClip(maskImage, 'translateX(' + x + 'px)');   

Do you have an idea, where i am stuck? Or is this even possible?
Thanks in advance for any hint on this!
Cheers Dario

Getting error " Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened."

I am using above js file and I am loading js file asynchronously by adding 'async' attribute.
So after that I am getting below error:

"Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened."

And I am getting this error on this line:
document.write('<style type="text/css">img[data-polyclip], img.polyClip { visibility: hidden; } </style>')

Can you please check this issue.

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.