Welcome to TalkGraphics.com
Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1
    Join Date
    Mar 2006
    Location
    A wee Hamlet in Scotland
    Posts
    433

    Default Blur image effect

    HI,
    I wondered whether there was a quick way to blur part of an image? I have a photo of a shopfront and rather than crop the image I thought I would simply blur the neighbouring shops/buildings as they are pretty ghastly looking. Is there a tool or technique anyone could recommend please?

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,503

    Default Re: Blur image effect

    Make a clone of the image, blur the image and apply a circular transparency.

  3. #3
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,503

    Default Re: Blur image effect

    Here's an example
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	blur.jpg 
Views:	162 
Size:	102.0 KB 
ID:	120553  

  4. #4
    Join Date
    Mar 2006
    Location
    A wee Hamlet in Scotland
    Posts
    433

    Default Re: Blur image effect

    Thanks Gary, but how did you blur the second image...? I haven't blurred anything ever... or not since I used psp.

  5. #5
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,503

    Default Re: Blur image effect

    Photo Tool > Blur Sharpness.

    The maximum blur with the slider is -100 but you can manually enter a negative number. I used -300 which is a moderate amount of blur. -600 would be even more blurred.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Photo Tool Blur Sharpness.png 
Views:	101 
Size:	8.4 KB 
ID:	120554  

  6. #6
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,822

    Default Re: Blur image effect

    Andy, what Xara application are you using? "Xara 4" is in your About Me detail.

    There are blurs in Live effects and there are blurs under Photo Filter Presets.

    You can blur with displaced and scaled transparencies of an image.

    You can blur with a CSS3 style:
    <style>#blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    }
    </style>
    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  7. #7
    Join Date
    Mar 2006
    Location
    A wee Hamlet in Scotland
    Posts
    433

    Default Re: Blur image effect

    I am using Xara PGD10.
    I'll have a toy with the suggestions later.
    Thanks.

  8. #8
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,503

    Default Re: Blur image effect

    Acorn - I think what AndyD is asking is how to blur a portion of a photo while leaving the rest of the photo sharp. Will this script to that?

  9. #9
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,822

    Default Re: Blur image effect

    Quote Originally Posted by gwpriester View Post
    Acorn - I think what AndyD is asking is how to blur a portion of a photo while leaving the rest of the photo sharp. Will this script to that?
    Gary, I was only answering the blur part. Your overlay and transparency still would need to be applied.

    Each of the methods has a different blur effect so I thought it would useful to list those I have used.

    I hope others have other approaches as I am sure they are all equally useful.

    The CSS3 blur can be applied to any shape, smart shape or text without forcing Xara to create an image; Photo blur is just for images.

    It would be better to replace the "#blur" with ".blur" (changing an ID to a Class) and Naming any shape with htmlclass=blur.
    CSS3 blur does have some browser version issues so do test first.

    Examples of CSS3 filer are http://bennettfeely.com/filters/.

    Acorn

    P.S. CSS3 effects are for Web rendering so won't occur in PDF - I should have made that clear earlier!
    Last edited by Acorn; 08 April 2018 at 06:43 PM. Reason: Qualification
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  10. #10
    Join Date
    Mar 2006
    Location
    A wee Hamlet in Scotland
    Posts
    433

    Default Re: Blur image effect

    Yeah, I was more thinking of obscuring a small patch of an image. I am sure I used to be able to do it in psp years ago. Thanks for your feedback guys.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •