Giter VIP home page Giter VIP logo

Comments (4)

meltingice avatar meltingice commented on August 22, 2024

It looks like this is parsed under the vector stroke layer info. I admit it's poorly named as I was just following the Adobe documentation for this one. I'll add an alias and a better interface that makes sense. Until then, if you want to get the fill color, you can do:

layer.vector_stroke.data['strokeStyleContent']['Clr ']

from psd.rb.

meltingice avatar meltingice commented on August 22, 2024

Err, my mistake. The fill color is actually at:

layer.vector_stroke_content.data['Clr ']

The data in the previous post is the stroke color.

from psd.rb.

mashabelyi avatar mashabelyi commented on August 22, 2024

I am getting an error when I try this command:

gems/psd-2.1.2/lib/psd/layer.rb:74:in method_missing': undefined methodvector_stroke_content' for #PSD::Layer:0x007f8d74054d90 (NoMethodError)

from psd.rb.

meltingice avatar meltingice commented on August 22, 2024

Looks like I was wrong again. You can get the fill color at:

layer.solid_color.color # ChunkyPNG color
layer.solid_color.r
layer.solid_color.g
layer.solid_color.b

This is what is now used in the renderer.

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.