Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 810 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 810 Bytes

Show

Show is a simple image editor written in C++ and OpenCL. It can display some variants of the BMP format. It supports a number of basic image transformations. All transformations are implemented as OpenCL kernels.

Marbles Basic image display

Transformations

Here is a list of the implemented transformations

Fourier spectrum

Marbles fourier spectrum

Box blur

Marbles box blur

Edges

Marbles edges

Grayscale

Marbles grayscale

Vertical flip

Marbles vertical flip

Horizontal flip

Marbles horizontal flip

Rotation

Marbles rotation