/saveLayers

The interface to convert some canvas/img tags into a png image on Firefox.

Primary LanguageJavaScriptOtherNOASSERTION

saveLayers

The interface to convert some canvas/img tags into a png image on Firefox.
https://github.com/YujiSODE/saveLayers

Copyright (c) 2016 Yuji SODE <yuji.sode@gmail.com>
This software is released under the MIT License.
See LICENSE.txt or http://opensource.org/licenses/mit-license.php


Script

  • saveLayers.js

How to use

  • call "saveLayers()".
  1. Selecting some target images
    Target tag; here target images can be selected (the all possible images are selected as default).
    "Load" button; it loads the target images.
    Optionally order of layer structure can also be defined with the Layer index.

  2. Output
    "Output" button; it outputs the converted image as png format.

  3. Closing interface
    "Close" button; it closes this interface.