Results 1 to 5 of 5

Thread: Oil Paint Filter Size

  1. #1
    Join Date
    Mar 2012
    Posts
    30

    Default Oil Paint Filter Size

    Does Oil Paint filter work correctly with a filter size greater than 10? It seems that any value greater than this does not produce any increase in the oil paint width effect. Since I need to use this filter with high-res images for me it is fundamentally important I can achieve big brush sizes.
    Thanks for any answer

  2. #2
    Join Date
    Mar 2006
    Posts
    805

    Default Re: Oil Paint Filter Size

    The brush size is limited to 10, internally. But, removing that limitation doesn't seem to have any adverse effects. I tested it up to 100, and the results seem reasonable.

    The reason for the limitation seem to be that the function, as written, runs in O(brush_size^2) time. So a brush size of 100 takes a LONG time to finish, even on a small image. A large brush size on a large image would be prohibitively slow.

    I can look into finding a better algorithm for it. If I find one, I'll remove that limit.

    But... I can't promise anything.
    Last edited by Admin; 08-19-2012 at 03:57 PM.

  3. #3
    Join Date
    Mar 2012
    Posts
    30

    Default Re: Oil Paint Filter Size

    Hi, well can you just bring the limitation to a size of 20 for now? That could be enough for my need and not take so long.

  4. #4
    Join Date
    Mar 2006
    Posts
    805

  5. #5
    Join Date
    Mar 2012
    Posts
    30

    Default Re: Oil Paint Filter Size

    Many thanks!

Posting Permissions

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