Gaussian Blur Filter (port of public domain BlitzMax code by Queller)

About Monkey 2 Forums Monkey 2 Code Library Gaussian Blur Filter (port of public domain BlitzMax code by Queller)

Tagged: , , , , , ,

This topic contains 0 replies, has 1 voice, and was last updated by  DruggedBunny 5 months, 2 weeks ago.

Viewing 1 post (of 1 total)

  • Author

    Posts

  • #15380


    DruggedBunny

    Participant

    Quick port of BlitzMax Gaussian Blur Filter by Queller.

    The demo will load an image specified by you, apply gaussian blur of level 10 (edit ,10 parameter for more/less blur) and save to desktop with randomised name of GaussFilter_Test_RndULong.png.

    Only briefly tested, fixed error noted in archive.org thread! Note that it operates on, and returns, RGBA8 format images. Use Pixmap.Convert on the result if you need different output.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.