Gaussian Blur photoshop effect parameters

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ł

Ok, I found the problem so will leave the solution, maybe somebody will also need this.
So the value attribute value="AAAAAVJkcyAAAAAAZG91Yj/xmZmgAAAA" is base64 encoded.
When decoded it presents sth like this, where dots "." are zeros (actually below presented data represents gaussian blur effect data for radius == 2, not 1,1 like in previous post):
....Rds ....doub@.......
this is same data in hex
00 00 00 01 52 64 73 20 00 00 00 00 64 6f 75 62 40 00 00 00 00 00 00 00
and last 8 bytes represents a double number in big endian:
@....... == 40 00 00 00 00 00 00 00
Im working on windows, so after switching it to little endian we get
.......@  or 00 00 00 00 00 00 00 40
which is our radius in double format.
To be more precise the initial number in the binary data is typeIEEE64BitFloatingPoint, and can be googled in some Python/Apple's header files, here for instance http://svn.python.org/projects/python/trunk/Lib/plat-mac/Carbon/AppleEvents.py.
Cheers

Similar Messages

  • Gaussian Blur in Photoshop CS5 Corrupting files

    We just got brand new systems at work less than a month ago and this event has happened twice since then. When using Photoshop CS5 Extended and using Gaussian blur the file becomes blocky and all layers as well as their masks become corrupted with these blocks. Can anyone help or is there any advice?
    Here are my system specs...
    Model Name:    Mac Pro
      Model Identifier:    MacPro5,1
      Processor Name:    6-Core Intel Xeon
      Processor Speed:    2.66 GHz
      Number Of Processors:    2
      Total Number Of Cores:    12
      L2 Cache (per core):    256 KB
      L3 Cache (per processor):    12 MB
      Memory:    16 GB
      Processor Interconnect Speed:    6.4 GT/s
      Boot ROM Version:    MP51.007F.B00
      SMC Version (system):    1.39f11
      SMC Version (processor tray):    1.39f11

    I'm getting this same issue - or a similar one. It seems to only happen when I run the Gaussian blur command, and during the same process in my workflow. It also seems for me to happen when I have made a selection from a layer above that is a smart object.
    Let me describe the scenario that I have experienced a couple times in the past week. (BTW I just upgraded to CS5 only a couple weeks ago).
    Usually I have a document open with dozens or hundreds of layers. The effect that I am executing when this seems to happen is where I have a group of shapes or placed image smart object layer and I'm creating a shadow layer by making a blank layer below said group or image, making a selection from the above group or image, and then filling the selection in the blank layer with a color - which I then run the Gaussian blur filter on, and afterward warp transform to get my realistic looking shadow effect.
    But the problem is in seemingly random instances and on seemingly random documents when I run that Gaussian blur, Photoshop freaks out and craps the bed. And by craps the bed I mean deletes pixel data from multiple layers in my document very randomly, and also generates odd bright colors all throughout the document.
    You can see the initial freak out in this screen shot from when I just initially selected the Gaussian blur filter from the menu (but had not yet even clicked "OK"): http://cl.ly/3KTx . The strange thing is that I had just run this series of steps on the above layer which in the screen shot you'll see as "Layer 44", and all was well.
    Here's a screen shot showing the file after I closed it out, restarted Photoshop, and opened the file back up: http://cl.ly/3K2C . In case you can't tell, data from several layers all over the file is missing and corrupted.
    I'm sure I don't have to explain how exasperating this is, as this represents more than a year's worth of work on a client project, no joke. Fortunately I'm mostly done with the actual site build, but that makes the loss of the artwork files of no less consquence - especially seeing as how I'm not ACTUALLY finished and I did in fact need all of that data to complete the project.
    Anyhow, some additional details which may or may not be related to the issue:
    - The issue seems to happen randomly. As stated above the same steps did not produce the error just a few minutes before.
    - I have had this issue with another file this week where I was doing the same processes on another shape.
    - It seems that this is occuring when I make the selection from a layer that is a smart object of some type
    - I also noticed artifacts in the weird colors (after I tried running the processes again, so not in the above screenshot) that were actually design elements from an entirely different document that I was working with earlier this evening.
    - I have filed a bug report.
    Dunno what else to describe, but I hope you guys can get this figured out, seriously. I paid way too much for my upgrade to CS5 to have bugs in key software features corrupt my files thank you.
    Also, in regards to my system...
      Model Name: Mac Pro
      Model Identifier: MacPro4,1
      Processor Name: Quad-Core Intel Xeon
      Processor Speed: 2.26 GHz
      Number Of Processors: 2
      Total Number Of Cores: 8
      L2 Cache (per core): 256 KB
      L3 Cache (per processor): 8 MB
      Memory: 16 GB
      Processor Interconnect Speed: 5.86 GT/s
      Boot ROM Version: MP41.0081.B07
      SMC Version (system): 1.39f5
      SMC Version (processor tray): 1.39f5
    Chipset Model: NVIDIA GeForce GT 120
      Type: GPU
      Bus: PCIe
      Slot: Slot-1
      PCIe Lane Width: x16
      VRAM (Total): 512 MB
      Vendor: NVIDIA (0x10de)
      Device ID: 0x0640
      Revision ID: 0x00a1
      ROM Revision: 3386
      Displays:
    Display Connector:
      Status: No Display Connected
    LED Cinema Display:
      Resolution: 1920 x 1200
      Pixel Depth: 32-Bit Color (ARGB8888)
      Main Display: Yes
      Mirror: Off
      Online: Yes
      Rotation: Supported
      Connection Type: DisplayPort

  • AI effects: Feather versus gaussian blur? which is raster or vector?

    i`m looking at feathering versus blurring. both in illustrator effect drop down menu.
    from what I I understand the blur/gaussian blur under photoshop effects (in illustrator) will pixelate the edge gradation, but the illustrator effect "feather, will keep it vector, is this correct?
    from sample here they both look the same to me, and I noticed the feather effect was gaussian blurring the edge anyway to produce its result,,
    from what I can see I should be able to make either of these as large as a billboard and they would both still be smooth gradients? or would the gaussian blur result in pixelation unless I had the vector object sized correctly in the document in the first place to suit the billboard.
    what I am trying to ask is how do they work,
    my take is the AI "feather" will allow resizing of the vector object shape to any size and not be pixelated on print output,
    where as the gaussian blur PS effect, you would need to make sure your object is correctly sized on the correct document size to ensure that it prints smoothly.
    any feedback is good,....

    wildbirdsketch,
    actually can I confirm, both produce a raster gradation to soften the edge, so its no longer vector once you apply a blur or feather correct?
    It is, but with raster effects. 
    asking because if I create a blur/feather, I will have to consider the resolution  or not as again I`m assuming no because each time I resize the object the effect recalculates itself as necessary to create the right blur and resolution for that size.?
    As long as you keep the Effect>Document Raster Effect Settings the same, the resolution of raster effects will remain the same,
    and when these vector objects print (in general for AI), i`ve never known, do they print as Vector or does the RIP turn them all into raster anyway?
    Indeed.
    just confused on this, I`m guessing their only vector while in illustrator, but once going through the printer it will all be raster  via the RIP if thats correct,
    Indeed.
    its just that vector allows you to scale it to the required output size prior to print and have it print crisply without having to focus on resolution or resampling methods correct?
    Indeed.

  • GPU-version of Gaussian Blur sometimes produces visible ringing artifacts on high contrast images

    Hi,
    I noticed some annoying ringing artifacts in my footage after applying the GaussianBlur() from the PrSDKGPUImageProcessingSuite.
    I assume the blur implementation is the same as in the 'Gaussian Blur' Video Effect. So I tested with that effect standalone and was able reproduce the problem.
    The ringing artifacts appear in high contrasted footage (see screenshots) and only with the GPU-version of the blur.
    Switching to software-only renderer and therefore enforcing the CPU-version of the effect removes the artifacts.
    Has anybody already noticed this issue?
    Regards,
    Philipp
    Gaussian Blur (CPU) without artifacts:
    Gaussian Blur (GPU) with artifacts:

    The "blocky" details are easily reproduced in that image.  Looks like something that needs to be tuned up to me.
    Note that you have the option of choosing the 2003 process in Camera Raw, which appears to avoid that issue.
    I just want to add one thing:  There's no upsampled resolution available for this particular camera.  6048 x 4032 is the largest size available.  I for one prefer to convert my raw files directly to upsampled resolutions on the theory that it might improve this kind of thing (and it does seem to deliever more accurate detail with my now out-of-date Canon cameras).  At some point in the past I requested that Camera Raw make several upsampled resolutions available beyond the "native" camera size for any/all cameras.  I hereby renew that request.
    -Noel

  • Doc Raster Effects on gaussian blur

    CS5, Mac 10.8.4.
    We inherited a design at doc raster effects of 72 dpi, using a light blue PMS 291 arch shape that was gaussian blurred to make a soft arched gradient.
    Changed doc raster effects to 300 dpi, and the gradient turned into a solid of PMS 291. I edited the 90 gaussian blur amount to 21.6 =  (90 * 72)/300. That did not look right as the gradient was not soft but hard. Kept tweaking the gradient to find that it looked best at 59, when we went to 60 pixels then the gradient jumped to a solid lt blue with no gradient. Printed the 59 gaussian blue, and it looked like this coming out of our DC 240 color xerox laser printer (photoshopped to simulate, basically the gradient ends with a hard wave.)
    So I said enough of this, I do not like the gaussian blur and wish Illustrator did not even have that as and option cause for final work causes to much trouble. Rebuilt this as a 3 step blend in PMS 291. Looked great on screen, but also printed like the second screen shot. Anyone have any idea what I can do. I am totally fine with getting rid of the gaussian blur, as we will be having many more new packaging coming in different sizes that will need this arched gradient.
    Here are my doc raster effect settings. Would  like to know more about anti alias and the create clipping mask option. My question though is how to get rid of gradient ending hard.

    Seems the best I can do is to rebuild this gradient in Photoshop as a spot channel, so that I get a soft ending.
    If anyone from Adobe or the forums has any input about this do raster effects setting, and how to calculate a gaussian blur that looks the same at 72 or 300 dpi.

  • How to avoid darker color behind a gaussian blur effect?

    I have used the effect gaussian blur with black text on top to make a logo.
    My problem occures when I try to place the file on a coloured background e.g. a photo and print it. A darker colored area appears behind the gaussian blur. The logo is to be used by others and hence I would like to keep it a vector/illustrator file (not a pixelated photoshop file).
    - I have saved it as an ai
    - I have all the artwork in one layer
    - I have tried object > flatten transparency (but then the area turns white)
    - I have tried effect > Document raster effects settings (resolution 1200 dpi / add 35,28 mm around object)

    - I use Illustrator CC v. 17.1.0. 64-bit
    - the file is cmyk and I only use process colors
    - the line is 8 pt and effect is applied with 8 px blur
    - everything else in the document is outlines and some text and lines are crossing the blurred object
    - color settings: European coated offset ECI
    I hope I haven't missed anything. The logo is not launched, but I have enclosed I photo file that is similar and where the same problem occur. The file is placed in InDesign on a blue square and printed from InDesign to a OKIC8660 laser printer.
    The light blue to the left is the correct color. The darker blue is not supposed to happen. The yellow is where the gaussian blur is applied.

  • I'm trying to isolate skin with a secondary layer and am successful.  I want to blur the skin to reduce blemishes but when doing so the blur and degrain sliders don't seem to have an effect. Can I apply a gaussian blur fx on just that secondary? Can't see

    I'm trying to isolate skin with a secondary layer and am successful.  I want to blur the skin to reduce blemishes but when doing so the blur and degrain sliders don't seem to have an effect. Can I apply a gaussian blur fx on just that secondary? Can't seem to figure this out.  Is there a better way to smooth skin?

    Here's an Adobe help page for isolating skin with suggestion on the use of the blur slider also:
    https://helpx.adobe.com/speedgrade/using/apply-secondary-color-corrections.html
    And here's one of the original creators of Iridas/SpeedGrade, Patrick Palmer, a six minute vid-tut on using secondaries (specifically in CS6 but this hasn't changed):
    http://tv.adobe.com/watch/learn-speedgrade-cs6/secondary-color-correction-in-speedgrade-cs 6/
    I'd note, the "blur" and "denoise" tools on the Secondary tab are more about smoothing the keying of the secondary ... they apply a bit of blur or de-noising to make the secondary smoother and cover over the odd pixel or three or four that don't "fit" the key of the secondary in the middle of something you're aiming for.
    In current SpeedGrade, I'd try using the Guassian Blur (Range) effect, and sample a good range of the skin tones.
    And a lot of people use Red Giant's "Cosmo" plug-in over in AfterEffects or Premiere Pro ... it's a tool designed specifically for working skin tones, dealing with blemishes, wrinkles, spots, and such.
    Neil

  • What's differences gaussian blur in Photoshop and Premiere?

    I would like to ask about the gaussian blur of Photoshop and Premiere.
    Normally, in Photoshop it says pixels in radius, but in Premiere it says only blurriness. Does anybody knows the differences of these two? I used Premiere to apply gaussian filter for our clips, but I want to know the value with pixels in radius.
    Thanks in advance!

    I'm not sure.  But you could probably match it up pretty quickly.
    Blur an image in Premiere with blurriness 50.
    Open the original image and the blurred image in Photoshop, put them together in the same document and set the layer blend mode to "difference".
    Then blur the original with Gaussian Blur and change the radius until it matches Premiere's result (image goes black because the 2 layers are the same).
    My guess is that the numbers have the same meaning, but someone put a really wrong label on it in Premiere.

  • Script to Edit Gaussian Blur Effect

    Hello
    I have a complex piece of artwork which has to be scaled up by a factor of 10. No problem except the Gaussian Blur Effect will not scale.
    Rather than go through each path and edit the blur amount (by a factor of 10) I had hoped I could write a script which would iterate through every path and if it had a Gaussian Blur Effect edit the value.
    Looking in the AppleScript dictionary and online I can't see any way of accessing a path's Appearance or Effects.
    I would be very grateful for some advice on this before I start the tedious process of manually changing the values.
    Regards
    Chris

    Hello Mark
    Thanks for your prompt reply. I thought as much. It's disappointing really.
    The select filters will not unfortunately be helpful because the blurs are different so I can't select all blurred items because I don't want to set them all the same and equally I can't pick one and select all with the same blur amount because I don't know if I have changed all of the items.
    I've just got my head down and am selecting them all individually and editing them!
    Regards
    Chris

  • Missing tools in Fast-Blur effect, Gaussian Blur effect, ...

    Hey there,
    I'm using Premiere Pro CC and I was just about to mask an object in my video with the Fast-Blur effect (Schneller Weichzeichner in german and as it can be seen in the attached image).
    But when I apply this effect to my video it won't show me any tool I could apply it with. It's the same with any blur effect, such as the Gaussian Blur.
    These tools should be right above the adjuster from 0 to 127. Any idea?
    Thank you
    Peter

    If you want to use the mask tool you need to update to CC2014 (8.2). It looks like you are atill on CC7.

  • Gaussian Blur effect causing black frames when rendered.

    I am only using one effect in my video, its the gaussian blur, and in the previewer it shows the effect being applied, however it shows random black frames in the previewer, I thought this was just a random previewer issue.
    I then rendered the video but when the blur effect is being applied it is showing random black frames in the video.

    Talked to customer support and found out that it was a duplicate Gaussian Blur effect on the same frame causing it to have some issues sigh*
    But thank you for the info about the media cache, I did not know about that.

  • Transform Effect and Gaussian Blur creates issues

    Here is one issue I cannot figure out how to correct. At times, I apply the Distort - Transform effect on a clip to scale up/down, etc,...then the next clip (which I dissolve to) has the Gaussain Blur applied to it. When I apply the blur the previous clip (with the Transform effrect) shifts. I have the Blur effect above the Transform effect in the Effects pannel and it still does not help. I cannot figure out how to stop the clip from shifting.

    I recall a similar bug with Gaussian Blur a while back.  I winder if that bug is still around.

  • Photoshop 12.1 corruption when using gaussian blur

    Is there a fix for the Photoshop 12.1 corruption when using gaussian blur

    It's not a crash per se... when using the gassian blur filer at some but not all times the file will becomse  corrupted.. it comes up with large flat panels of color. After that point asnything done to the file is destroyed. You have to go back to the last saved versioin of the file. There are many notes on the web about this issue.. It has been occuring since I started with 12.1 about a year ago. Never occurred on other PS apps.
    You have to quite the app and re-launch. Then it works. There is no crash report to make.

  • Gaussian Blur does not work on Photoshop CS3

    Hello,
    the last few days the gaussian blur plugin does not work in Adobe Photoshop CS3. Can you tell me what can i do to solve this problem??

    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by pressing command-alt-shift/ctrl-alt-shift while starting Photoshop until the appropriate dialog appears after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed, 3rd party plug-ins deactivation, system maintenance, cleaning caches, font validation, etc.)

  • How to Gaussian Blur

    How do I make a Gaussian blur in LR4 ?
    I have tried to mask the area and unsharpen and unclairify but doesn't work.
    Thanks, Penni

    Generally speaking  if you want to simulate a shallow depth of focus effect, a Lens Blur tool of the kind used in Photoshop will look a lot more nearly convincing.
    The only truly convincing way - convincing for an expert eye, that is - is (of course) to go ahead and shoot with a shallow depth of focus in the first place .
    However where any particular local effect is wanted in LR, and the adjustment brush does not have enough strength to deliver it - you can simply add a second (third, fourth) adjustment brush "pin" applying some more of the same parameter over the top. Quite soon though, it will be apparent how transformation (rather than development) of original picture content calls for a partnering, designed-for-the-job, image editor.

Maybe you are looking for

  • HT1451 how do i transfer music from one ipod to another ipod

    i just bought an ipod shuffle for my daughter and am trying to transfer music from my itunes library to her device but i'm having difficulties.  please help!

  • How do I run a non-server program on Windows Server 2008

    I currently run a synchronization software application on my desktop in order to backup and synchronize over 600GB of data.  I would like to install this on our server, which runs Windows Server 2008, but the software does not provide for installatio

  • Having trouble opening my videos app. Just black screen. Help pls!

    For a while now, I've been unable to open my videos app. I've tried shutting down and turning it on again but then same thing. What can I do to make it work?

  • ZCI for Adobe Interactive Forms in WebDynpro Java

    Hi experts, Can i use Zero Client Installation (ZCI) forms in WebDynpro Java. I am not using ABAP at all & i want to avoid ACF installation on client side. I am using : SAP NWDS 2004s SP12 Adobe lifecycle Designer 7.1 Message was edited by:         V

  • Ipod & itunes plz! HELP!!!!

    Please help! i was wondering if anyone knew if you could import your music from your ipod to ur itunes library???!!! some how all my music from my library is gone but i have all the music that was in my library on my ipod & i was wondering if i can p