Gaussian blur does not blur all the way creating a weird box

hi when i apply a gaussian blur to an object it is confined within a box....anyway to fix this?
thanks

Yes in the Document raster effects setting under Effects there is a input filed that says Add (pixel input field) Around Object.
change that to something like 60 pixels or higher the is no preview of it but after hitting ok it will be smoother like the screen shot.
I got it to preview by reopening the dialog after already applying the new setting. The setting is sticky so it looks like it was alsopreviewed.
this tip is thanks to one of Mordy Goldings blogs!

Similar Messages

  • TS1424 Purchased an album one or more records does not play all the way through. A 13 minute track only plays for the first 3.05 minutes and then stops and the program locks up. Larry

    I just purchased a album and one or more of the tracks does not play all the way through. One track which is a 13 minute track will only play for the first 3 minutes. Larry

    Delete the songs from your iTunes library and redownload them by clicking "Purchased", under Quick Links at the top right of the iTunes store.
    Download past purchases:
    http://support.apple.com/kb/HT2519
    If this doesn't work contact iTunes support here:
    http://www.apple.com/support/itunes/contact/

  • ITUNES MOVIE DOES NOT LOAD ALL THE WAY

    "Skyfall" the movie will not load all the way through

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 & above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    Now launch your iTunes and see if it is working now.

  • Battery does not charge all the way .  How do I fix this?

    My battery will not charge overnight.  I've had it to the Apple Store and they worked on it for a couple of hours, backing up data and then resetting the iPad.  This seemed to help for a couple of days, but then it started doing the same thing.  It's still under the extended warranty, but when I call in, tech support tells me that they can see that the battery is fine.  How do I fix this?

    Hello karen1944,
    I think in this situation based off the previous troubleshooting that we need to start isolating the issue to either hardware or software. What I recommend doing is restoring the iPad as a new device, and NOT restoring your backed up data to it for a while. This article named iOS: How to back up your data and set up as a new device found here http://support.apple.com/kb/HT4137 shows how to do that. Start at step 2, and make a current backup of your device to iTunes.
    2. Back up
    Back up your device before you erase it. Review the steps below, depending on your backup method, to ensure that you have a recent backup in case you decide to restore your device from a backup
    iTunes
    iTunes backs up your device automatically when you sync. If you have previous backups of your device in iTunes when you select Set Up As New, a sync occurs. This sync creates a new backup indicating the time the device was backed up.
    To back up your device:
    In iTunes, check Preferences > Devices to check the date and time of your latest backup.
    If you do not have a recent backup, create one by right-clicking the device in the source list and choosing Back Up.
    For more information on backing up your device, see iOS: How to back up. If you wish to copy your backup to another folder, disk, or location for safekeeping, see this article in the section titled "Where iTunes backups are stored on your computer." For more information about what iTunes backs up, see this article.
    That way you can monitor the device and see if the issue re appears or not. If it does not re appear within a few days, then you should restore your data from the iTunes backup using that same article, at the bottom there is a section about restoring from an iTunes backup:
    To restore your device using a previous backup
    iTunes
    To restore your device using a previous backup, connect your device to iTunes. When your device appears in the source list, right-click your device and click "Restore from backup…".  iTunes will ask you to choose the desired backup from the list provided.
    All the best,
    Sterling

  • Screen orientation does not rotate all the way around after downloading be bled game

    After downloading 'bebbled' game from apps store the game was displayed upside down in landscape orientation.  Now all apps and home page will only orient to portrait and one side of landscape (upside down). I say upside down because the magnetic strip of the cover must now attach on the side with the switch to use it for a stand but the switch in the way.  Screen orientation does not rotate from landscape to portrait to landscape, it stops at portrait and will not respond at you continue to rotate IPad. 

    Unusual one. Perhaps it is a bug Ian, or the accelerometer sensor is not responding correctly.
    Just tested the movies app (Rotation is not locked) and turns correctly to either landscape or portrait mode in both movies and TV channels.
    I flipped over the iPad in the both landscape and portrait mode and the movie correctly flipped to properly view in either mode.

  • Why header does not stretch all the way from left to right?

    I am using Dreamweaver CS3.  I am a newbie.  I modified a dreamweaver two column template.
    Now I find that there is always a gap between the header and the left and right edge of the web page!  I am enclosing the css stylesheet.  Please tell me where I went wrong.  Thank you very much.
    @charset "utf-8";
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #666666;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
    .twoColFixLtHdr #container {
        width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 1px solid #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
    .twoColFixLtHdr #header {
        background: #a4c2c2;
        padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    #logo {
        height: 71px;
        padding-bottom: 12px;
        width: 100%;
        background-color: #999966;
        padding-top: 12px;
    #nav {
        height: 28px;
        padding-top: 12px;
        padding-bottom: 12px;
    .twoColFixLtHdr #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
        font-family: Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        text-align: center;
        font-size: 36pt;
    .twoColFixLtHdr #sidebar1 {
        float: left; /* since this element is floated, a width must be given */
        width: 40%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        background: #EBEBEB;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 21px;
    .twoColFixLtHdr #mainContent {
        float: right;
        width: 42%;
        margin-top: 0px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0px;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 20px;
        font-size: 14px;
        line-height: 30px;
    .twoColFixLtHdr #footer {
        padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
        background:#DDDDDD;
        clear: both;
    .twoColFixLtHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;

    .twoColFixLtHdr #header {
        background: #a4c2c2;
        padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    The instructions (comments) above give you a clue. Zero out the left (20px) and right (10px) padding.
    .twoColFixLtHdr #header {
        background: #a4c2c2;
        padding: 0;

  • When i updated the new itunes all my music does not play all the way.  some of the song is missing.  how do i fix this problem

    when i sync my music to my iphone all my music only plays half the song and says silent until the next song.  how do i fix this problem

    Does the music play properly in iTunes? You may need to backup and then immediately restore the device.
    tt2

  • Songs on my iTouch are not playing all the way through

    Hello,
    I have an iTouch 5th generation. The songs on it are not playing all the way through or simply do not play for the entire duration of song. The songs that do not play all the way through leaves the rest of the song being 'played' with no sound.  Another problem is that the current song will stop playing in the beginning, middle, or the end and another song starts. The next song will begin play while the current song continues to play, but with the current song having an absence of sound. It's kind of hard to describe. All of this started to happen after my iTouch crashed and I had to restore it. There is also another thing that factors into this problem. Most of the songs that are not working are the ones that I have bought from iTunes. I have also discovered that there are some other songs that I have downloaded from CDs that are not working, as well. The songs that I have bought from iTunes and have downloaded from CDs work properly on my other iPod and on my computer. So, I am thinking that the problem lies with the iTouch, itself.
    Some of the things that I have tried are taking all of the music off of my itouch and then reloading it again on it. That did not work. Then I figured that I would load a single playlist with a problematic album. This did not work. I then tried taking that playlist off and then reloaded all of my library onto my iTouch. That didn't work either. Another issue is that I don't know if I can redownload the music that I bought off of iTunes to correct the problem. Another issue that goes along with this is that I had bought all of my music on another computer. I don't know if that makes a difference, but, again, I really don't think it is the songs that are the problem.
    I have also made sure that my computer doesn't go to sleep when I load my music onto my iTouch and that my external (which stores my entire music library) does not go to sleep.
    All of my apps work and everything else seems fine.
    I really cannot figure out this problem. Does anyone have any suggestions?

    A couple of months ago, I went to the Apple Store to try and sort this problem out. I was told that I was not playing my songs out of an actual music library. I created a library and loaded all of my songs, movies, etc. onto it. I had found that when I synced my songs from the new library onto my itouch, the songs no longer stopped in odd spots or bled into each other. To ensure that most of my songs had been fixed, I played the ones that were the most problematic. Fortunately, the songs play all the way through without any interruption. So far, I have not encountered the same problems that I had posted in my question. I apologize for not knowing the fellow's name who helped me with my iTouch at the Apple Store, but I would like to say how thankful and happy I am now that my iTouch no longer skips to the next song.
    I know that other people have had this same issue with their iPods. If you encounter your music not playing correctly, I would suggest that making a new library and  loading all of your music into the new one may help correct the problem. I hope that this helps.

  • Short key for copy does not work all the time now.

    After I have installed the latest OSX - Yosemite, my short key for copy does not work all the time.  It is infrequent how it works. I'm using the same keyboard that I have always used, my wireless logitech keyboard for mac.  Please help.

    I've plugged in my default mac keyboard and the short key copy still does not work.

  • HT4910 My iCloud contact list does not contain all the contacts that are in my phone.  If I delete one from my phone it will delete it instantly from the iCloud contacts.  But how do I get all those other contacts on my phone to the iCould on my Windows c

    My iCloud contact list does not contain all the contacts listed in my iPhone 5S.  If I delete a contact from the phone it instantly deletes it from the iCloud on my PC.  But my PC iCloud list is lacking many of the contacts on my phone.

    And which account did you enter these contacts in?
    On My Mac
    or
    iCloud?

  • I recently updated my e-mail address with apple, but now it does not show all the "purchased" music that I purchased under my old e-mail address.  How can I re-gain access to those hundreds of purchased songs?

    I recently updated my e-mail address with apple, but now it does not show all the "purchased" music that I purchased under my old e-mail address.  How can I re-gain access to those hundreds of purchased songs?

    You are trying to find a loophole to circumvent a basic rule that prohibits the transfer of purchased content from one Apple ID to another.
    Content tied to an Apple ID are bound to that Apple ID forever. You can not merge or trade accounts. Well, not (officially) anyway...

  • The home button for my ipod touch 4th generation does not respond all the time, What do I do?

    The home button for my ipod touch 4th generation does not respond all the time, What do I do?

    Try:
    http://snapguide.com/guides/calibrate-your-home-button/?utm_expid=69945963-15
    fix for Home button
    iPhone Home Button Not Working or Unresponsive? Try This Fix
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    You can do it an an Apple store by:
    Apple Retail Store - Genius Bar
    or sent it in to Apple. See:
    Apple - Support - iPod - Service FAQ
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • I bought an album and some of the songs do not play all the way through. How can this be fixed or how can I get my money back?

    I bought an album and some of the songs do not play all the way through. I would like help fixing this issue or my money back.

    How to report an issue with Your iTunes Store purchase

  • 4 albums purchased from iTunes yesterday have songs not playing all the way through. They play for a period of time and skip to the next song. Everytime they are played. Can anyone help?

    Some songs I purchased last night are not playing all the way through. Several songs from the 4 albums I purchased play for a period of time then just skip to the next song. The songs that do this, do it everytime they are played at the exact same spot. The songs that are affected skip to the next on iTunes on my PC which is updated to the most current iTunes and my 160gb iPod classic. Everytime they are played at the exact same spot. However on my other device, iPhone 4s all songs play just fine. I have almost 7,000 songs on my iPod and this has never happened before and I have played it awhile since downloading those albums yesterday. This is only happening with the albums purchased yesterday. Can anyone help me figure out what is wrong?

    I'm having the same issue with a few songs I just downloaded. It skips randomly in the middle of the song.

  • Officejet Pro 8600 Plus paper tray will not go all the way in so cannot print

    Have loved this printer for almost two years but suddenly the drawer which holds the paper will not go all the way in so cannot print.  Took it to a so-called tech at Office Depot who said that because you cannot open/remove the tray, there is no way to see what is jamming it.  Any thoughts?  My first call for tech support was answered by a tech here in the US who said they had experience with it and it could be fixed and asked dme to call again when I was back in the office and at the printer.  The next four calls were answered overseas and they all had had no experience with this problem.

    Hi maebun,
    Welcome to the hp support forums.
    Thanks for your query.
    Please find the link for fixing paper jam. 
    Hope this helps
    I am a HP Employee.
    The opinions expressed here are my personal opinions, not of HP.
    Make it easier for other people to find solutions, by marking an answer “Accept as Solution” if it solves your problem.
    Click on Thumbs up if my post helped you.

Maybe you are looking for

  • Can i make it less compressed?

    hi - idvd complete newbie here. i have created a short animation, which is about 9 mins long. I have exported it (from after effects) as an uncompressed quicktime, which uses a whopping 50 gig space. In idvd I selected 'best quality' not 'best perfor

  • Visio 2013 Trial Won't Install

    I was able to burn the software to a disk with no problems. When I attempt to install, I get an error message "Error 25004. The product key you entered cannot be used on this machine. This is most likely due to previous Office 2013 trials being insta

  • Uptading Itunes 9.1

    I tried about 10 times already to update to 9.1 and keep getting an error message saying to try "Download only" and "update it manually". I even tried to download Itunes again and still doesn't work, but this time it says "invalid drive" and it show

  • When using clone tool, the NORMAL mode has disappeared.  How can I reset to get normal back???

    I have searched and cannot find a solution for this.  The NORMAL mode for the Clone tool (at the top in options) has disappeared.  The top two are dissorve and behind.  I cannot find out how to reset and don't know what I did to make the "normal mode

  • Elements 11to Surface Pro

    I'm loading a new program from disc to my Surface via USB . . . getting interrupted by a "shared technologies" error.  What next?  Where do I go from here?