Skip to content

KnowledgePending/Metal-Performance-Shaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Metal Performance Shaders

Metal Performance Shaders are a collection of builtin performant graphics and compute shaders by Apple to be used in your applications.

These shaders solve common problems and can speed up development by not requiring to write all you shaders from scratch

The documentation for this shader framework can be found at Metal Performance Shaders

In the following examples I only used MPS Image Filters

Examples

Below is my source image

Dog in Lake

This is the image with a .22,.72,0.72 Sobel filter applied

Dog in Lake with a .22,.72,0.72 Sobel filter applied

This is the image with a gaussian blur with a sigma of 2 applied

Dog in Lake with a gaussian blur with a sigma of 2 applied

This is the image with a linear gray color transform with a threshold of 0.3 applied

Dog in Lake with a linear gray color transform with a threshold of 0.3 applied

About

👨‍💻🔢🖼️Quick example of how Metal Performance Shaders can be used for Image Processing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages