Ryan LeFevre

Results 46 comments of Ryan LeFevre

Yeah, this is currently the intended result. Rendering a single layer simply outputs the image data Photoshop has stored for that layer. Clipping the layer based on the document is...

Any chance you could share the PSD that caused this error? ZIP image decompression hasn't been implemented mainly because I haven't been able to produce a PSD that actually uses...

@WearyWanderer the nokogiri requirement comes from the xmp gem, which has it locked to `~> 1.5.0`. Doesn't look like xmp has been updated in awhile. Moving to a more up-to-date...

What do you mean by a "max compatibility layer"?

Ah, right. If it were me, I would put that flag in the PSD Resources section. This is pretty interesting. I saved a copy of the example PSD and disabled...

Unfortunately psd.rb cannot modify PSD data because it's impossible to modify just parts of the file without having to update the entire thing due to the file format. In order...

According to the PSD you gave me, the folder is named "text" but the actual text layer is named "Craig & Tessa". Are you looking at the correct position data?

Shape layers normally do have image data, but this seems to be a case where it does not. It could be worth seeing if the VectorShape class can render it....

Oh gotcha... yeah saving without maximize compatibility causes a lot of issues. First, PSD.rb needs a surefire way of detecting when it was not saved in maximize compatibility mode. I'm...

Divergence was developed with Ruby 1.9 in mind. Going back and testing Ruby 1.8 support is something that is being considered.