bitlib_c
0.2.4
|
Go to the source code of this file.
Functions | |
void | bl_view_image (char *file_name) |
void | bl_view_video (char *file_name) |
void bl_view_image | ( | char * | file_name | ) |
Displays an image.
This implementation uses eog (Eye of Gnome) image viewer on Linux.
char | *file_name The path of the image to display. |
Examples
bl_view_image("out.png");
void bl_view_video | ( | char * | file_name | ) |
Displays a video.
This implementation uses vlc video player.
char | *file_name The path of the video to display. |
Examples
bl_view_video("out.mp4");