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

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

License

Notifications You must be signed in to change notification settings

YujiSODE/saveLayers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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 <[email protected]>
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.