prcaen / psd-reader

A pure ruby gem which parse PSD file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Psd

This gem can parse a PSD file.

Installation

Add this line to your application's Gemfile:

gem 'psd'

And then execute:

$ bundle

Or install it yourself as:

$ gem install psd

Usage

Parse PSD

psd = Psd::Reader.new("file.psd")
psd.parse

About

A pure ruby gem which parse PSD file

License:MIT License


Languages

Language:Ruby 100.0%