Skip to content

Simple image filter application using OpenGL and FreeImage

Notifications You must be signed in to change notification settings

stratzilla/image-filter-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

image-filter-algorithms

Simple image filter application in C++ using OpenGL and FreeImage

Dependencies

  • X11 or other window manager
  • FreeImage
  • OpenGL (GLUT)

Execution

$ g++ Source.cpp -lGL -lglut -lfreeimage -lX11
$ ./a.out <arg>

<arg> is an input image in the form of .TIF. If working with other types, use imagemagick or other image processor to convert to .TIF.

A CLI will appear giving keyboard controls.

About

Simple image filter application using OpenGL and FreeImage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages