Results 1 to 3 of 3

Thread: Distortion Filter

  1. #1
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default Distortion Filter

    Hey all.
    I was wondering if the is a way to distort an image using a filter. Or, to add specks of white onto it. Thanks (i'm trying to learn more about css )
    Last edited by mburt; 07-29-2006 at 06:01 PM.
    - Mike

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Yes, but filters are IE only, and require activeX-enabled, the official explanation of their use begins here:

    http://msdn.microsoft.com/library/de...er/filters.asp

    The filters themselves are listed here:

    http://msdn.microsoft.com/workshop/a.../reference.asp

    The RandomDissolve will add speckles but it is a dynamic transition filter, though you may be able to get it appear fixed by adjusting its parameters.

    There are so many filters to choose from and so many ways each may be configured, not to mentioned combined, that the exact one you use and how you use it is a matter of the exact effect that you are going for.

    However, as I said, these are all IE only. An image program can add speckles. You could also create an overlay .gif that is mostly transparent that contains your speckles. This would allow you to add and remove them dynamically in any javascript-enabled browser.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Thanks, I appreciate it
    - Mike

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
  •