| 93 | } |
| 94 | |
| 95 | std::shared_ptr<ImageCodec> MakeImageCodec(const std::string& path) { |
| 96 | return ImageCodec::MakeFrom(ProjectPath::Absolute(path)); |
| 97 | } |
| 98 | |
| 99 | std::shared_ptr<ImageCodec> MakeNativeCodec(const std::string& path) { |
| 100 | return ImageCodec::MakeNativeCodec(ProjectPath::Absolute(path)); |