Graphics sheet analysis result. More...
#include <bpp_format_manager.h>
Public Member Functions | |
| GraphicsSheetAnalysis () | |
Public Attributes | |
| int | sheet_id |
| BppFormat | original_format |
| BppFormat | current_format |
| bool | was_converted |
| std::string | conversion_history |
| int | palette_entries_used |
| float | compression_ratio |
| size_t | original_size |
| size_t | current_size |
| std::vector< int > | tile_usage_pattern |
Graphics sheet analysis result.
Definition at line 52 of file bpp_format_manager.h.
|
inline |
Definition at line 64 of file bpp_format_manager.h.
| int yaze::gfx::GraphicsSheetAnalysis::sheet_id |
Definition at line 53 of file bpp_format_manager.h.
Referenced by yaze::gfx::BppFormatManager::AnalyzeGraphicsSheet().
| BppFormat yaze::gfx::GraphicsSheetAnalysis::original_format |
Definition at line 54 of file bpp_format_manager.h.
Referenced by yaze::gfx::BppFormatManager::AnalyzeGraphicsSheet().
| BppFormat yaze::gfx::GraphicsSheetAnalysis::current_format |
Definition at line 55 of file bpp_format_manager.h.
Referenced by yaze::gfx::BppFormatManager::AnalyzeGraphicsSheet().
| bool yaze::gfx::GraphicsSheetAnalysis::was_converted |
Definition at line 56 of file bpp_format_manager.h.
Referenced by yaze::gfx::BppFormatManager::AnalyzeGraphicsSheet().
| std::string yaze::gfx::GraphicsSheetAnalysis::conversion_history |
Definition at line 57 of file bpp_format_manager.h.
Referenced by yaze::gfx::BppFormatManager::AnalyzeGraphicsSheet().
| int yaze::gfx::GraphicsSheetAnalysis::palette_entries_used |
Definition at line 58 of file bpp_format_manager.h.
Referenced by yaze::gfx::BppFormatManager::AnalyzeGraphicsSheet().
| float yaze::gfx::GraphicsSheetAnalysis::compression_ratio |
Definition at line 59 of file bpp_format_manager.h.
Referenced by yaze::gfx::BppFormatManager::AnalyzeGraphicsSheet().
| size_t yaze::gfx::GraphicsSheetAnalysis::original_size |
Definition at line 60 of file bpp_format_manager.h.
Referenced by yaze::gfx::BppFormatManager::AnalyzeGraphicsSheet().
| size_t yaze::gfx::GraphicsSheetAnalysis::current_size |
Definition at line 61 of file bpp_format_manager.h.
Referenced by yaze::gfx::BppFormatManager::AnalyzeGraphicsSheet().
| std::vector<int> yaze::gfx::GraphicsSheetAnalysis::tile_usage_pattern |
Definition at line 62 of file bpp_format_manager.h.
Referenced by yaze::gfx::BppFormatManager::AnalyzeGraphicsSheet().