📄 readme
字号:
image=====Allows to send a fixed image over a channel. It is used as a demonstrationto compare different transmission schemes.image_rcv---------receives an image from image_send and puts it into stats->picture so that itcan be shown by 'visualize'Inputs: U8Config: size<int>: 0 The size of the picture.Stats: picture<image_t>: The received picture size<int>: The size of the pictureimage_send----------Sends a pre-computed image. The image must be included and availableas a Gimp-C-image. The program expects to find gimp_* to work with. When first connecting, it takes the size of the image to be sqrt(size_output), but after this, one can set config->size to adifferent value.outputs: U8Config: size<int>: 0 Change the size of the sent imageStats: pic<image_t>: The picture itself size<int>: The size of the sent image
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -