readme
来自「嵌入式视频采集源程序,基于嵌入式系统,摄像头采集存储的程序」· 代码 · 共 24 行
TXT
24 行
These are some jpeg lib usage examples.The main reason was: I needed to learn how to work with jpeglib, how to opena image and convert to another format.jdec asks for 2 parameters: image.jpeg and image.pnm ( converts to a pnm )jdec-line is another approach to decompression ( it saves a raw bin file )jcom is a example to compress a jpeg from a raw or pnm file.PNM explanation: well...there is no explanation, i dont know nothing aboutthis image format..i just know that line to put before the raw image with P^( rgb image, 24 bits ) X, Y, etc ,etcEnjoy..Gleicongleicon@terra.com.br
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?