Skip to main content
Participant
June 22, 2011
Question

Where to find .abr (brushes) file format specification

  • June 22, 2011
  • 1 reply
  • 2686 views

Hi there,

I've found the "Adobe Photoshop File Formats Specification" in the documentation (http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/).

But unfortunately it does not contain the spec for .abr brush file format.

Any ideas where to find this?

Thanks

Mirko

This topic has been closed for replies.

1 reply

June 24, 2012

I don’t believe the current format is documented. It has a bunch of serialized ActionDescriptors inside, so documenting it fully and explicitly would probably be pretty difficult. If you use Photoshop’s code for parsing the ActionDescriptors though, you should be able to reverse engineer the format without impossible levels of effort – might take a couple days or something.