mirror of
https://github.com/m1ngsama/TUT.git
synced 2026-02-08 09:04:04 +00:00
- Add image data storage in DomNode for decoded images - Collect image nodes in DocumentTree during parsing - Download and decode images in browser_v2 before layout - Render images as colored ASCII art using True Color - Use stb_image for PNG/JPEG/GIF/BMP decoding (requires manual download) - Fall back to placeholder for failed/missing images |
||
|---|---|---|
| .. | ||
| colors.h | ||
| decorations.h | ||
| image.cpp | ||
| image.h | ||
| layout.cpp | ||
| layout.h | ||
| renderer.cpp | ||
| renderer.h | ||
| terminal.cpp | ||
| terminal.h | ||