1樓:煒通雨
linux有一個系統自帶的抓圖工具,你找一下,還是挺好用的,我的是ubuntu,其他類linux未必有這工具。
2樓:匿名使用者
在linux系統桌面上,選擇「開始->影象->;螢幕截圖程式」,開啟抓圖視窗,你可以根據需要抓圖了。
3樓:匿名使用者
如果使用的是gnome,直接按printscreen鍵就彈出來了;
也可以用gimp,還可以延時截圖,很方便。
4樓:匿名使用者
我知道ubuntu或者說是gnome桌面的截圖
鍵盤按print screen可以截圖,shift+print screen可用像qq那樣的任意尺寸截圖
5樓:匿名使用者
gimp就可以,檔案--獲取--螢幕抓圖
6樓:
就是鍵盤上的 print screen sysrq按鍵就可以啦
7樓:樑昌仔
沒有什麼現成的抓圖工具,不過我可以給你**。
framebuffer直接轉bmp**
#include
#include
#include
#include
#include
#include
#include
#include
typedef unsigned char byte;
typedef unsigned short word;
typedef unsigned int dword;
typedef long long;
typedef struct tagbitmapfileheader __attribute__((packed)) bitmapfileheader, *pbitmapfileheader;
typedef struct tagbitmapinfoheader __attribute__((packed)) bitmapinfoheader, *pbitmapinfoheader;
typedef struct tagrgbquad __attribute__((packed)) rgbquad;
#define frame_buffer_path "/dev/fb0"
int main(int argc, char *ar**)
/*open files*/
fb_fd = open(frame_buffer_path, o_rdwr);
if (img_fd < 0)
< 0)
printf("xres %d, yres %d\n", var_info.xres, var_info.yres);
img_fd = open(ar**[1], o_rdwr | o_creat, 0644);
if (img_fd < 0)
data_size = var_info.xres*var_info.yres*(var_info.bits_per_pixel/8);
/*initialize bmp structs*/
file_head.bftype = 0x4d42;
file_head.bfsize = sizeof(file_head) + sizeof(info_head) + data_size;
file_head.bfreserved1 = file_head.bfreserved2 = 0;
file_head.bfoffbits = sizeof(file_head) + sizeof(info_head);
info_head.bisize = sizeof(info_head);
info_head.biwidth = var_info.xres;
info_head.biheight = var_info.yres;
info_head.biplanes = 1;
info_head.bibitcount = var_info.bits_per_pixel;
info_head.bicompression = 0;
info_head.bisizeimage = 0;
info_head.bixpelspermeter = 0;
info_head.biypelspermeter = 0;
info_head.biclrused = 0;
info_head.biclrimportant = 0;
img_buf = (char *)malloc(data_size);
if (img_buf == null)
/*read img data and */
read(fb_fd, img_buf, data_size);
/*revese img and write to file*/
for (i = 0; i < var_info.yres; i++)
close(fb_fd);
close(img_fd);
return 0;}
xp系統工具在哪找,XP系統工具在哪找
不建議使用自帶的整理磁碟,整理的不太智慧,只是簡單的把零碎的檔案放在一起 建議你用智慧磁碟整理器,在360安全衛士上可以找到,英文名叫core系統工具包括軟體和硬體常見的有以下幾種 驅動精靈 diskgenius diskgenius是一款硬碟分割槽及資料恢復軟體。它是在最初的dos版的基礎上開發而...
繪圖工具在哪在中如何使用繪圖工具
工具 wps中的baiword word繪圖工具在上面一行 du,當你點插入形狀,畫了一zhi個dao圖形,就會出現繪圖工具。或者說版選中權那個形狀也會出來繪圖工具。繪圖工具的使用,用的比較多的是形狀填充顏色或加邊框線的顏色,調形狀大小 高度和寬度 繪圖工具裡面其他的就不是很常使用了 怎麼在word...
ps中的筆刷工具在哪,PS中的筆刷工具在哪?
你好 開啟ps按f5會跳出筆刷工具,在工具欄在點畫筆工具就可啟用筆刷工具,去試一下 photoshop裡的畫筆工具在 的?選中畫筆工具後,上面有一行屬性欄。最右邊有一行,寫著畫筆 工具預設 圖層複合之類的,點畫筆,畫筆面板就開啟了。或者你直接按f5或點視窗 畫筆,也行。裡面有很多選項,你可以試試點了...