📄 imagecnv.h
字号:
#include <iostream>
UWORD WriteImageFillLossless(char *fname, std::ostream &f, int &width, int &height, int fillId = 0);
UWORD WriteImageFillLossless(char *fname, char *alpha_fname, std::ostream &f, int &width, int &height, int characterId = 0);
UWORD WriteImageLossless(char *fname, std::ostream &f, int &width, int &height, int characterId = 0);
UWORD WriteImageFillJPEG(char *fname, std::ostream &f, int &width, int &height, int fillId = 0);
UWORD WriteImageFillJPEG(char *fname, char *alpha_fname, std::ostream &f, int &width, int &height, int fillId = 0);
UWORD WriteImageJPEG(char *fname, std::ostream &f, int &width, int &height, int characterId = 0);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -