代码搜索结果

找到约 10,000 项符合 PIC 的代码

edit_pic.xpm

/* XPM */ static char *edit_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 73 2", /* colors */ ".. c #000000", ".# c #101010", ".a c #111111", ".b c #11

trash_pic.xpm

/* XPM */ static char *trash_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 132 2", /* colors */ ".. c #000000", ".# c #050505", ".a c #090909", ".b c #0

up_pic.xpm

/* XPM */ static char *up_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 48 1", /* colors */ ". c #000000", "# c #2a2a2a", "a c #2c2c2c", "b c #998cb5",

new_pic.xpm

/* XPM */ static char *new_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 33 1", /* colors */ ". c #111111", "# c #131313", "a c #474747", "b c #575757"

save_pic.xpm

/* XPM */ static char *save_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 42 1", /* colors */ ". c #000000", "# c #111111", "a c #2c313f", "b c #37383b

down_pic.xpm

/* XPM */ static char *down_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 44 1", /* colors */ ". c #000000", "# c #2a2a2a", "a c #2c2c2c", "b c #8a8a8a

pic2mpg

#!/usr/bin/perl # pic2mpg: Convert picture files to MPEG still frames # # Converts either a single picture file or all files in a # given directory (recursively) to MPEG still frames. # # See the REA