summaryrefslogtreecommitdiff
path: root/graphics/libvideogfx/DESCR
blob: d6cf82b976df7a267f2a865d3e57856bfe707540 (plain)
1
2
3
4
5
6
7
8
9
10
11
LibVideoGfx is a C++ library for low-level video processing. It aims at
speeding up the development process for image and video processing applications
by providing high-level classes for commonly required tasks. The library
comprises support for:

    basic image data classes
    color-space conversion for RGB, YUV, HSV
    drawing primitives (lines, circles, ...)
    image manipulation (scaling, pixel-ops, convolution)
    file-IO (ppm, yuv, jpeg, png, mpeg, V4L-grabbing)
    X11 image display (including Xv-extension support)