| 109 | } |
| 110 | |
| 111 | std::shared_ptr<tgfx::ImageCodec> MakeImageCodec(const std::string& path) { |
| 112 | return ImageCodec::MakeFrom(ProjectPath::Absolute(path)); |
| 113 | } |
| 114 | |
| 115 | std::shared_ptr<tgfx::Image> MakeImage(const std::string& path) { |
| 116 | return Image::MakeFromFile(ProjectPath::Absolute(path)); |