Skip navigation
R.Ostrowski
Currently Being Moderated

Gaussian Blur photoshop effect parameters

Aug 20, 2012 1:49 AM

Tags: #photoshop #problem #effect #dictionary #blur #parameters #binary #gaussian

Hello,

 

Im working on svg format exporter, and what I need to do is to export some of AI effects as SVG filters.

I encountered a problem with Effect -> (PhotoshopEffects) Blur -> Gaussian Blur effect.

When getting the effect parameters there is some binary entry in the dictionary and it is not documented naywhere in the docs what type of data it that.

 

When serializing a document with GaussianBlur effect info fxg foramt, here is what you can find in the xml :

 

 

<ai:LiveEffect index="0" major="1" minor="0" name="PSAdapter_plugin_GblR">

    <ai:Dict data="B go 1 I PrevDres 300 I dataSize 24 ">

        <ai:Entry name="data" value="AAAAAVJkcyAAAAAAZG91Yj/xmZmgAAAA" valueType="N"/>

    </ai:Dict>

</ai:LiveEffect>

 

Attribute value holds the binary data describing the GaussianBlur effect with radius set to 1,1 value.

Can anybody tell how to decode the binary data so that I could dig out the radius value from it?

 

Thanks in advance,

Rafał

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points