bitlib_c  0.2.4
Functions
view.h File Reference

Go to the source code of this file.

Functions

void bl_view_image (char *file_name)
 
void bl_view_video (char *file_name)
 

Function Documentation

◆ bl_view_image()

void bl_view_image ( char *  file_name)

Displays an image.

This implementation uses eog (Eye of Gnome) image viewer on Linux.

Parameters
char*file_name The path of the image to display.

Examples

bl_view_image("out.png");

◆ bl_view_video()

void bl_view_video ( char *  file_name)

Displays a video.

This implementation uses vlc video player.

Parameters
char*file_name The path of the video to display.

Examples

bl_view_video("out.mp4");