Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ read8
Function
read8
YUViewLib/src/decoder/decoderTarga.cpp:198–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
};
197
198
uint8_t read8(std::ifstream &file)
199
{
200
char c;
201
file.get(c);
202
return uint8_t(c);
203
}
204
205
uint16_t read16(std::ifstream &file)
206
{
Callers
7
read24AsRgb
Function · 0.85
read32AsRgb
Function · 0.85
readColormap
Function · 0.85
readRunLengthColor
Function · 0.85
readRunLengthDataIntoImage
Function · 0.85
readHeader
Function · 0.85
readImage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected