Giter Site home page Giter Site logo

Extract guides? about psd.rb HOT 4 CLOSED

layervault avatar layervault commented on May 21, 2024
Extract guides?

from psd.rb.

Comments (4)

psql avatar psql commented on May 21, 2024

WANT

from psd.rb.

tylerhowarth avatar tylerhowarth commented on May 21, 2024

👍

from psd.rb.

kellysutton avatar kellysutton commented on May 21, 2024

So the PSD file format is documented in relative detail here: http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/

According to that doc, grids and guides use the resource ID of 1032. That will get parsed and picked up by the SectionFactory and psd.rb will try to instantiate the appropriate Section for the data. https://github.com/layervault/psd.rb/blob/master/lib/psd/resource_section.rb

As an example, you can see us parsing layer comp data in this subclass: https://github.com/layervault/psd.rb/blob/master/lib/psd/resources/layer_comps.rb Layer comp section data has the resource ID of 1065 as you can see.

From there, it's a lot of reading bits and making sense of them.

from psd.rb.

jake avatar jake commented on May 21, 2024

Thanks, that's super helpful. You guys are insane (can't believe you figured all this out).

from psd.rb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.