File: channel_image.coffee
| Defined in: | lib/psd/layer |
Variables Summary
- module.exports =
-
{ parseChannelImage: function() { var image; image = new ChannelImage(this.file, this.header, this); return this.image = new LazyExecute(image, this.file).now('skip').later('parse').get(); } }