Platforms to show: All Mac Windows Linux Cross-Platform

PictureConvolutionMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Graphics & Pictures MBS Picture Plugin 4.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
A class for a Picture Convolution.
Example
// blur

dim l as Picture = LogoMBS(500)
dim p as new PictureConvolutionMBS

p.hor(0) = 0.2
p.hor(1) = 0.2
p.hor(2) = 0.2
p.hor(3) = 0.2
p.hor(4) = 0.2

p.ver(0) = 0.2
p.ver(1) = 0.2
p.ver(2) = 0.2
p.ver(3) = 0.2
p.ver(4) = 0.2

p.ValueCount=5

p.SourcePicture=l

dim t as Integer=ticks
call p.run(7)
t=ticks-t

Title=str(t)

Backdrop=p.DestinationPicture

This class has no sub classes.

Some examples using this class:

Blog Entries


The items on this page are in the following plugins: MBS Picture Plugin.


Picture   -   PictureEditorMBS


The biggest plugin in space...