Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 825 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 825 Bytes

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.