Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 250 Bytes

File metadata and controls

12 lines (10 loc) · 250 Bytes

Usage

Here is an example:

<img src="blank.gif"  data-origsrc="original.jpg" data-jpegsrc="image.jpg" data-filtersrc="filter.png" width="200" height="200" alt="image alt">
$(function() {
  $("img").createAlphaJpeg();
});