linux抓圖工具在哪

時間 2021-12-24 05:28:18

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;}

Linux如何利用fdisk工具建立分割槽

圖形介面有gparted,類似於windows下的各種工具 命令列用fdisk劃分分割槽,用mkfs建立檔案系統,mount嘗試掛載,把檔案系統資訊寫到 etc fstab檔案系統表中,具體配置檔案格式和各個命令的選項查man linux 若利用fdisk增加了分割槽,如何更新分割槽表 5 正常情況...

繪圖工具欄在哪,word繪圖工具欄在哪?

袁豫公孫博涉 畫圖工具欄 是office的,不是word的。開始 程式 附件 畫圖。word裡面只有 工具欄,插入 只有放進 的時候,工具欄才有效。 月亮灣教育培訓中心 工具 wps中的word word繪圖工具在上面一行,當你點插入形狀,畫了一個圖形,就會出現繪圖工具。或者說選中那個形狀也會出來繪...

PS的羽化工具在哪

撿個老師 羽化是ctrl alt d這個是快捷鍵 一 工具箱 多種工具共用乙個快捷鍵的可同時按 shift 加此快捷鍵選取 矩形 橢圓選框工具 m 移動工具 v 套索 多邊形套索 磁性套索 l 魔棒工具 w 裁剪工具 c 切片工具 切片選擇工具 k 噴槍工具 j 畫筆工具 鉛筆工具 b 像皮圖章 圖...